head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.18 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.16 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.14 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.12 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.10 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.8 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.6 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.4 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.2 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.8 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.6 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.4 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.2 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.5 date 2008.04.25.16.11.13; author tnn; state dead; branches; next 1.4; 1.4 date 2006.01.09.21.22.57; author joerg; state Exp; branches; next 1.3; 1.3 date 2005.07.29.13.27.26; author drochner; state Exp; branches; next 1.2; 1.2 date 2004.08.29.10.44.19; author recht; state Exp; branches; next 1.1; 1.1 date 2003.04.08.18.32.59; author drochner; state Exp; branches; next ; desc @@ 1.5 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-bb,v 1.4 2006/01/09 21:22:57 joerg Exp $ --- Lib/test/test_fcntl.py.orig 2002-08-23 16:06:46.000000000 +0000 +++ Lib/test/test_fcntl.py @@@@ -16,11 +16,11 @@@@ except AttributeError: else: start_len = "qq" -if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin', +if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', - 'bsdos2', 'bsdos3', 'bsdos4', + 'bsdos2', 'bsdos3', 'bsdos4', 'netbsd4', 'dragonfly1', 'openbsd', 'openbsd2', 'openbsd3'): - lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, fcntl.F_WRLCK, 0) + lockdata = struct.pack('qqihh', 0, 0, 0, fcntl.F_WRLCK, 0) elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']: lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0) else: @ 1.4 log @Add DragonFly support. While here, add netbsd4 for future joy. Use PTHREAD_* instead of hardcoded -lpthread. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @make the fcntl selftest recognize "netbsd3" so that the right structure padding is used not application relevant, so I abstain from bumping PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.2 2004/08/29 10:44:19 recht Exp $ d3 3 a5 3 --- Lib/test/test_fcntl.py.orig 2002-08-23 18:06:46.000000000 +0200 +++ Lib/test/test_fcntl.py 2004-08-28 12:01:15.000000000 +0200 @@@@ -16,11 +16,11 @@@@ d12 2 a13 1 'bsdos2', 'bsdos3', 'bsdos4', @ 1.2 log @Extend some checks to also test for netbsd2 as sys.platform. Bump PKGREVISIONS accordingly. @ text @d1 1 a1 1 $NetBSD: patch-bb,v 1.1 2003/04/08 18:32:59 drochner Exp $ d10 1 a10 1 +if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin', @ 1.1 log @modify a selftest which uses unportable struct packing so that it succeeds on alpha @ text @d1 1 a1 1 $NetBSD$ d3 8 a10 3 --- Lib/test/test_fcntl.py.orig Tue Apr 8 16:07:57 2003 +++ Lib/test/test_fcntl.py Tue Apr 8 16:08:04 2003 @@@@ -20,7 +20,7 @@@@ @