summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-12-13Set LICENSE.gdt1-1/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2008-02-21+ Name the programs installed by the db(2) package db2_*.jlam1-3/+4
+ Put documentation under ${PREFIX}/share/doc instead of ${PREFIX}/share/doc/html. Packages that install documentation under the "html" directory are supposed to move them to the "doc" directory when they're updated, but these packages are basically EOL'ed so just move them now. + Add full DESTDIR support. Bump the PKGREVISION of databases/db to 3 and databases/db3 to 4.
2008-01-12Change *_SITES to oracle (old one does not exist anymore).obache1-4/+3
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz1-2/+2
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-18tell configure to ignore inttypes.h on irix 5 because it is known togrant1-1/+7
be incompatible with sys/types.h. fixes PR pkg/28545 from Georg Schwarz.
2004-12-16fix URL in MASTER_SITES.grant1-2/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-28Move the HTML documentation into ${PREFIX}/share/doc/html. Bump thejlam1-3/+3
PKGREVISION due to user-visible difference.
2004-04-07When -lpthread is used, link the db3 library against it, so that programsjmmv1-1/+2
using -ldb3 alone don't complain about missing symbols. This fixes the build of some programs (like nvi), as exposed in Linux.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+3
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-11USE_LANGUAGES=c c++abs1-1/+2
2004-02-08Override config.sub and config.guess. For mipseb support.sekiya1-1/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-2/+4
2003-10-20Update db3 to db3-3.11.2nb1.agc1-1/+3
Add db_185 compatibility to databases/db3, from Jeremy Reed in PR 21237.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-07I haven't maintained this for years, so remove my name from thewrstuden1-2/+2
maintainership.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
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!