diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-29 13:27:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-29 13:27:26 +0000 |
commit | 318fc0fea8a29721853932a3e5fb1c3db4e6e185 (patch) | |
tree | 5574c7f519209c793937355ada28ed767d7e894a /lang/python15 | |
parent | 73efc10b4aabe2d4b8f112f196dbb942c8943881 (diff) | |
download | pkgsrc-318fc0fea8a29721853932a3e5fb1c3db4e6e185.tar.gz |
make the fcntl selftest recognize "netbsd3" so that the right
structure padding is used
not application relevant, so I abstain from bumping PKGREVISION
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/distinfo | 4 | ||||
-rw-r--r-- | lang/python15/patches/patch-af | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python15/distinfo b/lang/python15/distinfo index 5ed73238d8d..22fab071c04 100644 --- a/lang/python15/distinfo +++ b/lang/python15/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 09:03:10 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/07/29 13:27:26 drochner Exp $ SHA1 (py152.tgz) = 2d648d07b1aa1aab32a3a24851c33715141779b9 RMD160 (py152.tgz) = 25717d98fe7c01d42a78ffb08b8abc660ec2daa6 @@ -8,4 +8,4 @@ SHA1 (patch-ab) = 7cbbae8a41e9e0d530561c80009c20bb838ebc15 SHA1 (patch-ac) = 1cd8d555b70527f52c4f762b84a1d1d4464aeb47 SHA1 (patch-ad) = 6207499c945b31e2da43ecc2dd2dd5fef195ad5b SHA1 (patch-ae) = 276541b325e23dbff94b306726583dab8e951884 -SHA1 (patch-af) = ffb0d78274d711c26fd92f5342b95b0365c68efb +SHA1 (patch-af) = 0897b660c663c1a06e2cd3f5c354ccb2b12f6a10 diff --git a/lang/python15/patches/patch-af b/lang/python15/patches/patch-af index 845b25b3b22..fb88bbea541 100644 --- a/lang/python15/patches/patch-af +++ b/lang/python15/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 2004/06/23 15:54:08 minskim Exp $ +$NetBSD: patch-af,v 1.2 2005/07/29 13:27:26 drochner Exp $ --- ./Lib/test/test_fcntl.py.orig 1999-02-22 22:13:37.000000000 -0600 +++ ./Lib/test/test_fcntl.py @@ -7,7 +7,7 @@ $NetBSD: patch-af,v 1.1 2004/06/23 15:54:08 minskim Exp $ print 'Status from fnctl with O_NONBLOCK: ', rv -if sys.platform in ('netbsd1', -+if sys.platform in ('netbsd1', 'netbsd2', ++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'freebsd2', 'freebsd3', 'bsdos2', 'bsdos3', 'bsdos4'): lockdata = struct.pack('lxxxxlxxxxlhh', 0, 0, 0, FCNTL.F_WRLCK, 0) |