aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.database.mk
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2012-06-19 07:23:18 +0800
committermandree <mandree@FreeBSD.org>2012-06-19 07:23:18 +0800
commitbc8daaf6079005214556301346aaf1e80a7e019d (patch)
tree60f5aa1a2a7d0680230a69e841933a5cb70a36cd /Mk/bsd.database.mk
parentdec0a1ae66146cb74649269ffc9c270073de8eb6 (diff)
downloadfreebsd-ports-gnome-bc8daaf6079005214556301346aaf1e80a7e019d.tar.gz
freebsd-ports-gnome-bc8daaf6079005214556301346aaf1e80a7e019d.tar.zst
freebsd-ports-gnome-bc8daaf6079005214556301346aaf1e80a7e019d.zip
- Update to new upstream release 5.3.21. Please see UPDATING!
http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm - Convert to OptionsNG. Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes, as well as an update of Mk/bsd.database.mk and UPDATING. Port and pkg-plist updates based on PR: ports/165574 Submitted by: sunpoet@
Diffstat (limited to 'Mk/bsd.database.mk')
-rw-r--r--Mk/bsd.database.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index 30ed92fe041c..c51d522e8800 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -274,7 +274,7 @@ db44_DEPENDS= db-4.4.0:${PORTSDIR}/databases/db44
db46_DEPENDS= db-4.6.0:${PORTSDIR}/databases/db46
db47_DEPENDS= db-4.7.0:${PORTSDIR}/databases/db47
db48_DEPENDS= db-4.8.0:${PORTSDIR}/databases/db48
-db5_DEPENDS= db-5.2.0:${PORTSDIR}/databases/db5
+db5_DEPENDS= db-5.3.0:${PORTSDIR}/databases/db5
# Detect db versions by finding some files
db40_FIND= ${LOCALBASE}/include/db4/db.h
db41_FIND= ${LOCALBASE}/include/db41/db.h
@@ -431,8 +431,8 @@ BDB_LIB_NAME= db-4.8
BDB_LIB_CXX_NAME= db_cxx-4.8
BDB_LIB_DIR= ${LOCALBASE}/lib/db48
. elif ${_BDB_VER} == 5
-BDB_LIB_NAME= db-5.2
-BDB_LIB_CXX_NAME= db_cxx-5.2
+BDB_LIB_NAME= db-5.3
+BDB_LIB_CXX_NAME= db_cxx-5.3
BDB_LIB_DIR= ${LOCALBASE}/lib/db5
. endif
BDB_LIB_NAME?= db${_BDB_VER}