Re: WANT_BDB_VER Ignored

2016-04-29 Thread Mathieu Arnold
+--On 28 avril 2016 12:44:35 -0400 Daniel Morante wrote: | Thanks, that resolves the issue. | | Is their a way to set the default DB version with make.conf? I tried | using: | | DEFAULT_VERSIONS+=bdb=4.8 | | That didn't work. | | I have about 50+ custom ports (crypto currency wallets need DB 4

Re: WANT_BDB_VER Ignored

2016-04-28 Thread Daniel Morante
Thanks, that resolves the issue. Is their a way to set the default DB version with make.conf? I tried using: DEFAULT_VERSIONS+=bdb=4.8 That didn't work. I have about 50+ custom ports (crypto currency wallets need DB 4.8) that use this option and rather than manually set the DB version for eac

Re: WANT_BDB_VER Ignored

2016-04-27 Thread Mathieu Arnold
+--On 26 avril 2016 22:24:34 -0400 Daniel Morante wrote: | I have the following in a port Makefile: | | USE_BDB=yes | WANT_BDB_VER=48 Mmm, WANT_BDB_VER is not supported any more, like the commit says, use USES=bdb:48. -- Mathieu Arnold pgpMgupFH4L8t.pgp Description: PGP signature

Re: WANT_BDB_VER Ignored

2016-04-27 Thread Herbert J. Skuhra
Herbert J Skuhra skrev: > > Daniel Morante skrev: >> >> I have the following in a port Makefile: >> USE_BDB=yes >> WANT_BDB_VER=48 > > Is your ports tree up-to-date? > > Try: USES= bdb:48 > > Check Uses/bdb.mk for available options. Should be /usr/ports/Mk/Uses/bdb.mk. -- Her

Re: WANT_BDB_VER Ignored

2016-04-27 Thread Herbert J. Skuhra
Daniel Morante skrev: > > I have the following in a port Makefile: > USE_BDB=yes > WANT_BDB_VER=48 Is your ports tree up-to-date? Try: USES= bdb:48 Check Uses/bdb.mk for available options. -- Herbert ___ freebsd-ports@freebsd.org mailing lis

WANT_BDB_VER Ignored

2016-04-26 Thread Daniel Morante
I have the following in a port Makefile: USE_BDB=yes WANT_BDB_VER=48 However, when I build the port with poudriere it uses a different version of DB: ===> ppcoin-0.5.3.0 depends on shared library: libdb-5.3.so - not found ===> Installing existing package /packages/All/db5-5.3.28_3