aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-10-06 05:17:05 +0800
committertijl <tijl@FreeBSD.org>2014-10-06 05:17:05 +0800
commit1c22465dfc0ad5a61e00637eb2cd7287665e9d73 (patch)
treeefcb47e3bb677a8ba775d62c35b67294066e63a3 /devel
parent45e645f8e222423d2324bcf0972254c3b0fd09dd (diff)
downloadfreebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.tar.gz
freebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.tar.zst
freebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.zip
Remove old libtool patches
Diffstat (limited to 'devel')
-rw-r--r--devel/cppunit/files/patch-config__ltmain.sh15
-rw-r--r--devel/subversion17/files/patch-build--ltmain.sh11
-rw-r--r--devel/vstr/files/patch-ltmain.sh42
3 files changed, 0 insertions, 68 deletions
diff --git a/devel/cppunit/files/patch-config__ltmain.sh b/devel/cppunit/files/patch-config__ltmain.sh
deleted file mode 100644
index 3f7106f94a09..000000000000
--- a/devel/cppunit/files/patch-config__ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/ltmain.sh.orig 2008-07-11 18:31:19.000000000 +0800
-+++ config/ltmain.sh 2008-07-11 18:32:49.000000000 +0800
-@@ -6092,10 +6092,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"
diff --git a/devel/subversion17/files/patch-build--ltmain.sh b/devel/subversion17/files/patch-build--ltmain.sh
deleted file mode 100644
index 87ca41e5c468..000000000000
--- a/devel/subversion17/files/patch-build--ltmain.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- build/ltmain.sh.orig 2011-08-26 19:01:42.000000000 +0400
-+++ build/ltmain.sh 2011-09-08 00:11:05.000000000 +0400
-@@ -5597,7 +5597,7 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
-+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
diff --git a/devel/vstr/files/patch-ltmain.sh b/devel/vstr/files/patch-ltmain.sh
deleted file mode 100644
index 1b8d1fd13c39..000000000000
--- a/devel/vstr/files/patch-ltmain.sh
+++ /dev/null
@@ -1,42 +0,0 @@
---- ltmain.sh.orig Thu Jul 21 17:41:30 2005
-+++ ltmain.sh Thu Jul 20 23:48:06 2006
-@@ -1522,8 +1522,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3245,6 +3253,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5621,10 +5632,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"