summaryrefslogtreecommitdiff
path: root/databases/db45/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-09 09:45:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-09 09:45:37 +0000
commit1977d149f7b7a43220e22efa99ec00b66f0e60cd (patch)
tree664a894f15f5151321a8aebb040414694c322dd7 /databases/db45/pkg-descr
parentremove rtf2htm, which is renamed as unrtf (diff)
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>
Notes
Notes: svn path=/head/; revision=97758
Diffstat (limited to 'databases/db45/pkg-descr')
-rw-r--r--databases/db45/pkg-descr12
1 files changed, 9 insertions, 3 deletions
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/