> I have now fixed it so that the exim port doesn't need to set WITH_BDB_VER?=1
> anymore. Instead setting either WITH_BDB or WITH_BDB_VER > 1 will make the
> port use Mk/bsd.database.mk to choose the version of BDB to use, otherwise it
> will default to the system BDB.
>
> The updated patch is
On 8/11/07, Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > On Sat, 11 Aug 2007 13:03:32 -0500
> > "Scot Hetzel" <[EMAIL PROTECTED]> said:
>
> swhetzel> I believe when I made the change to bsd.database.mk, and then
> patched
> swhetzel> all of the BDB using ports, I had put the lowe
Hi,
> On Sat, 11 Aug 2007 13:03:32 -0500
> "Scot Hetzel" <[EMAIL PROTECTED]> said:
swhetzel> I believe when I made the change to bsd.database.mk, and then patched
swhetzel> all of the BDB using ports, I had put the lowest version that the port
swhetzel> supported into USE_BDB.
swhetzel>
On 8/11/07, Hajimu UMEMOTO <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > On Sat, 11 Aug 2007 12:37:18 -0500
> > "Scot Hetzel" <[EMAIL PROTECTED]> said:
>
> swhetzel> Here's the correct code for BDB detection:
>
> swhetzel> USE_BDB= 40+
>
> Why do you specify USE_BDB as 40+, explicitly? Since, it
Hi,
> On Sat, 11 Aug 2007 12:37:18 -0500
> "Scot Hetzel" <[EMAIL PROTECTED]> said:
swhetzel> Here's the correct code for BDB detection:
swhetzel> USE_BDB= 40+
Why do you specify USE_BDB as 40+, explicitly? Since, it is defined
as 41+ in bsd.database.mk, I believe USE_BDB=yes is enough.
> exim will automatically pick up with bsd.database.mk changes.
ah. got it.
thx!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On 8/11/07, snowcrash+freebsd <[EMAIL PROTECTED]> wrote:
> hi,
>
> > Sounds great, just one point: I'd prefer seeing that exim would make use
> > of bsd.database.mk.
>
> i /thought/ that use of WITH_BDB_VER/USE_BDB *is* 'making use of'
> bsd.database.mk, wherein,
>
> ...
> .if defined(WITH_BDB_VE
snowcrash+freebsd wrote:
hi,
Sounds great, just one point: I'd prefer seeing that exim would make use
of bsd.database.mk.
i /thought/ that use of WITH_BDB_VER/USE_BDB *is* 'making use of'
bsd.database.mk, wherein,
...
.if defined(WITH_BDB_VER)
. if ${WITH_BDB_VER} == 4
USE_BDB=40
.
hi,
> Sounds great, just one point: I'd prefer seeing that exim would make use
> of bsd.database.mk.
i /thought/ that use of WITH_BDB_VER/USE_BDB *is* 'making use of'
bsd.database.mk, wherein,
...
.if defined(WITH_BDB_VER)
. if ${WITH_BDB_VER} == 4
USE_BDB=40
. elif ${WITH_BDB_VER} != 1
snowcrash+freebsd wrote:
hi,
i've fbsd 62Rp7 installed.
i've updated my sys to use db46 (berkeley db), and set
WITH_BDB_VER/USE_BDB/etc accordingly in make.conf ...
current portupgrade complains:
** Port marked as IGNORE: mail/exim:
is marked as broken: WITH_BDB_VER must be either 1
10 matches
Mail list logo