Re: sysutils/cfengine: invalid use of USE_BDB

2008-01-15 Thread Jo Rhett
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

Re: sysutils/cfengine: invalid use of USE_BDB

2008-01-08 Thread Scot Hetzel
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-

Re: sysutils/cfengine: invalid use of USE_BDB

2008-01-07 Thread Xin LI
-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

sysutils/cfengine: invalid use of USE_BDB

2008-01-05 Thread Scot Hetzel
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