summaryrefslogtreecommitdiff
path: root/databases/db3/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-12-02Add case for DragonFly and modify -lpthread detection to check forjoerg1-6/+78
-pthread as well. This can be simplified once PTHREAD_* on NetBSD is fixed.
2005-02-27Start to make this work on (even older) IRIX: check for __sgi rather than sgijschauma1-0/+13
This was originally reported in PR 28819 by Georg Schwarz for db4 and also noted by Georg to apply to this package.
2004-06-28Move the HTML documentation into ${PREFIX}/share/doc/html. Bump thejlam1-2/+2
PKGREVISION due to user-visible difference.
2004-04-07When -lpthread is used, link the db3 library against it, so that programsjmmv1-3/+11
using -ldb3 alone don't complain about missing symbols. This fixes the build of some programs (like nvi), as exposed in Linux.
2003-08-02use <iostream>mrg1-0/+14
2001-11-30Updated to 3.11.2 (provided by ORI Manabu in pkg/14765).martti2-144/+133
This is a bugfix release (too many fixes to list here). The following link (as long as it exists) gives an overview of the changes: http://www.sleepycat.com/update/3.3.11/if.3.3.11.html
2001-11-21Use libtool to install programs that were linked with libtool.jlam1-5/+5
2001-10-23* Apply two patches from the master distribution site;lukem1-7/+45
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
2001-07-19Remove hard-coded /usr/pkg/lib from rpath, and mark as USE_BUILDLINK_ONLY.jlam1-16/+29
Also set includedir via configure argument instead of directly patching the configure script, and add a buildlink.mk file for use by other package Makefiles.
2001-03-28RCS Id policewennmach2-0/+4
2001-03-26Build a shared library version as well...skrll2-18/+106
2001-02-21Upgrade to 3.2.9. Install C++ library as well (not java, since thisfvdl2-55/+90
depends on java being installed, it should probably be in a seperate pkg). Changelog is at http://www.sleepycat.com/update/3.2.9/if.3.2.9.html
1999-12-16Import Sleepycat's db routines (V3). hubertf1-0/+126
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!