From owner-freebsd-ports Thu Sep 28 9:20:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67DED37B423 for ; Thu, 28 Sep 2000 09:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02853; Thu, 28 Sep 2000 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4BB0137B424; Thu, 28 Sep 2000 09:16:56 -0700 (PDT) Message-Id: <20000928161656.4BB0137B424@hub.freebsd.org> Date: Thu, 28 Sep 2000 09:16:56 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21621: Update port: devel/libtool to 1.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21621 >Category: ports >Synopsis: Update port: devel/libtool to 1.3.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 09:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.3.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libtool/Makefile devel/libtool/Makefile --- /usr/ports/devel/libtool/Makefile Mon Sep 25 19:14:26 2000 +++ devel/libtool/Makefile Thu Sep 28 03:28:21 2000 @@ -6,16 +6,14 @@ # PORTNAME= libtool -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.3.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= reg@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ltdl-install -CONFIGURE_ENV= PREFIX=${PREFIX} .include diff -urN /usr/ports/devel/libtool/files/md5 devel/libtool/files/md5 --- /usr/ports/devel/libtool/files/md5 Fri Apr 7 18:57:49 2000 +++ devel/libtool/files/md5 Thu Sep 28 03:29:42 2000 @@ -1 +1 @@ -MD5 (libtool-1.3.4.tar.gz) = 0c3844fedd382e5796865ca58842713e +MD5 (libtool-1.3.5.tar.gz) = fa26a07c978ad05d1f88ed7a472daa49 diff -urN /usr/ports/devel/libtool/patches/patch-ac devel/libtool/patches/patch-ac --- /usr/ports/devel/libtool/patches/patch-ac Mon Sep 25 19:14:27 2000 +++ devel/libtool/patches/patch-ac Thu Sep 28 03:33:27 2000 @@ -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 Thu Sep 28 03:33:05 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 diff -urN /usr/ports/devel/libtool/patches/patch-ad devel/libtool/patches/patch-ad --- /usr/ports/devel/libtool/patches/patch-ad Fri Apr 7 18:57:50 2000 +++ devel/libtool/patches/patch-ad Thu Sep 28 03:34:17 2000 @@ -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 Thu Sep 28 03:34:01 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 diff -urN /usr/ports/devel/libtool/patches/patch-af devel/libtool/patches/patch-af --- /usr/ports/devel/libtool/patches/patch-af Fri Apr 7 18:57:50 2000 +++ devel/libtool/patches/patch-af Thu Sep 28 03:41:04 2000 @@ -15,7 +15,7 @@ - test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ - || cp -p $$d/$$file $(distdir)/$$file || :; \ -+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \ ++ $(INSTALL_DATA) $$d/$$file $(distdir)/$$file; \ fi; \ done + -chmod a+x $(distdir)/configure >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message