head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q4:1.2.0.28 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.26 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.24 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.22 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.18 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.16 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.14 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.4 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.1.1.0.30 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.28 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.26 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.24 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.22 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.20 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.18 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.16 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.14 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.12 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.10 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.8 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.6 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.4 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2011.02.23.10.32.29; author adam; state dead; branches; next 1.2; 1.2 date 2008.04.03.11.18.23; author joerg; state Exp; branches; next 1.1; 1.1 date 2004.03.31.17.15.58; author minskim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.03.31.17.15.58; author minskim; state Exp; branches; next ; desc @@ 1.3 log @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 @ text @$NetBSD: patch-ab,v 1.2 2008/04/03 11:18:23 joerg Exp $ --- ../dist/Makefile.in.orig 2003-12-17 00:23:30.000000000 +0100 +++ ../dist/Makefile.in @@@@ -6,12 +6,12 @@@@ builddir=. ################################################## # Installation directories and permissions. ################################################## -prefix= @@prefix@@ +prefix= ${DESTDIR}@@prefix@@ exec_prefix=@@exec_prefix@@ bindir= @@bindir@@ includedir=@@includedir@@/dbxml libdir= @@libdir@@ -docdir= $(prefix)/docs +docdir= $(prefix)/share/doc/dbxml dmode= 755 emode= 555 @@@@ -41,7 +41,7 @@@@ INSTALLER= @@INSTALLER@@ LIBTOOL= @@LIBTOOL@@ POSTLINK= @@POSTLINK@@ -SOLINK= @@MAKEFILE_SOLINK@@ +SOLINK= @@MAKEFILE_SOLINK@@ -version-info @@DB_VERSION_MINOR@@:@@DB_VERSION_PATCH@@ SOFLAGS= @@SOFLAGS@@ SOMAJOR= @@DBXML_VERSION_MAJOR@@ SOVERSION= @@DBXML_VERSION_MAJOR@@.@@DBXML_VERSION_MINOR@@ @ 1.2 log @No idea what __os_clock is, but replace it with portable gettimeofday usage. Add DESTDIR support. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2004/02/13 19:39:37 minskim Exp $ d3 1 a3 1 --- ../dist/Makefile.in.orig 2003-12-16 20:38:24.000000000 -0600 d5 7 a11 1 @@@@ -11,7 +11,7 @@@@ exec_prefix=@@exec_prefix@@ @ 1.1.1.1 log @Reimport dbxml as bdb-xml so as to avoid confusion with dbXML, which is not in pkgsrc (yet) but available in the FreeBSD ports as dbxml. Requested by the author in PR pkg/24996. @ text @@