aboutsummaryrefslogtreecommitdiff
path: root/devel/libtool13
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-02 08:26:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-02 08:26:22 +0000
commit030d0dff5a6290a7dd962b55cf867e9a43846bf0 (patch)
treec942ae60364c11bc35590303880347cef07c1dca /devel/libtool13
parent95328bd93d9769ee8dc17f4cb607834ce0227ac6 (diff)
downloadports-030d0dff5a6290a7dd962b55cf867e9a43846bf0.tar.gz
ports-030d0dff5a6290a7dd962b55cf867e9a43846bf0.zip
Notes
Diffstat (limited to 'devel/libtool13')
-rw-r--r--devel/libtool13/Makefile4
-rw-r--r--devel/libtool13/distinfo2
-rw-r--r--devel/libtool13/files/patch-ac25
-rw-r--r--devel/libtool13/files/patch-ad45
-rw-r--r--devel/libtool13/files/patch-af8
5 files changed, 48 insertions, 36 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile
index e2f7c661acc3..99758290624a 100644
--- a/devel/libtool13/Makefile
+++ b/devel/libtool13/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: libtool
-# Version required: 1.3.3
+# Version required: 1.3.4
# Date created: 6 May 1998
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# $FreeBSD$
#
-DISTNAME= libtool-1.3.3
+DISTNAME= libtool-1.3.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
diff --git a/devel/libtool13/distinfo b/devel/libtool13/distinfo
index 85d684bde45b..c39e3aaff92d 100644
--- a/devel/libtool13/distinfo
+++ b/devel/libtool13/distinfo
@@ -1 +1 @@
-MD5 (libtool-1.3.3.tar.gz) = 574b5a12423c2aa575efe122c6c5831b
+MD5 (libtool-1.3.4.tar.gz) = 0c3844fedd382e5796865ca58842713e
diff --git a/devel/libtool13/files/patch-ac b/devel/libtool13/files/patch-ac
index 32158c98ca68..414e062e1de1 100644
--- a/devel/libtool13/files/patch-ac
+++ b/devel/libtool13/files/patch-ac
@@ -1,14 +1,14 @@
---- ltconfig.orig Fri Jul 2 09:02:37 1999
-+++ ltconfig Sat Sep 4 11:34:21 1999
+--- ltconfig.orig Tue Dec 7 13:50:48 1999
++++ ltconfig Mon Jan 17 16:31:24 2000
@@ -169,7 +169,7 @@
# Constants:
PROGRAM=ltconfig
PACKAGE=libtool
--VERSION=1.3.3
-+VERSION=1.3.3-freebsd-ports
- TIMESTAMP=" (1.385.2.181 1999/07/02 15:49:11)"
- ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.c 1>&5'
- ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.c $LIBS 1>&5'
+-VERSION=1.3.4
++VERSION=1.3.4-freebsd-ports
+ TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
+ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+ ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
@@ -185,6 +185,8 @@
# which needs '.lib').
enable_static=yes
@@ -66,7 +66,7 @@
else
ld_shlibs=no
fi
-@@ -1348,14 +1359,6 @@
+@@ -1353,14 +1364,6 @@
hardcode_shlibpath_var=no
;;
@@ -81,7 +81,7 @@
hpux9* | hpux10* | hpux11*)
case "$host_os" in
hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
-@@ -1732,7 +1735,7 @@
+@@ -1775,7 +1778,7 @@
version_type=none
dynamic_linker="$host_os ld.so"
sys_lib_dlsearch_path_spec="/lib /usr/lib"
@@ -90,7 +90,7 @@
file_magic_cmd=
file_magic_test_file=
deplibs_check_method='unknown'
-@@ -1829,19 +1832,21 @@
+@@ -1874,18 +1877,21 @@
case "$version_type" in
freebsd-elf*)
deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
@@ -107,7 +107,6 @@
+ deplibs_check_method='file_magic FreeBSD.* shared library'
;;
esac
-- finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="'"$objformat"'" ldconfig -m $libdir'
+ file_magic_cmd=/usr/bin/file
+ file_magic_test_file=`echo /usr/lib/libc.so.*`
+ if test "$release_suffix" = all; then
@@ -120,8 +119,8 @@
+ finish_cmds='/usr/bin/env OBJFORMAT="'"$objformat"'" /sbin/ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
case "$host_os" in
- freebsd2* | freebsd3.[01]*)
-@@ -2719,6 +2724,15 @@
+ freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
+@@ -2776,6 +2782,15 @@
# Shell to use when invoking shell scripts.
SHELL=$LTSHELL
diff --git a/devel/libtool13/files/patch-ad b/devel/libtool13/files/patch-ad
index 345a0096ef25..2aed241fd3e0 100644
--- a/devel/libtool13/files/patch-ad
+++ b/devel/libtool13/files/patch-ad
@@ -1,15 +1,15 @@
---- ltmain.sh.orig Fri Jul 2 09:02:40 1999
-+++ ltmain.sh Wed Sep 15 00:00:38 1999
+--- ltmain.sh.orig Tue Dec 7 13:50:49 1999
++++ ltmain.sh Mon Jan 17 16:33:06 2000
@@ -54,7 +54,7 @@
# Constants.
PROGRAM=ltmain.sh
PACKAGE=libtool
--VERSION=1.3.3
-+VERSION=1.3.3-freebsd-ports
- TIMESTAMP=" (1.385.2.181 1999/07/02 15:49:11)"
+-VERSION=1.3.4
++VERSION=1.3.4-freebsd-ports
+ TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
default_mode=
-@@ -946,7 +946,11 @@
+@@ -952,7 +952,11 @@
continue
;;
release)
@@ -22,7 +22,7 @@
prev=
continue
;;
-@@ -999,6 +1003,7 @@
+@@ -1005,6 +1009,7 @@
;;
-avoid-version)
@@ -30,7 +30,7 @@
avoid_version=yes
continue
;;
-@@ -1085,6 +1090,10 @@
+@@ -1091,6 +1096,10 @@
deplibs="$deplibs $arg"
;;
@@ -41,7 +41,7 @@
-module)
module=yes
continue
-@@ -1162,7 +1171,7 @@
+@@ -1168,7 +1177,7 @@
*.o | *.obj | *.a | *.lib)
# A standard object.
@@ -50,7 +50,20 @@
;;
*.lo)
-@@ -1789,6 +1798,9 @@
+@@ -1603,12 +1612,6 @@
+ exit 1
+ fi
+
+- # How the heck are we supposed to write a wrapper for a shared library?
+- if test -n "$link_against_libtool_libs"; then
+- $echo "$modename: error: cannot link shared libraries into libtool libraries" 1>&2
+- exit 1
+- fi
+-
+ if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
+ $echo "$modename: warning: \`-dlopen' is ignored for libtool libraries" 1>&2
+ fi
+@@ -1795,6 +1798,9 @@
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
# these systems don't actually have a c library (as such)!
;;
@@ -60,7 +73,7 @@
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
-@@ -1796,6 +1808,94 @@
+@@ -1802,6 +1808,94 @@
esac
fi
@@ -155,7 +168,7 @@
# Create the output directory, or remove our outputs if we need to.
if test -d $output_objdir; then
$show "${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*"
-@@ -1811,7 +1911,11 @@
+@@ -1817,7 +1911,11 @@
# Now set the variables for building old libraries.
if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
@@ -168,7 +181,7 @@
# Transform .lo files to .o files.
oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
-@@ -2005,7 +2109,11 @@
+@@ -2011,7 +2109,11 @@
echo "*** \`nm' from GNU binutils and a full rebuild may help."
fi
if test "$build_old_libs" = no; then
@@ -181,7 +194,7 @@
build_libtool_libs=module
build_old_libs=yes
else
-@@ -3026,7 +3134,11 @@
+@@ -3059,7 +3161,11 @@
case "$output" in
*.la)
old_library=
@@ -194,7 +207,7 @@
$show "creating $output"
if test -n "$xrpath"; then
-@@ -3315,10 +3427,12 @@
+@@ -3348,10 +3454,12 @@
fi
# Install the pseudo-library for information purposes.
@@ -211,7 +224,7 @@
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
-@@ -3407,7 +3521,6 @@
+@@ -3440,7 +3548,6 @@
fi
libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`"
if test -n "$libdir" && test ! -f "$libfile"; then
diff --git a/devel/libtool13/files/patch-af b/devel/libtool13/files/patch-af
index a62485d06dc4..beb6be3b456f 100644
--- a/devel/libtool13/files/patch-af
+++ b/devel/libtool13/files/patch-af
@@ -1,6 +1,6 @@
---- libltdl/Makefile.in.orig Fri Jul 2 09:02:06 1999
-+++ libltdl/Makefile.in Thu Sep 9 22:40:10 1999
-@@ -328,17 +328,16 @@
+--- libltdl/Makefile.in.orig Tue Dec 7 13:03:38 1999
++++ libltdl/Makefile.in Mon Jan 17 16:35:34 2000
+@@ -326,17 +326,16 @@
distdir: $(DISTFILES)
-rm -rf $(distdir)
mkdir $(distdir)
@@ -9,7 +9,7 @@
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \
-- cp -pr $$/$$file $(distdir)/$$file; \
+- cp -pr $$d/$$file $(distdir)/$$file; \
+ echo no copy dir $$d/$$file; \
else \
- test -f $(distdir)/$$file \