diff options
author | jfitz <jfitz@FreeBSD.org> | 1998-01-27 02:43:21 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1998-01-27 02:43:21 +0800 |
commit | 7ac907e12cc64e0a05c3ad2a2037761abd0aa707 (patch) | |
tree | 5c29097224856da8c56168c2260e602588377846 /databases/db4 | |
parent | ab5d1fcb312df453c26276e05604c6989e2d0eee (diff) | |
download | freebsd-ports-gnome-7ac907e12cc64e0a05c3ad2a2037761abd0aa707.tar.gz freebsd-ports-gnome-7ac907e12cc64e0a05c3ad2a2037761abd0aa707.tar.zst freebsd-ports-gnome-7ac907e12cc64e0a05c3ad2a2037761abd0aa707.zip |
Upgrade to v2.3.16
Submitted-by: Josh Tiefenbach <josh@ican.net>
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 19 | ||||
-rw-r--r-- | databases/db4/distinfo | 2 |
2 files changed, 15 insertions, 6 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 3ba41776d2c2..5070553d0e95 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,12 +1,12 @@ # ports collection makefile for: Berkeley DB -# Version required: v2.3.12 -# Date created: 11 Nov 1997 +# Version required: v2.3.16 +# Date created: 26 Jan 1998 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.5 1997/11/22 00:47:18 asami Exp $ +# $Id: Makefile,v 1.6 1997/11/22 00:51:36 asami Exp $ # -DISTNAME= db-2.3.12 +DISTNAME= db-2.3.16 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/db/packages/ @@ -30,7 +30,7 @@ MAN3= db_appinit.3 db_cursor.3 db_dbm.3 db_hsearch.3 db_intro.3 db_lock.3 \ post-install: ${MKDIR} ${PREFIX}/share/doc/db .for doc in hash.usenix.ps libtp.usenix.ps - ${INSTALL_DATA} ${WRKSRC}/../docs/${doc} ${PREFIX}/share/doc/db + ${INSTALL_DATA} ${WRKSRC}/../documents/${doc} ${PREFIX}/share/doc/db gzip -9 ${PREFIX}/share/doc/db/${doc} .endfor ${MKDIR} ${PREFIX}/share/examples/db @@ -40,5 +40,14 @@ post-install: .for example in AccessExample.cpp AppinitExample.cpp LockExample.cpp MpoolExample.cpp TpcbExample.cpp ${INSTALL_DATA} ${WRKSRC}/../examples_cxx/${example} ${PREFIX}/share/examples/db .endfor + @echo "" + @echo "Java support for ${PKGNAME} is *not* built by default, and requires that you" + @echo "have a working copy of the JDK (v1.1) installed." + @echo "" + @echo "To build java support, please read:" + @echo "" + @echo "${WRKDIR}/${DISTNAME}/java/README" + @echo "" + @echo "and follow the directions therein." .include <bsd.port.mk> diff --git a/databases/db4/distinfo b/databases/db4/distinfo index 9eb2454f1970..7a1bf8ed6a71 100644 --- a/databases/db4/distinfo +++ b/databases/db4/distinfo @@ -1 +1 @@ -MD5 (db-2.3.12.tar.gz) = 6ad6cb464897552f707a5240743bd35d +MD5 (db-2.3.16.tar.gz) = 7d13cbcc3912d6e5b2b953063ade4894 |