diff options
author | pav <pav@FreeBSD.org> | 2004-01-09 17:45:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-09 17:45:37 +0800 |
commit | aad4663898fddcd5ab97bb85edbb6ae70b4b69c1 (patch) | |
tree | 0d6d8ea1e82354f18cb0a66e7cb478c47b3090a6 /databases/db42/pkg-descr | |
parent | d89d0a22fef41401ad23a3d42ee394e18e5b2089 (diff) | |
download | freebsd-ports-gnome-aad4663898fddcd5ab97bb85edbb6ae70b4b69c1.tar.gz freebsd-ports-gnome-aad4663898fddcd5ab97bb85edbb6ae70b4b69c1.tar.zst freebsd-ports-gnome-aad4663898fddcd5ab97bb85edbb6ae70b4b69c1.zip |
Add Berkeley DB 4.2.52 after repocopy from db41.
Note to other porters who want their port to depend on this one: Use
LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto
Usually, setting
CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42"
LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2"
will then work to get the right DB library. At run time, the proper
library will be looked up by its SONAME, which is "libdb-4.2.so.2" and
resides in /usr/local/lib.
PR: ports/60943
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'databases/db42/pkg-descr')
-rw-r--r-- | databases/db42/pkg-descr | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/databases/db42/pkg-descr b/databases/db42/pkg-descr index 5b4881b10a5e..9bc7ada3c509 100644 --- a/databases/db42/pkg-descr +++ b/databases/db42/pkg-descr @@ -1,10 +1,16 @@ -Version 4.1 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v4.1 +Version 4.2 of the Berkeley Data Base library which offers (key/value) storage +with optional concurrent access or transactions interface. + +Utilities are included in the distribution to convert v1.85 databases to v4.2 databases, and a backwards compatible API is provided to maintain compatibility with programs using the v1.85 interface. +Note that this port has a different layout than the 3.3, 4.0 and 4.1 ports, +it does not rename libraries. + For details on compatibility with other DB versions, see: http://www.sleepycat.com/download/patchlogs.shtml + +-- Matthias Andree WWW: http://www.sleepycat.com/ |