head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.18 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.16 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.14 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.12 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.10 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.8 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.6 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.4 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.2 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.2.0.22 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.20 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.18 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.16 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.14 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.22 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.20 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.18 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.16 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.14 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.12 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.10 pkgsrc-2003Q4-base:1.1 netbsd-1-6-1:1.1.0.6 netbsd-1-6-1-base:1.1 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1 netbsd-1-5-PATCH003:1.1; locks; strict; comment @# @; 1.3 date 2008.04.25.16.11.12; author tnn; state dead; branches; next 1.2; 1.2 date 2005.08.19.06.12.09; author grant; state Exp; branches; next 1.1; 1.1 date 2002.01.16.20.27.11; author drochner; state Exp; branches 1.1.22.1; next ; 1.1.22.1 date 2005.08.20.16.03.20; author salo; state Exp; branches; next ; desc @@ 1.3 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-ab,v 1.2 2005/08/19 06:12:09 grant Exp $ --- Misc/Makefile.pre.in.orig 2000-07-01 02:03:53.000000000 +1000 +++ Misc/Makefile.pre.in @@@@ -92,7 +92,7 @@@@ VPATH= . TARGET= python # Installed python binary (used only by boot target) -PYTHON= python +PYTHON= python2.0 # Add more -I and -D options here CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS) @@@@ -125,8 +125,8 @@@@ LIBC= @@LIBC@@ RANLIB= @@RANLIB@@ MACHDEP= @@MACHDEP@@ SO= @@SO@@ -LDSHARED= @@LDSHARED@@ -CCSHARED= @@CCSHARED@@ +LDSHARED= @@LDSHARED@@ $(LDFLAGS) +CCSHARED= @@CCSHARED@@ $(LDFLAGS) LINKFORSHARED= @@LINKFORSHARED@@ #@@SET_CCC@@ @ 1.2 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 log @fix the Makefile installed for extension packages to use the right python version, bump pkg revision @ text @d3 3 a5 3 --- Misc/Makefile.pre.in.orig Wed Jan 16 21:11:24 2002 +++ Misc/Makefile.pre.in Wed Jan 16 21:11:43 2002 @@@@ -92,7 +92,7 @@@@ d14 11 @ 1.1.22.1 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 @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2005/08/19 06:12:09 grant Exp $ d3 3 a5 3 --- Misc/Makefile.pre.in.orig 2000-07-01 02:03:53.000000000 +1000 +++ Misc/Makefile.pre.in @@@@ -92,7 +92,7 @@@@ VPATH= . a13 11 @@@@ -125,8 +125,8 @@@@ LIBC= @@LIBC@@ RANLIB= @@RANLIB@@ MACHDEP= @@MACHDEP@@ SO= @@SO@@ -LDSHARED= @@LDSHARED@@ -CCSHARED= @@CCSHARED@@ +LDSHARED= @@LDSHARED@@ $(LDFLAGS) +CCSHARED= @@CCSHARED@@ $(LDFLAGS) LINKFORSHARED= @@LINKFORSHARED@@ #@@SET_CCC@@ @