summaryrefslogtreecommitdiff
path: root/databases/bdb-xml/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-02-23 10:32:29 +0000
committeradam <adam@pkgsrc.org>2011-02-23 10:32:29 +0000
commitf67714532d714e70bb8bc7d5620d373d9e0e5ed7 (patch)
tree8d0379a1a6a391e45cd7dfd3fddfb26840dd5f1a /databases/bdb-xml/Makefile
parent853d39e95724d7bde0486e30809f431151d0b97f (diff)
downloadpkgsrc-f67714532d714e70bb8bc7d5620d373d9e0e5ed7.tar.gz
Changes 2.5.16:
* Fixed container creation so that it honors page size in XmlContainerConfig * Fix the base-uri of an attribute node when using WholedocContainer storage * Fixed an assertion failure during query preparation with a recursive user defined function * Fixed an assertion failure when an as-yet unseen URI in used in a query * Fixed a problem where attribute indexes would not properly be updated if there were no element indexes present. This might have a symptom of DB_NOTFOUND errors or duplicate index entries for attributes * Changed the algorithm used to create node IDs during partial update to be more efficient and create shorter node IDs in general * Fixed a problem where deleting the XmlResults object returned by XmlValue.getAttributes() might cause an exception when the original XmlResults for the XmlValue object was next accessed * XQuery Update queries will no longer crash when statistics are disabled * Fixed a bug in document level indexing that could result in index entries being deleted inappropriately when a node was deleted * Fixed fn:doc() to raise an error in all cases if the document does not exist * Fixed a bug occurring when fn:subsequence() and "order by" were used in certain configurations * Changed XmlResults.asEventWriter(), now only one active XmlEventWriter is allowed for an XmlResults object
Diffstat (limited to 'databases/bdb-xml/Makefile')
-rw-r--r--databases/bdb-xml/Makefile33
1 files changed, 17 insertions, 16 deletions
diff --git a/databases/bdb-xml/Makefile b/databases/bdb-xml/Makefile
index 8ec5cfd48fc..3549f9f564b 100644
--- a/databases/bdb-xml/Makefile
+++ b/databases/bdb-xml/Makefile
@@ -1,33 +1,34 @@
-# $NetBSD: Makefile,v 1.16 2009/07/12 12:07:44 obache Exp $
+# $NetBSD: Makefile,v 1.17 2011/02/23 10:32:29 adam Exp $
-DISTNAME= dbxml-1.2.1
+DISTNAME= dbxml-2.5.16
PKGNAME= ${DISTNAME:S/db/bdb-/}
-PKGREVISION= 9
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.oracle.com/database/berkeley-db/xml/index.html
+HOMEPAGE= http://www.oracle.com/us/products/database/berkeley-db/
COMMENT= Native XML data manager built on Berkeley DB
+LICENSE= modified-bsd AND apache-1.1
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= dbxml<=1.2.1
-WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
-GNU_CONFIGURE= YES
-CONFIGURE_SCRIPT= ../dist/configure
-CONFIG_GUESS_OVERRIDE= ../dist/config.guess
-CONFIG_SUB_OVERRIDE= ../dist/config.sub
-CONFIG_STATUS_OVERRIDE= ../dist/config.status
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
+WRKSRC= ${WRKDIR}/${DISTNAME}/dbxml
-CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db46}
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db5}
CONFIGURE_ARGS+= --with-xerces=${BUILDLINK_PREFIX.xerces-c}
-CONFIGURE_ARGS+= --with-pathan=${BUILDLINK_PREFIX.libpathan}
+CONFIGURE_ARGS+= --with-xqilla=${BUILDLINK_PREFIX.xqilla}
+CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+CONFIGURE_ENV+= BDB_TYPE=${BDB_TYPE}
+
+BDB_ACCEPTED= db4 db5
+.include "../../mk/bdb.buildlink3.mk"
-.include "../../databases/db46/buildlink3.mk"
-.include "../../textproc/libpathan/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
+.include "../../textproc/xqilla/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"