This makes sense. The current code FYI does require 4.4 or higher, so
44+ is accurate.
Xin LI wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Scot Hetzel wrote:
I have noticed that sysutils/cfengine is using USE_BDB incorrectly.
USE_BDB?= 46
The USE_BDB variable is not a user setable
On 1/7/08, Xin LI <[EMAIL PROTECTED]> wrote:
> I think the proper use of *_BDB variables is that:
>
> WITH_BDB?= 46
>
> (An advisory usage), and
>
> USE_BDB=yes
>
> as in the attachment.
>
I have no objection to that patch.
Scot
___
freebsd-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Scot Hetzel wrote:
> I have noticed that sysutils/cfengine is using USE_BDB incorrectly.
>
> USE_BDB?= 46
>
> The USE_BDB variable is not a user setable variable. If someone were
> to read this Makefile, they would get the wrong impression that they
I have noticed that sysutils/cfengine is using USE_BDB incorrectly.
USE_BDB?= 46
The USE_BDB variable is not a user setable variable. If someone were
to read this Makefile, they would get the wrong impression that they
should set USE_BDB in there /etc/make.conf, ports.conf, or
portupgrade.conf fi