Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-13 | Unused. | wiz | 1 | -36/+0 | |
2002-09-26 | Add BUILDLINK_CPPFLAGS.<pkg> for these packages to help packages find | jlam | 1 | -1/+3 | |
the db[23] headers. | |||||
2002-08-28 | buildlink1 -> buildlink2 | jlam | 1 | -2/+2 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 3 | -2/+23 | |
buildlink2.mk files back into the main trunk. | |||||
2002-07-22 | update PATCH_SITES. | grant | 1 | -2/+2 | |
2002-07-22 | update MASTER_SITES. | grant | 1 | -2/+2 | |
2002-07-15 | Move the mkdir line... | mycroft | 1 | -2/+2 | |
2002-07-15 | Add a mkdir for share/doc/db3/ref/splash, since there are no files in it. | mycroft | 1 | -1/+2 | |
2002-02-12 | Add `-p0' in PATCH_DIST_ARGS to helps Solaris' /usr/bin/gpatch, this does | seb | 1 | -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-30 | Updated to 3.11.2 (provided by ORI Manabu in pkg/14765). | martti | 5 | -575/+619 | |
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-21 | Use libtool to install programs that were linked with libtool. | jlam | 2 | -7/+7 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-23 | * Apply two patches from the master distribution site; | lukem | 4 | -13/+59 | |
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-08-11 | Fix typo: installed include files are actually include/db3/db.h and | rh | 1 | -3/+3 | |
include/db3/db_cxx.h, not "db3.h" and "db3_cxx.h" | |||||
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-19 | Remove hard-coded /usr/pkg/lib from rpath, and mark as USE_BUILDLINK_ONLY. | jlam | 4 | -19/+69 | |
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-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-03-28 | RCS Id police | wennmach | 3 | -3/+7 | |
2001-03-26 | Build a shared library version as well... | skrll | 5 | -29/+125 | |
2001-02-21 | Upgrade to 3.2.9. Install C++ library as well (not java, since this | fvdl | 6 | -178/+371 | |
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-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-14 | Replace USE_PKGLIBTOOL by USE_LIBTOOL. | wiz | 1 | -2/+4 | |
XXX: Isn't really used right now, since the shared library isn't built. Needs tweaking. | |||||
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -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-16 | Import Sleepycat's db routines (V3). | hubertf | 7 | -0/+800 | |
Submitted in PR 8963 by Bill Studentmind (wrstuden@netbsd.org>, thanks! |