svn commit: r311805 - head/Mk
Matthias Andree
mandree at FreeBSD.org
Wed Feb 6 23:20:36 UTC 2013
Author: mandree
Date: Wed Feb 6 23:20:35 2013
New Revision: 311805
URL: http://svnweb.freebsd.org/changeset/ports/311805
Log:
Re-enable auto-pickup of Berkeley DB 5.3.
If ports break with db5, they need to be fixed, we want to weed out obsolete
Berkeley DB versions in the long run.
PR: ports/163066
Submitted by: Yuri Pankov <yuri.pankov at gmail.com>
Modified:
head/Mk/bsd.database.mk
Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk Wed Feb 6 22:56:48 2013 (r311804)
+++ head/Mk/bsd.database.mk Wed Feb 6 23:20:35 2013 (r311805)
@@ -317,7 +317,8 @@ _DB_43P= 43 ${_DB_44P}
_DB_44P= 44 ${_DB_46P}
_DB_46P= 46 ${_DB_47P}
_DB_47P= 47 ${_DB_48P}
-_DB_48P= 48
+_DB_48P= 48 ${_DB_5P}
+_DB_5P= 5
# Override the global WITH_BDB_VER with the
# port specific <UNIQUENAME>_WITH_BDB_VER
More information about the svn-ports-head
mailing list