Commit graph

12 commits

Author SHA1 Message Date
markd
a7105b0163 Add the correct version of the previosu patches. 2012-03-11 20:26:57 +00:00
markd
3559afaa54 Fix build with gcc4.6 2012-03-10 20:18:03 +00:00
adam
bb002b9063 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
2011-02-23 10:32:29 +00:00
markd
476762d9fa Fix build with gcc4.3 2011-01-29 21:48:41 +00:00
hasso
c7c79d282a Make it not use included libtool in the configure phase. Makes it build
again on DragonFly.
2009-07-17 18:26:30 +00:00
hasso
0df6c92d81 * Fix a typo in patch-aa.
* Fix build with xerces-c 2.8.0.
2009-05-16 19:27:07 +00:00
minskim
a171151de1 This version of bdb-xml requires db<4.7. Depend on db46 instead of db4.
This fixes the build error shown on Joerg's bulk builds on NetBSD-current.

Bump PKGREVISION.
2008-09-24 19:32:00 +00:00
joerg
85512eddde No idea what __os_clock is, but replace it with portable gettimeofday
usage. Add DESTDIR support. Bump revision.
2008-04-03 11:18:23 +00:00
joerg
83a2e850b2 Override config.*. Fix DragonFly support in configure's libtool fragment. 2006-01-02 17:32:13 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
kristerw
3f109a4f65 Fix a C++ statement that gcc 2 cannot handle. 2004-09-24 20:16:18 +00:00
minskim
e16cb04e4f 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.
2004-03-31 17:15:56 +00:00