head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.56 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.54 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.52 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.50 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.48 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.46 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.44 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.42 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.40 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.38 cwrapper-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-PATCH002:1.4 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.4 netbsd-1-4-RELEASE:1.4; locks; strict; comment @# @; 1.5 date 2000.08.17.14.01.56; author wiz; state dead; branches; next 1.4; 1.4 date 99.02.14.21.14.04; author tron; state Exp; branches; next 1.3; 1.3 date 98.11.12.23.44.05; author frueauf; state Exp; branches; next 1.2; 1.2 date 98.10.18.10.06.42; author matthias; state Exp; branches; next 1.1; 1.1 date 98.10.02.14.46.09; author tv; state Exp; branches; next ; desc @@ 1.5 log @All packages have been converted to USE_LIBTOOL, so remove pkglibtool. @ text @$NetBSD: patch-ab,v 1.4 1999/02/14 21:14:04 tron Exp $ --- ltmain.sh.orig Fri Mar 20 09:00:29 1998 +++ ltmain.sh Sun Feb 14 21:19:14 1999 @@@@ -144,6 +144,10 @@@@ prev=execute_dlfiles ;; + --install-la) install_la="yes" ;; + + --cplusplus) cplusplus="yes" ;; + -*) $echo "$modename: unrecognized option \`$arg'" 1>&2 $echo "$help" 1>&2 @@@@ -216,6 +233,11 @@@@ generic_help="$help" help="Try \`$modename --help --mode=$mode' for more information." + # Are we linking a C++ library? + if test -n "$cplusplus" && test -n "$cpprt0"; then + archive_cmds="$archive_cmds $cpprt0" + fi + # These modes are in order of execution frequency so that they run quickly. case "$mode" in # libtool compile mode @@@@ -1655,6 +1677,10 @@@@ -g) prev="-g" ;; -m) prev="-m" ;; -o) prev="-o" ;; +# Next three options added by Julio Sanchez to support INN installs + -b) prev="-b" ;; + -O) prev="-O" ;; + -G) prev="-G" ;; -s) stripme=" -s" continue @@@@ -1841,10 +1867,12 @@@@ IFS="$save_ifs" fi +if test -n "$install_la"; then # Install the pseudo-library for information purposes. name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` $show "$install_prog $file $destdir/$name" $run eval "$install_prog $file $destdir/$name" || exit $? +fi # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" @@@@ -1912,6 +1940,7 @@@@ exit 1 fi +if test -n "$install_la"; then finalize=yes for lib in $link_against_libtool_libs; do # Check to see that each library is installed. @@@@ -1932,6 +1961,7 @@@@ finalize=no fi done +fi if test "$hardcode_action" = relink; then if test "$finalize" = yes; then @ 1.4 log @Update "pkglibtool" package to 1.2 patchlevel 1: - Add "-cplusplus" option to link C++ shared libraries with "c++rt0.0" on "a.out" systems. This is required to get static constructors working. Fixes PR pkg/6935 by Jaromir Dolecek. - The binary is now called "pkglibtool-" so that "bsd.pkg.mk" can depend on a certain version. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add missing rcs ids. @ text @d3 3 a5 3 --- ltmain.sh.orig Sun Oct 18 11:59:06 1998 +++ ltmain.sh Sun Oct 18 11:58:57 1998 @@@@ -144,6 +144,8 @@@@ d11 2 d16 13 a28 1 @@@@ -1655,6 +1657,10 @@@@ d39 1 a39 1 @@@@ -1841,10 +1847,12 @@@@ d52 1 a52 1 @@@@ -1912,6 +1920,7 @@@@ d60 1 a60 1 @@@@ -1932,6 +1941,7 @@@@ @ 1.2 log @Add support to pkglibtool for -b, -O and -G options in install mode. This is necessary for installing inn. @ text @d1 2 @ 1.1 log @Addition of pkglibtool, a pkg-system-customized libtool which installs only the pkglibtool script @ text @d1 2 a2 4 $NetBSD: patch-ab,v 1.6 1998/08/07 10:40:26 agc Exp $ --- ltmain.sh.orig Tue Jul 21 16:59:33 1998 +++ ltmain.sh Tue Jul 21 17:02:42 1998 d12 12 a23 1 @@@@ -1841,10 +1843,12 @@@@ d36 1 a36 1 @@@@ -1912,6 +1916,7 @@@@ d44 1 a44 1 @@@@ -1932,6 +1937,7 @@@@ @