Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2014 06:00:01 GMT
From:      olli hauer <ohauer@gmx.de>
To:        apache@FreeBSD.org
Subject:   Re: ports/186441: wrong db42 dependency for devel/apr1
Message-ID:  <201402070600.s17601rM011151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186441; it has been noted by GNATS.

From: olli hauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org
Cc: timp87@gmail.com
Subject: Re: ports/186441: wrong db42 dependency for devel/apr1
Date: Fri, 07 Feb 2014 06:54:37 +0100

 Hi Timofeev,
 
 devel/apr1 can use any Berkeley db starting from db42.
 
 The the line 'USE_BDB=42+' is technical correct, but I see your intention.
 
 Indeed Berkeley db is optional for apr.
 In case you don't run subversion with a Berkeley DB backend or use the htdbm
 utility explicit to create bdb databases it is save to switch this option to
 OFF.
 
 The correct way to use a higher DB version is
 - using WITH_BDB_VER=XX in etc/make.conf
 - install a higher version before building apr then this version is selected
 - bumping the default version in Mk/bsd.database.mk
 
 
 -- 
 Regards,
 olli
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402070600.s17601rM011151>