+--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
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
+--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
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
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
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