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/db44/files/patch-dist::ltmain.sh | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 databases/db44/files/patch-dist::ltmain.sh (limited to 'databases/db44/files/patch-dist::ltmain.sh') diff --git a/databases/db44/files/patch-dist::ltmain.sh b/databases/db44/files/patch-dist::ltmain.sh deleted file mode 100644 index 7ba6dbdfd3fe..000000000000 --- a/databases/db44/files/patch-dist::ltmain.sh +++ /dev/null @@ -1,32 +0,0 @@ ---- ../dist/ltmain.sh.orig Sat Nov 17 01:15:01 2001 -+++ ../dist/ltmain.sh Sat Nov 9 17:08:02 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -4217,10 +4217,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -- cgit v1.2.3