aboutsummaryrefslogtreecommitdiff
path: root/security/mhash
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-18 09:47:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-18 09:47:29 +0000
commit5d48443269043d602e83f08d247c43b3a779a8d6 (patch)
treed8ee4593f1ee095117c3c4cb6366321f37bbefd8 /security/mhash
parentddf94f6362349e872bf8f898f3507b76d06805d5 (diff)
downloadports-5d48443269043d602e83f08d247c43b3a779a8d6.tar.gz
ports-5d48443269043d602e83f08d247c43b3a779a8d6.zip
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Notes
Notes: svn path=/head/; revision=384215
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/files/patch-libtool21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/mhash/files/patch-libtool b/security/mhash/files/patch-libtool
deleted file mode 100644
index c5dd17e00332..000000000000
--- a/security/mhash/files/patch-libtool
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Do not install the useless .la file.
- This is a FreeBSD-specific patch, upstream doesn't really need it.
-Author: Ying-Chieh Liao <ijliao@FreeBSD.org>
-Forwarded: not-needed
-Last-Update: 2009-09-10
-
---- ltmain.sh.orig
-+++ ltmain.sh
-@@ -6003,10 +6003,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"