diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 09:45:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 09:45:37 +0000 |
commit | 1977d149f7b7a43220e22efa99ec00b66f0e60cd (patch) | |
tree | 664a894f15f5151321a8aebb040414694c322dd7 /databases/db42/distinfo | |
parent | 59ef4c83ff8594ea20724521f2521b31d9a28cbf (diff) | |
download | ports-1977d149f7b7a43220e22efa99ec00b66f0e60cd.tar.gz ports-1977d149f7b7a43220e22efa99ec00b66f0e60cd.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>
Notes
Notes:
svn path=/head/; revision=97758
Diffstat (limited to 'databases/db42/distinfo')
-rw-r--r-- | databases/db42/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db42/distinfo b/databases/db42/distinfo index b02cc92c3b63..e03d3baa0621 100644 --- a/databases/db42/distinfo +++ b/databases/db42/distinfo @@ -1,2 +1,2 @@ -MD5 (bdb/db-4.1.25.tar.gz) = df71961002b552c0e72c6e4e358f27e1 -MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b +MD5 (bdb/db-4.2.52.tar.gz) = cbc77517c9278cdb47613ce8cb55779f +MD5 (bdb/patch.4.2.52.1) = 1227f5f9ff43d48b5b1759e113a1c2d7 |