diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-12-16 23:47:08 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-12-16 23:47:08 +0000 |
commit | 2d77c0a9c2882c6d55e9be3af42af367f9bddc19 (patch) | |
tree | 687a1115101910b7c90f0dc5e48023b86e5d8bef /databases | |
parent | - update to 2.8.4 (diff) |
Update to 5.3.28, fixing nearly two dozen bugs.
While at it, re-enable the db185 compatibility interface that some ports use.
Notes
Notes:
svn path=/head/; revision=336679
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db5/Makefile | 7 | ||||
-rw-r--r-- | databases/db5/distinfo | 4 | ||||
-rw-r--r-- | databases/db5/pkg-plist | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 467ef21ac399..d951bf7cd0e6 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= db5 -PORTVERSION= 5.3.21.0 +PORTVERSION= 5.3.28 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= # # the distfiles aren't named db5-* but db-*: -DISTNAME= db-${PORTVERSION:R} +DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb MAINTAINER= mandree@FreeBSD.org COMMENT= The Oracle Berkeley DB, revision ${BDBVER} -BDBVER= ${PORTVERSION:R:R} +BDBVER= ${PORTVERSION:R} BDBMAJ= ${BDBVER:R} CONFIGURE_ARGS= --enable-cxx --enable-stl \ + --enable-compat185 --enable-dump185 \ --disable-tcl \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ diff --git a/databases/db5/distinfo b/databases/db5/distinfo index 9ddc47457546..23a7dbc6401f 100644 --- a/databases/db5/distinfo +++ b/databases/db5/distinfo @@ -1,2 +1,2 @@ -SHA256 (bdb/db-5.3.21.tar.gz) = ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8 -SIZE (bdb/db-5.3.21.tar.gz) = 35062469 +SHA256 (bdb/db-5.3.28.tar.gz) = e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628 +SIZE (bdb/db-5.3.28.tar.gz) = 35090431 diff --git a/databases/db5/pkg-plist b/databases/db5/pkg-plist index 213017820da9..cc9bcbfebec1 100644 --- a/databases/db5/pkg-plist +++ b/databases/db5/pkg-plist @@ -2,6 +2,7 @@ bin/db5/db_archive bin/db5/db_checkpoint bin/db5/db_deadlock bin/db5/db_dump +bin/db5/db_dump185 bin/db5/db_hotbackup bin/db5/db_load bin/db5/db_log_verify @@ -22,6 +23,8 @@ bin/db_deadlock-%%BDBMAJ%% bin/db_deadlock-%%BDBVER%% bin/db_dump-%%BDBMAJ%% bin/db_dump-%%BDBVER%% +bin/db_dump185-%%BDBMAJ%% +bin/db_dump185-%%BDBVER%% bin/db_hotbackup-%%BDBMAJ%% bin/db_hotbackup-%%BDBVER%% bin/db_load-%%BDBMAJ%% @@ -47,6 +50,7 @@ bin/db_verify-%%BDBVER%% %%SQL%%bin/dbsql-%%BDBMAJ%% %%SQL%%bin/dbsql-%%BDBVER%% include/db5/db.h +include/db5/db_185.h include/db5/db_cxx.h %%SQL%%include/db5/dbsql.h include/db5/dbstl_base_iterator.h |