mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove old libtool patches
This commit is contained in:
parent
302b8d0d57
commit
f4df14fe44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370126
@ -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"
|
@ -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
|
||||
;;
|
@ -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"
|
@ -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
|
||||
;;
|
@ -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"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user