aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libtool15/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-05 06:35:39 +0800
committersteve <steve@FreeBSD.org>1999-05-05 06:35:39 +0800
commit6ef1bfdd2b18179ccf829ba9b0265c919a9e2b91 (patch)
treec2cc687d863e28d65d11e33020966207aab93842 /devel/libtool15/files
parent90c2cb002fb3733a7c3ac8a551a2b31f4bd03914 (diff)
downloadfreebsd-ports-gnome-6ef1bfdd2b18179ccf829ba9b0265c919a9e2b91.tar.gz
freebsd-ports-gnome-6ef1bfdd2b18179ccf829ba9b0265c919a9e2b91.tar.zst
freebsd-ports-gnome-6ef1bfdd2b18179ccf829ba9b0265c919a9e2b91.zip
Update to version 1.3.
PR: 11356 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'devel/libtool15/files')
-rw-r--r--devel/libtool15/files/patch-aa2
-rw-r--r--devel/libtool15/files/patch-ab4
-rw-r--r--devel/libtool15/files/patch-ac48
-rw-r--r--devel/libtool15/files/patch-ad21
-rw-r--r--devel/libtool15/files/patch-ae13
5 files changed, 38 insertions, 50 deletions
diff --git a/devel/libtool15/files/patch-aa b/devel/libtool15/files/patch-aa
index 8a3acab1cee7..483466c69666 100644
--- a/devel/libtool15/files/patch-aa
+++ b/devel/libtool15/files/patch-aa
@@ -1,7 +1,7 @@
--- 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 BUGADDR the libtool mailing list @email{bug-libtool@@gnu.org}
@set objdir .libs
-@dircategory GNU programming tools
diff --git a/devel/libtool15/files/patch-ab b/devel/libtool15/files/patch-ab
index ef0aedff5c3d..dd642b335b69 100644
--- a/devel/libtool15/files/patch-ab
+++ b/devel/libtool15/files/patch-ab
@@ -1,8 +1,8 @@
--- 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@
+@@ -70,7 +70,7 @@
LIBTOOL = @LIBTOOL@
+ LIBTOOL_FLAGS = @LIBTOOL_FLAGS@
LN_S = @LN_S@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
diff --git a/devel/libtool15/files/patch-ac b/devel/libtool15/files/patch-ac
index fc686d6e785d..43bdc69d080d 100644
--- a/devel/libtool15/files/patch-ac
+++ b/devel/libtool15/files/patch-ac
@@ -1,26 +1,22 @@
---- 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
- ;;
-
+--- ltconfig.orig Mon Mar 15 19:38:58 1999
++++ ltconfig Mon Apr 5 01:40:53 1999
+@@ -1672,14 +1672,16 @@
+ freebsd-elf*)
+ deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+ file_magic_cmd=/usr/bin/file
+- file_magic_test_file=`echo /usr/lib/libc.so*`
++ file_magic_test_file=`echo /usr/lib/libc.so.*`
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
+ need_version=no
+ need_lib_prefix=no
+ ;;
+ freebsd-*)
+- deplibs_check_method=unknown
+- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
++ deplibs_check_method='file_magic FreeBSD.* shared library'
++ file_magic_cmd=/usr/bin/file
++ file_magic_test_file=`echo /usr/lib/libc.so.*`
++ library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix $libname.so'
+ need_version=yes
+ ;;
+ esac
diff --git a/devel/libtool15/files/patch-ad b/devel/libtool15/files/patch-ad
index 34b60ec9a08a..e69de29bb2d1 100644
--- a/devel/libtool15/files/patch-ad
+++ b/devel/libtool15/files/patch-ad
@@ -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
diff --git a/devel/libtool15/files/patch-ae b/devel/libtool15/files/patch-ae
new file mode 100644
index 000000000000..1468b8fed6bd
--- /dev/null
+++ b/devel/libtool15/files/patch-ae
@@ -0,0 +1,13 @@
+--- configure.orig Fri Feb 19 00:50:06 1999
++++ configure Fri Feb 19 00:50:21 1999
+@@ -5288,10 +5288,6 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.