head 1.4; access; symbols pkgsrc-2014Q3:1.3.0.12 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.10 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.8 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.6 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.4 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.2.0.28 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.26 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.24 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.22 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.20 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.16 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.14 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.12 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.10 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.8 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.1.1.0.24 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.22 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.20 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.18 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.16 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.14 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.12 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.10 pkgsrc-2008Q1:1.1.1.1.0.8 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.6 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.4 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.2 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2014.12.10.01.18.25; author gdt; state dead; branches; next 1.3; commitid Y1n2rPNUemE5Oq1y; 1.3 date 2013.04.21.15.35.24; author joerg; state Exp; branches; next 1.2; 1.2 date 2009.12.15.16.34.53; author joerg; state Exp; branches; next 1.1; 1.1 date 2007.06.04.23.38.40; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.06.04.23.38.40; author dmcmahill; state Exp; branches; next ; desc @@ 1.4 log @Remove guile16. Guile has had multiple versions in pkgsrc because of compatibility problems, starting with 1.4. Currently, 1.8 is the stable version and 2.0 the new version in pkgsrc, even though in the regular world 1.8 is old and 2.0 is stable. As far as I know, no one uses guile 1.6 any more, and it has no depending packages in pkgsrc (tex2page was the last one). @ text @$NetBSD: patch-aa,v 1.3 2013/04/21 15:35:24 joerg Exp $ --- libguile/guile.c.orig 2005-09-28 17:18:28.000000000 +0000 +++ libguile/guile.c @@@@ -60,6 +60,8 @@@@ #include #endif +#include + /* Debugger interface (don't change the order of the following lines) */ #define GDB_TYPE SCM #include @@@@ -88,7 +90,6 @@@@ main (int argc, char **argv) { #ifdef DYNAMIC_LINKING /* libtool automagically inserts this variable into your executable... */ - extern const scm_lt_dlsymlist lt_preloaded_symbols[]; scm_lt_dlpreload_default (lt_preloaded_symbols); #endif scm_boot_guile (argc, argv, inner_main, 0); @ 1.3 log @Deal with libtool fallout. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2009/12/15 16:34:53 joerg Exp $ @ 1.2 log @Fix build with libtool 2.2. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2007/06/04 23:38:40 dmcmahill Exp $ d3 1 a3 1 --- libguile/guile.c.orig 2002-12-07 14:41:32.000000000 -0800 d14 1 a14 1 @@@@ -88,7 +90,7 @@@@ main (int argc, char **argv) a18 1 + extern const scm_lt_dlsymlist *lt_preloaded_symbols; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.9 2006/02/10 19:09:13 minskim Exp $ d5 10 a14 1 @@@@ -88,7 +88,7 @@@@ main (int argc, char **argv) @ 1.1.1.1 log @Import guile-1.6.8 as guile16-1.6.8 as part of getting ready to update lang/guile to 1.8.1. This package will be available for those which will not work with guile-1.8.x. @ text @@