head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.24 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.22 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.20 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.18 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.16 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.14 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.12 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.10 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2008.04.25.16.11.12; author tnn; state dead; branches; next 1.1; 1.1 date 2005.08.19.06.12.09; author grant; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.08.19.06.12.09; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2005.08.20.16.03.20; author salo; state Exp; branches; next ; desc @@ 1.2 log @De-orbit support for python 2.0 and python 2.2 under the "three major releases is enough" rule of thumb. (python 2.3 was released 5 years ago.) Keep python 1.5 and 2.1 though, because there are a handful of packages that still need them. @ text @$NetBSD: patch-af,v 1.1 2005/08/19 06:12:09 grant Exp $ --- Parser/Makefile.in.orig 2000-08-31 16:11:48.000000000 +1100 +++ Parser/Makefile.in @@@@ -14,7 +14,7 @@@@ RANLIB= @@RANLIB@@ AR= @@AR@@ DEFS= @@DEFS@@ -LIBS= @@LIBS@@ +LIBS= $(LDFLAGS) @@LIBS@@ # === Other things that are customizable but not by configure === @ 1.1 log @include LDFLAGS when linking shared libraries, so they can find their prerequisite libraries at runtime. fixes build on Solaris (and probably others). @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-af was added on branch pkgsrc-2005Q2 on 2005-08-19 06:12:09 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket 698 - requested by Grant Beattie portability fix for python20 Revisions pulled up: - pkgsrc/lang/python20/Makefile 1.28 - pkgsrc/lang/python20/distinfo 1.9 - pkgsrc/lang/python20/patches/patch-ab 1.2 - pkgsrc/lang/python20/patches/patch-ad 1.2 - pkgsrc/lang/python20/patches/patch-ae 1.1 - pkgsrc/lang/python20/patches/patch-af 1.1 Module Name: pkgsrc Committed By: grant Date: Fri Aug 19 06:06:09 UTC 2005 Modified Files: pkgsrc/lang/python20: Makefile Log Message: nuke broken pre-configure target, which does nothing useful. it was broken because the delimeter , can appear in the RHS of the sed(1) expression (think "-Wl,-R ..."), and it does nothing useful because the patterns don't appear in the files. --- Module Name: pkgsrc Committed By: grant Date: Fri Aug 19 06:12:09 UTC 2005 Modified Files: pkgsrc/lang/python20: distinfo pkgsrc/lang/python20/patches: patch-ab patch-ad Added Files: pkgsrc/lang/python20/patches: patch-ae patch-af Log Message: include LDFLAGS when linking shared libraries, so they can find their prerequisite libraries at runtime. fixes build on Solaris (and probably others). @ text @a0 13 $NetBSD: patch-af,v 1.1.2.1 2005/08/20 16:03:20 salo Exp $ --- Parser/Makefile.in.orig 2000-08-31 16:11:48.000000000 +1100 +++ Parser/Makefile.in @@@@ -14,7 +14,7 @@@@ RANLIB= @@RANLIB@@ AR= @@AR@@ DEFS= @@DEFS@@ -LIBS= @@LIBS@@ +LIBS= $(LDFLAGS) @@LIBS@@ # === Other things that are customizable but not by configure === @