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/files/patch-dist::configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'databases/db45/files/patch-dist::configure') diff --git a/databases/db45/files/patch-dist::configure b/databases/db45/files/patch-dist::configure index f6f65d26177e..f5fd795067be 100644 --- a/databases/db45/files/patch-dist::configure +++ b/databases/db45/files/patch-dist::configure @@ -13,12 +13,3 @@ MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" # Configure for shared libraries, static libraries, or both. If both are -@@ -9511,7 +9511,7 @@ - - # Optional utilities. - if test "$db_cv_dump185" = "yes"; then -- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS" -+ ADDITIONAL_PROGS="db41_dump185 $ADDITIONAL_PROGS" - fi - - # Checks for system/compiler characteristics. -- cgit v1.2.3