aboutsummaryrefslogtreecommitdiffstats
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
parent45e645f8e222423d2324bcf0972254c3b0fd09dd (diff)
downloadfreebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.tar.gz
freebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.tar.zst
freebsd-ports-gnome-1c22465dfc0ad5a61e00637eb2cd7287665e9d73.zip
Remove old libtool patches
-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
-rw-r--r--net-p2p/libtorrent/files/patch-ltmain.sh10
-rw-r--r--net/librsync/files/patch-ltmain.sh15
-rw-r--r--www/neon29/files/patch-ltmain.sh15
6 files changed, 0 insertions, 108 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"
diff --git a/net-p2p/libtorrent/files/patch-ltmain.sh b/net-p2p/libtorrent/files/patch-ltmain.sh
deleted file mode 100644
index 6449cfe47bec..000000000000
--- a/net-p2p/libtorrent/files/patch-ltmain.sh
+++ /dev/null
@@ -1,10 +0,0 @@
---- ltmain.sh.orig Fri Oct 27 22:47:02 2006
-+++ ltmain.sh Tue Nov 7 10:33:04 2006
-@@ -1256,6 +1256,7 @@
- ;;
-
- -avoid-version)
-+ build_old_libs=no
- avoid_version=yes
- continue
- ;;
diff --git a/net/librsync/files/patch-ltmain.sh b/net/librsync/files/patch-ltmain.sh
deleted file mode 100644
index 19146a99dfd8..000000000000
--- a/net/librsync/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Sat Jun 14 11:42:11 2003
-+++ ltmain.sh Mon Aug 11 13:59:20 2003
-@@ -4330,10 +4330,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/www/neon29/files/patch-ltmain.sh b/www/neon29/files/patch-ltmain.sh
deleted file mode 100644
index ea2b374d0213..000000000000
--- a/www/neon29/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig 2009-02-25 17:14:36.000000000 +0300
-+++ ltmain.sh 2009-04-29 15:24:11.000000000 +0400
-@@ -2077,10 +2077,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /bin/false ; then
- func_basename "$file"
- name="$func_basename_result"
- instname="$dir/$name"i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"