diff options
author | naddy <naddy@FreeBSD.org> | 2002-11-08 22:01:31 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-11-08 22:01:31 +0000 |
commit | edc67a12ced21e568f1fb137eab81ff1097d038d (patch) | |
tree | ba8b6a764bf669d8715aae82d658a640eb3852c2 /databases/dbh10 | |
parent | 1ab259f876c69da4509c55ed2d42c5b647d8fa7e (diff) | |
download | FreeBSD-ports-edc67a12ced21e568f1fb137eab81ff1097d038d.zip FreeBSD-ports-edc67a12ced21e568f1fb137eab81ff1097d038d.tar.gz |
Do not install useless .la file.
PR: 44484
Submitted by: Ports Fury
Diffstat (limited to 'databases/dbh10')
-rw-r--r-- | databases/dbh10/Makefile | 2 | ||||
-rw-r--r-- | databases/dbh10/files/patch-configure | 50 | ||||
-rw-r--r-- | databases/dbh10/pkg-plist | 3 |
3 files changed, 50 insertions, 5 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index f796fc7..20570ae 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -8,6 +8,7 @@ PORTNAME= dbh PORTVERSION= 1.0.11 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://dbh.sourceforge.net/archive/ @@ -20,6 +21,7 @@ MAINTAINER= ports@FreeBSD.org PORTCOMMENT= Disk Based Hashtables USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/databases/dbh10/files/patch-configure b/databases/dbh10/files/patch-configure index 5fbfb3e..f2f11f1 100644 --- a/databases/dbh10/files/patch-configure +++ b/databases/dbh10/files/patch-configure @@ -1,6 +1,50 @@ ---- configure.orig Fri Aug 9 23:22:33 2002 -+++ configure Fri Aug 9 23:22:38 2002 -@@ -10854,7 +10854,7 @@ +--- configure.orig Wed Aug 14 06:39:38 2002 ++++ configure Sat Oct 26 05:29:34 2002 +@@ -1400,7 +1400,7 @@ + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. + if (aclocal --version) < /dev/null > /dev/null 2>&1; then +- ACLOCAL=aclocal ++ ACLOCAL=true + echo "$as_me:1404: result: found" >&5 + echo "${ECHO_T}found" >&6 + else +@@ -1415,7 +1415,7 @@ + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. + if (autoconf --version) < /dev/null > /dev/null 2>&1; then +- AUTOCONF=autoconf ++ AUTOCONF=true + echo "$as_me:1419: result: found" >&5 + echo "${ECHO_T}found" >&6 + else +@@ -1430,7 +1430,7 @@ + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. + if (automake --version) < /dev/null > /dev/null 2>&1; then +- AUTOMAKE=automake ++ AUTOMAKE=true + echo "$as_me:1434: result: found" >&5 + echo "${ECHO_T}found" >&6 + else +@@ -1445,7 +1445,7 @@ + # an executable is not found, even if stderr is redirected. + # Redirect stdin to placate older versions of autoconf. Sigh. + if (autoheader --version) < /dev/null > /dev/null 2>&1; then +- AUTOHEADER=autoheader ++ AUTOHEADER=true + echo "$as_me:1449: result: found" >&5 + echo "${ECHO_T}found" >&6 + else +@@ -6802,6 +6802,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -10854,7 +10855,7 @@ "NONE") ;; *) diff --git a/databases/dbh10/pkg-plist b/databases/dbh10/pkg-plist index ae56470..8b0d8ef 100644 --- a/databases/dbh10/pkg-plist +++ b/databases/dbh10/pkg-plist @@ -1,8 +1,7 @@ +@comment $FreeBSD$ include/dbh.h include/dbh_config.h include/dbh_functions.h -lib/libdbh-1.0.so lib/libdbh-1.0.so.1 lib/libdbh.a -lib/libdbh.la lib/libdbh.so |