diff options
Diffstat (limited to 'devel/libtool15/files')
-rw-r--r-- | devel/libtool15/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/libtool15/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/libtool15/files/patch-ac | 26 | ||||
-rw-r--r-- | devel/libtool15/files/patch-ad | 21 |
4 files changed, 0 insertions, 69 deletions
diff --git a/devel/libtool15/files/patch-aa b/devel/libtool15/files/patch-aa deleted file mode 100644 index 8a3acab1cee7..000000000000 --- a/devel/libtool15/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998 -+++ doc/libtool.texi Mon Apr 27 16:57:24 1998 -@@ -10,7 +10,7 @@ - @set BUGADDR the libtool mailing list @email{<bug-libtool@@gnu.org>} - @set objdir .libs - --@dircategory GNU programming tools -+@dircategory Programming & development tools - @direntry - * Libtool: (libtool). Generic shared library support script. - @end direntry diff --git a/devel/libtool15/files/patch-ab b/devel/libtool15/files/patch-ab deleted file mode 100644 index ef0aedff5c3d..000000000000 --- a/devel/libtool15/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998 -+++ doc/Makefile.in Mon Apr 27 17:22:55 1998 -@@ -56,7 +56,7 @@ - LD = @LD@ - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - PACKAGE = @PACKAGE@ - RANLIB = @RANLIB@ diff --git a/devel/libtool15/files/patch-ac b/devel/libtool15/files/patch-ac deleted file mode 100644 index 2761d1e8c835..000000000000 --- a/devel/libtool15/files/patch-ac +++ /dev/null @@ -1,26 +0,0 @@ ---- ltconfig.orig Fri Mar 20 16:00:29 1998 -+++ ltconfig Tue Feb 2 05:31:37 1999 -@@ -777,7 +777,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1123,10 +1123,11 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -- version_type=sunos -+freebsd*) -+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-$objformat - library_names_spec='${libname}${release}.so.$versuffix $libname.so' -- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - ;; - diff --git a/devel/libtool15/files/patch-ad b/devel/libtool15/files/patch-ad deleted file mode 100644 index 34b60ec9a08a..000000000000 --- a/devel/libtool15/files/patch-ad +++ /dev/null @@ -1,21 +0,0 @@ ---- ltmain.sh.orig Fri Mar 20 17:00:29 1998 -+++ ltmain.sh Sat Dec 12 09:13:28 1998 -@@ -967,6 +967,18 @@ - versuffix="$current.$revision" - ;; - -+ freebsd-aout) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current.$revision"; -+ ;; -+ -+ freebsd-elf) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current"; -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 |