summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-02 12:09:35 +0000
committeradam <adam@pkgsrc.org>2010-06-02 12:09:35 +0000
commitf905031181f9fc6ad6c0ee8a1d535abc03725385 (patch)
tree85b56e2e15b672e7058581ca7332623823901e30
parent4c688f07a567a8cb12cd36fe34ba89be62bcff39 (diff)
downloadpkgsrc-f905031181f9fc6ad6c0ee8a1d535abc03725385.tar.gz
Added databases/db5 version 5.0.21
-rw-r--r--databases/Makefile3
-rw-r--r--mk/bdb.buildlink3.mk6
-rw-r--r--pkgtools/pkglint/files/makevars.map8
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 62d70ef8c8e..6faa5e08a24 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.332 2010/05/15 06:03:32 pettai Exp $
+# $NetBSD: Makefile,v 1.333 2010/06/02 12:09:35 adam Exp $
#
COMMENT= Databases
@@ -13,6 +13,7 @@ SUBDIR+= datadraw
SUBDIR+= db
SUBDIR+= db3
SUBDIR+= db4
+SUBDIR+= db5
SUBDIR+= db46
SUBDIR+= dbh
SUBDIR+= edb
diff --git a/mk/bdb.buildlink3.mk b/mk/bdb.buildlink3.mk
index fed6138940d..8d746641fdc 100644
--- a/mk/bdb.buildlink3.mk
+++ b/mk/bdb.buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bdb.buildlink3.mk,v 1.23 2009/03/20 19:25:01 joerg Exp $
+# $NetBSD: bdb.buildlink3.mk,v 1.24 2010/06/02 12:11:52 adam Exp $
#
# This Makefile fragment is meant to be included by packages that
# require a Berkeley DB (BDB) implementation and that are not restricted
@@ -18,7 +18,7 @@
# FIXME: Improve the wording of the text above so that one can
# understand it.
#
-# Possible: db1 db2 db3 db4
+# Possible: db1 db2 db3 db4 db5
# Default: db4
#
# BDB185_DEFAULT
@@ -78,7 +78,7 @@ USE_DB185?= yes
# _BDB_PKGS is an exhaustive list of all of the Berkeley DB
# implementations that may be used with bdb.buildlink3.mk.
#
-_BDB_PKGS?= db1 db2 db3 db4
+_BDB_PKGS?= db1 db2 db3 db4 db5
BDB_DEFAULT?= db4
BDB_ACCEPTED?= ${_BDB_PKGS}
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index e2dc4823f74..aaa7a3eff86 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.203 2010/03/14 16:42:54 wiz Exp $
+# $NetBSD: makevars.map,v 1.204 2010/06/02 12:12:17 adam Exp $
#
# This file contains the guessed type of some variables, according to
@@ -140,10 +140,10 @@ AUTO_MKDIRS YesNo [$package]
BATCH Yes [$user]
BDB185_DEFAULT Unchecked []
BDBBASE Pathname [$system]
-BDB_ACCEPTED List of { db1 db2 db3 db4 } [$package]
-BDB_DEFAULT { db1 db2 db3 db4 } []
+BDB_ACCEPTED List of { db1 db2 db3 db4 db5 } [$package]
+BDB_DEFAULT { db1 db2 db3 db4 db5 } []
BDB_LIBS List of LdFlag [$system]
-BDB_TYPE { db1 db2 db3 db4 } [$system]
+BDB_TYPE { db1 db2 db3 db4 db5 } [$system]
BINGRP UserGroupName [$system]
BINMODE FileMode [$system]
BINOWN UserGroupName [$system]