Bug in heimdal dependency for bdb (forces version 5 and ignores defined version 6)

Herbert J. Skuhra herbert at mailbox.org
Sat Nov 19 13:19:14 UTC 2016


Matthias Fechner skrev:
> 
> Dear all,
> I'm not sure what is happening but it seems that the heimdal port is a
> little bit buggy.
> 
> I have in my poudiere builds the following defined:
> 
> DEFAULT_VERSIONS=php=5.6 apache=2.4 mysql=10.1m bdb=6 ssl=openssl
> BDB_DEFAULT=6
> WITH_BDB6_PERMITTED=1
> 
> But for an unclear reason it seems that heimdal pulls in bdb=5 and does
> not use my bdb=6 definition.

security/heimdal/Makefile:64:BDB_USES=		bdb:5 localbase

> Is this wanted or an unwanted side effect?

No, idea. Change the above line and find out yourself if the port
builds/works with bdb6. Good luck!

--
Herbert


More information about the freebsd-ports mailing list