From 1977d149f7b7a43220e22efa99ec00b66f0e60cd Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 9 Jan 2004 09:45:37 +0000 Subject: 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 --- databases/db45/pkg-descr | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'databases/db45/pkg-descr') diff --git a/databases/db45/pkg-descr b/databases/db45/pkg-descr index 5b4881b10a5e..9bc7ada3c509 100644 --- a/databases/db45/pkg-descr +++ b/databases/db45/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/ -- cgit v1.2.3