Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2000 01:58:45 +0900
From:      "Akinori MUSHA" <knu@idaemons.org>
To:        reg@FreeBSD.org
Cc:        asami@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   libtool 1.3.5
Message-ID:  <86itqkq0ca.wl@archon.local.idaemons.org>

next in thread | raw e-mail | index | archive | help
Hi,

How about updating libtool to 1.3.5?  It was released about five month
ago.  Does it have any known problems?

-- 
                           /
                          /__  __
                         / )  )  ) )  /    and.or.jp / ruby-lang.org
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/libtool/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	2000/09/25 07:38:14	1.12
+++ Makefile	2000/10/22 14:31:34
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libtool
-PORTVERSION=	1.3.4
-PORTREVISION=	1
+PORTVERSION=	1.3.5
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libtool
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/libtool/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2000/04/02 08:26:20	1.4
+++ distinfo	2000/10/22 14:31:47
@@ -1 +1 @@
-MD5 (libtool-1.3.4.tar.gz) = 0c3844fedd382e5796865ca58842713e
+MD5 (libtool-1.3.5.tar.gz) = fa26a07c978ad05d1f88ed7a472daa49
Index: files/patch-ac
===================================================================
RCS file: /home/ncvs/ports/devel/libtool/files/patch-ac,v
retrieving revision 1.10
diff -u -r1.10 patch-ac
--- files/patch-ac	2000/09/25 07:38:14	1.10
+++ files/patch-ac	2000/10/22 14:33:46
@@ -1,12 +1,12 @@
---- ltconfig.orig	Tue Dec  7 23:50:48 1999
-+++ ltconfig	Wed Sep 20 11:11:39 2000
+--- ltconfig.orig	Sat May 27 20:15:00 2000
++++ ltconfig	Sun Oct 22 23:33:01 2000
 @@ -169,7 +169,7 @@
  # Constants:
  PROGRAM=ltconfig
  PACKAGE=libtool
--VERSION=1.3.4
-+VERSION=1.3.4-freebsd-ports
- TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
+-VERSION=1.3.5
++VERSION=1.3.5-freebsd-ports
+ TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)"
  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 @@
@@ -69,7 +69,7 @@
      echo "$ac_t"yes 1>&6
    else
      echo "$ac_t"no 1>&6
-@@ -1226,8 +1240,8 @@
+@@ -1232,8 +1246,8 @@
  
    *)
      if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
@@ -80,7 +80,7 @@
      else
        ld_shlibs=no
      fi
-@@ -1353,14 +1367,6 @@
+@@ -1359,14 +1373,6 @@
      hardcode_shlibpath_var=no
      ;;
  
@@ -95,7 +95,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' ;;
-@@ -1775,7 +1781,7 @@
+@@ -1793,7 +1799,7 @@
  version_type=none
  dynamic_linker="$host_os ld.so"
  sys_lib_dlsearch_path_spec="/lib /usr/lib"
@@ -104,7 +104,7 @@
  file_magic_cmd=
  file_magic_test_file=
  deplibs_check_method='unknown'
-@@ -1874,18 +1880,21 @@
+@@ -1892,18 +1898,21 @@
    case "$version_type" in
      freebsd-elf*)
        deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
@@ -134,7 +134,7 @@
    shlibpath_var=LD_LIBRARY_PATH
    case "$host_os" in
    freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*)
-@@ -2776,6 +2785,15 @@
+@@ -2812,6 +2821,15 @@
  
  # Shell to use when invoking shell scripts.
  SHELL=$LTSHELL
Index: files/patch-ad
===================================================================
RCS file: /home/ncvs/ports/devel/libtool/files/patch-ad,v
retrieving revision 1.7
diff -u -r1.7 patch-ad
--- files/patch-ad	2000/04/02 08:26:22	1.7
+++ files/patch-ad	2000/10/22 14:36:18
@@ -1,12 +1,12 @@
---- ltmain.sh.orig	Tue Dec  7 13:50:49 1999
-+++ ltmain.sh	Mon Jan 17 16:33:06 2000
+--- ltmain.sh.orig	Sat May 27 20:15:01 2000
++++ ltmain.sh	Sun Oct 22 23:36:03 2000
 @@ -54,7 +54,7 @@
  # Constants.
  PROGRAM=ltmain.sh
  PACKAGE=libtool
--VERSION=1.3.4
-+VERSION=1.3.4-freebsd-ports
- TIMESTAMP=" (1.385.2.196 1999/12/07 21:47:57)"
+-VERSION=1.3.5
++VERSION=1.3.5-freebsd-ports
+ TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)"
  
  default_mode=
 @@ -952,7 +952,11 @@
@@ -63,9 +63,9 @@
        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)!
+@@ -1799,6 +1802,9 @@
+ 	  # rhapsody is a little odd...
+ 	  deplibs="$deplibs -framework System"
  	  ;;
 +	*-*-freebsd*)
 +	  # FreeBSD doesn't need this...
@@ -73,7 +73,7 @@
  	*)
  	  # Add libc to deplibs on all other systems.
  	  deplibs="$deplibs -lc"
-@@ -1802,6 +1808,94 @@
+@@ -1806,6 +1812,94 @@
  	esac
        fi
  
@@ -168,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}.*"
-@@ -1817,7 +1911,11 @@
+@@ -1821,7 +1915,11 @@
  
        # Now set the variables for building old libraries.
        if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
@@ -181,7 +181,7 @@
  
  	# Transform .lo files to .o files.
  	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
-@@ -2011,7 +2109,11 @@
+@@ -2015,7 +2113,11 @@
  	      echo "*** \`nm' from GNU binutils and a full rebuild may help."
  	    fi
  	    if test "$build_old_libs" = no; then
@@ -194,7 +194,7 @@
  	      build_libtool_libs=module
  	      build_old_libs=yes
  	    else
-@@ -3059,7 +3161,11 @@
+@@ -3071,7 +3173,11 @@
      case "$output" in
      *.la)
        old_library=
@@ -207,7 +207,7 @@
        $show "creating $output"
  
        if test -n "$xrpath"; then
-@@ -3348,10 +3454,12 @@
+@@ -3360,10 +3466,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
@@ -224,7 +224,7 @@
  
  	# Maybe install the static library, too.
  	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
-@@ -3440,7 +3548,6 @@
+@@ -3452,7 +3560,6 @@
  	    fi
  	    libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`"
  	    if test -n "$libdir" && test ! -f "$libfile"; then
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.356
diff -u -r1.356 bsd.port.mk
--- bsd.port.mk	2000/10/17 10:11:16	1.356
+++ bsd.port.mk	2000/10/22 16:55:12
@@ -2183,7 +2183,7 @@
 
 .if !target(patch-libtool)
 patch-libtool:
-	@(if ${LIBTOOL} --version | grep -vq "1\.3\.4-freebsd-ports"; then \
+	@(if ${LIBTOOL} --version | grep -vq "1\.3\.5-freebsd-ports"; then \
 		(${ECHO} "Your libtool installation is out of date. Please remove"; \
 		 ${ECHO} "and reinstall ${PORTSDIR}/devel/libtool."; \
 		 exit 1); \


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86itqkq0ca.wl>