From 1ccd19f60a72a8680dae3d64c7909a39c4c285a4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 28 Mar 1999 17:34:02 +0000 Subject: upgrade to 2.7.3, old distfile is not available in anycase install in the way that not interfere with libc db --- databases/db3/Makefile | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'databases/db3/Makefile') diff --git a/databases/db3/Makefile b/databases/db3/Makefile index b3af24cc728a..aff5e2e9b3d3 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,48 +1,28 @@ # ports collection makefile for: Berkeley DB -# Version required: v2.3.16 +# Version required: v2.* # Date created: 26 Jan 1998 # Whom: Josh Tiefenbach # -# $Id: Makefile,v 1.8 1999/01/13 02:47:29 scrappy Exp $ +# $Id: Makefile,v 1.9 1999/03/11 20:33:49 scrappy Exp $ # -DISTNAME= db-2.3.16 +DISTNAME= db-2.7.3 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/db/packages/ +MASTER_SITES= ftp://ftp.terra.net/pub/sleepycat/ MAINTAINER= josh@ican.net Y2K= http://www.sleepycat.com/faq.html#A8 WWW_SITE= http://www.sleepycat.com -MANUAL_PACKAGE_BUILD= incompatible with libc version -WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix +WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx -MAN1= db_archive.1 db_checkpoint.1 db_deadlock.1 db_dump.1 db_load.1 \ - db_recover.1 db_stat.1 -MAN3= db_appinit.3 db_cursor.3 db_dbm.3 db_hsearch.3 db_intro.3 db_lock.3 \ - db_log.3 db_mpool.3 db_open.3 db_txn.3 \ - Db.3 DbEnv.3 DbException.3 DbInfo.3 DbLock.3 DbLockTab.3 DbLog.3 \ - DbLsn.3 DbMpool.3 DbMpoolFile.3 DbTxn.3 DbTxnMgr.3 Dbc.3 Dbt.3 - post-install: - ${MKDIR} ${PREFIX}/share/doc/db -.for doc in hash.usenix.ps libtp.usenix.ps - ${INSTALL_DATA} ${WRKSRC}/../documents/${doc} ${PREFIX}/share/doc/db - gzip -9 ${PREFIX}/share/doc/db/${doc} -.endfor - ${MKDIR} ${PREFIX}/share/examples/db -.for example in README ex_access.c ex_appinit.c ex_btrec.c ex_lock.c ex_mpool.c ex_tpcb.c ex_tpcb.h - ${INSTALL_DATA} ${WRKSRC}/../examples/${example} ${PREFIX}/share/examples/db -.endfor -.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." -- cgit v1.2.3