summaryrefslogtreecommitdiff
path: root/databases/db4/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-10-25 06:26:48 +0000
committerjlam <jlam>2005-10-25 06:26:48 +0000
commit5f1e363f8de0e46bdbbce1b8adb16f6ae64a9eaa (patch)
treee895ff887bd210a8a4a66dfcb643f79c0a7f240d /databases/db4/Makefile
parentbd7808cc26b5d236e9adfae87d9d0efd39eef9dd (diff)
downloadpkgsrc-5f1e363f8de0e46bdbbce1b8adb16f6ae64a9eaa.tar.gz
Update databases/db4 to 4.3.29. This is a point release update over
4.3.28, so there are no API changes, and applications may be upgraded by relinking against db4-4.3.29. We stop pretending to support a "java" package option since we never even bothered with handling the PLIST differences. Changes from version 4.3.28 include: * The on-disk log format has changed. * Add support for lightweight, transactionally protected Sequence Number generation. * Add support for Degree 2 isolation. * Add election generation information to replication to support Paxos compliance. * A huge number of bug fixes, including eliminating some instances of application deadlock and memory leak fixes. * Some minor performance enhancements.
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r--databases/db4/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index f4df47af5e2..a30e85d5cf7 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.38 2005/05/10 16:24:48 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2005/10/25 06:26:48 jlam Exp $
-DISTNAME= db-4.3.28
+DISTNAME= db-4.3.29
PKGNAME= ${DISTNAME:S/db/db4/}
CATEGORIES= databases
-MASTER_SITES= ftp://ftp.sleepycat.com/releases/
+MASTER_SITES= http://downloads.sleepycat.com/ \
+ ftp://ftp.sleepycat.com/releases/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.sleepycat.com/
@@ -25,9 +26,6 @@ CONFIGURE_ARGS+= --enable-compat185
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db4
CONFIGURE_ARGS+= --program-transform-name=s,db_,db4_,
-.include "../../mk/bsd.prefs.mk"
-.include "options.mk"
-
# NetBSD-sparc64-1.6*'s f77 makes configure failing and as f77 is not
# needed for this package the following does no harm on other platform.
CONFIGURE_ENV+= F77=${FALSE}