summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-10-23 07:26:41 +0000
committerlukem <lukem@pkgsrc.org>2001-10-23 07:26:41 +0000
commit39f7310ad5b3f0e6ffbf32f9ad0f3380b4e4efff (patch)
tree97d94fd2dc08764e5c34f4cf175a574ec89a6eff /databases/db3/Makefile
parentc8b475e108712704e7964582e55592479c3551d8 (diff)
downloadpkgsrc-39f7310ad5b3f0e6ffbf32f9ad0f3380b4e4efff.tar.gz
* Apply two patches from the master distribution site;
3.2.9.1 Fix a bug where running recovery on a database environment containing only logs from a previous release of Berkeley DB, in which log.0000000001 doesn't exist, could fail. 3.2.9.2 Fix a bug where opening too many files causes a core dump. * Use ${BSD_INSTALL_*} instead of cp, so that bin/db3_* and include/db3/* get installed with the correct ownership * Crank version from 2.9 to 2.9.2
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r--databases/db3/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 521269fd2f6..0ec5c1b6402 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/07/19 19:16:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/10/23 07:26:41 lukem Exp $
DISTNAME= db-3.2.9
-PKGNAME= db3-2.9
+PKGNAME= db3-2.9.2
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/3.2.9/
@@ -9,6 +9,10 @@ MAINTAINER= wrstuden@netbsd.org
HOMEPAGE= http://www.sleepycat.com/
COMMENT= Sleepycat Software's Berkeley DB version 3
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= patch.3.2.9.1 patch.3.2.9.2
+PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet
+
USE_BUILDLINK_ONLY= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKDIR}/${DISTNAME}/dist/ltconfig