summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28buildlink1 -> buildlink2jlam1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-07-22update PATCH_SITES.grant1-2/+2
2002-07-22update MASTER_SITES.grant1-2/+2
2002-02-12Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this doesseb1-3/+3
not seem to harm NetBSD's /usr/bin/patch. Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix shared libraries numbering under Solaris.
2001-11-30Updated to 3.11.2 (provided by ORI Manabu in pkg/14765).martti1-5/+5
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-10-23* Apply two patches from the master distribution site;lukem1-2/+6
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-1/+3
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-26Build a shared library version as well...skrll1-7/+7
2001-02-21Upgrade to 3.2.9. Install C++ library as well (not java, since thisfvdl1-6/+7
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
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-08-14Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz1-2/+4
XXX: Isn't really used right now, since the shared library isn't built. Needs tweaking.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
1999-12-16Import Sleepycat's db routines (V3).hubertf1-0/+22
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks!