head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.12 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.10 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.8 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.6 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.2.0.28 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.26 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.24 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.22 pkgsrc-2008Q1:1.2.0.20 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.18 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.16 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.14 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.12 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.1.0.10 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.8 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.6 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.4 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.2 pkgsrc-2004Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2008.11.29.18.13.28; author snj; state dead; branches; next 1.2; 1.2 date 2005.12.03.01.35.36; author joerg; state Exp; branches; next 1.1; 1.1 date 2004.06.23.15.54.08; author minskim; state Exp; branches; next ; desc @@ 1.3 log @Remove python15. @ text @$NetBSD: patch-ac,v 1.2 2005/12/03 01:35:36 joerg Exp $ --- Lib/dos-8x3/posixfil.py.orig 1999-04-08 15:27:43.000000000 -0500 +++ Lib/dos-8x3/posixfil.py @@@@ -177,7 +177,7 @@@@ class _posixfile_: # Hack by davem@@magnet.com to get locking to go on freebsd; # additions for AIX by Vladimir.Marangozov@@imag.fr import sys, os - if sys.platform in ('netbsd1', + if sys.platform in ('netbsd1', 'netbsd2', 'dragonfly1', 'freebsd2', 'freebsd3', 'bsdos2', 'bsdos3', 'bsdos4'): flock = struct.pack('lxxxxlxxxxlhh', \ @@@@ -192,7 +192,7 @@@@ class _posixfile_: flock = fcntl.fcntl(self._file_.fileno(), cmd, flock) if '?' in how: - if sys.platform in ('netbsd1', + if sys.platform in ('netbsd1', 'netbsd2', 'dragonfly1', 'freebsd2', 'freebsd3', 'bsdos2', 'bsdos3', 'bsdos4'): l_start, l_len, l_pid, l_type, l_whence = \ @ 1.2 log @Fix DragonFly support. Since it was compilable before, but didn't work correctly, bump revision. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2004/06/23 15:54:08 minskim Exp $ @ 1.1 log @Follow python23's way in dealing with platform-dependent files. Suggested by drochner@@. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 + if sys.platform in ('netbsd1', 'netbsd2', d19 1 a19 1 + if sys.platform in ('netbsd1', 'netbsd2', @