head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.52 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.50 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.48 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.46 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.44 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.42 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.40 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.38 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.36 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.34 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.32 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.30 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.28 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.26 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.24 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.22 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.20 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.18 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.16 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.14 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.12 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.10 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.8 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.6 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.4 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.2 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2003.12.12.18.05.38; author reed; state dead; branches; next 1.3; 1.3 date 2003.12.11.22.15.30; author reed; state Exp; branches; next 1.2; 1.2 date 2002.12.25.03.30.27; author wiz; state dead; branches; next 1.1; 1.1 date 2002.12.23.19.32.13; author jschauma; state Exp; branches; next ; desc @@ 1.4 log @Removed patches for libtool.m4 and aclocal.m4 which provided fixes for BSD/OS support. salo@@ reported this caused autoconf to run in install target and caused build to fail on his system. Regenerated distinfo. @ text @$NetBSD: patch-ap,v 1.3 2003/12/11 22:15:30 reed Exp $ --- libtool.m4.orig Mon Dec 8 21:43:57 2003 +++ libtool.m4 Mon Dec 8 21:45:24 2003 @@@@ -523,8 +523,13 @@@@ lt_cv_deplibs_check_method=pass_all ;; -bsdi4*) - lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'] +# Versions of BSD/OS prior to 4.0 did not have real dynamic linking +bsdi1*|bsdi2*|bsdi3*) + dynamic_linker=no + ;; + +bsdi*) + lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; @ 1.3 log @Added better support for BSD/OS for libtool. libtool has never officially been ported to BSD/OS 5. So this adds that support. Added three more patches and changed two. Based on some ideas from Steven M. Schultz and discussed with skrll@@NetBSD. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Unbreak libtool (hi Jan!) @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.1 2002/12/23 19:32:13 jschauma Exp $ d3 5 a7 4 --- ltmain.in.orig Mon Dec 23 13:23:38 2002 +++ ltmain.in Mon Dec 23 13:23:45 2002 @@@@ -2582,7 +2582,7 @@@@ ;; d9 12 a20 6 irix) - major=`expr $current - $age + 1` + major=`expr $current - $age` verstring="sgi$major.$revision" # Add in all the interfaces that we are compatible with. @ 1.1 log @Make sure that shlibs built on IRIX use the same major version number as on others. @ text @d1 1 a1 1 $NetBSD: $ @