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-nocrypto | |
parent | d89d0a22fef41401ad23a3d42ee394e18e5b2089 (diff) | |
download | freebsd-ports-graphics-aad4663898fddcd5ab97bb85edbb6ae70b4b69c1.tar.gz freebsd-ports-graphics-aad4663898fddcd5ab97bb85edbb6ae70b4b69c1.tar.zst freebsd-ports-graphics-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-nocrypto')
-rw-r--r-- | databases/db42-nocrypto/Makefile | 10 | ||||
-rw-r--r-- | databases/db42-nocrypto/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/db42-nocrypto/Makefile b/databases/db42-nocrypto/Makefile index 5f2089585e2..e875167587b 100644 --- a/databases/db42-nocrypto/Makefile +++ b/databases/db42-nocrypto/Makefile @@ -1,6 +1,6 @@ -# Ports collection makefile for: db41-nocrypto -# Date created: 2003-02-13 -# Whom: matthias.andree@web.de +# Ports collection makefile for: db42-nocrypto +# Date created: 2004-01-04 +# Whom: matthias.andree@gmx.de # # $FreeBSD$ # @@ -8,7 +8,9 @@ PKGNAMESUFFIX= -nocrypto DISTNAME= db-${PORTVERSION}.NC -MASTERDIR= ${.CURDIR}/../db41 +MAINTAINER= matthias.andree@gmx.de + +MASTERDIR= ${.CURDIR}/../db42 MD5_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" diff --git a/databases/db42-nocrypto/distinfo b/databases/db42-nocrypto/distinfo index 61b9d341d44..36c335a4762 100644 --- a/databases/db42-nocrypto/distinfo +++ b/databases/db42-nocrypto/distinfo @@ -1,2 +1,2 @@ -MD5 (bdb/db-4.1.25.NC.tar.gz) = 9777891c1a21409a871286b7a64df2e0 -MD5 (bdb/patch.4.1.25.1) = 1e073d12cd89f9345e281ca07368f74b +MD5 (bdb/db-4.2.52.NC.tar.gz) = ca5c61bd4b9475b95f8e74e44d60f708 +MD5 (bdb/patch.4.2.52.1) = 1227f5f9ff43d48b5b1759e113a1c2d7 |