Date: Sun, 01 May 2016 19:51:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209183] Uses/bdb.mk conversion appears broken Message-ID: <bug-209183-13-o37ZINQy7Z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209183-13@https.bugs.freebsd.org/bugzilla/> References: <bug-209183-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209183 --- Comment #3 from Peter Wemm <peter@FreeBSD.org> --- With no bdb already installed: ports/databases/py-bsddb# make -V WITH_BDB_VER 48 ports/databases/py-bsddb# make debug-bdb=20=20=20=20=20=20 --INPUTS---------------------------------------------------- PY27_BSDDB_WITH_BDB_VER:=20 WITH_BDB_VER: 48 BDB_BUILD_DEPENDS:=20 bdb_ARGS (original): 43+ WITH_BDB_HIGHEST (original):=20 --PROCESSING------------------------------------------------ supported versions: 48 5 6 invalid versions:=20 installed versions:=20 eligible versions: 48 5 bdb_ARGS (effective): 48+ WITH_BDB_HIGHEST (override): yes --OUTPUTS--------------------------------------------------- BDB_VER=3D5 BDB_INCLUDE_DIR=3D/usr/local/include/db5 BDB_LIB_NAME=3Ddb-5.3 BDB_LIB_CXX_NAME=3Ddb_cxx-5.3 BDB_LIB_DIR=3D/usr/local/lib/db5 BUILD_DEPENDS=3D LIB_DEPENDS=3D ------------------------------------------------------------ It appears that if there's no pre-installed version, it ignores the user's choice and instead internally sets _WITH_BDB_HIGHEST. This is a serious PO= LA violation. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209183-13-o37ZINQy7Z>