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 | 3b80fee363e67571da467e325f1c7b751208234a (patch) | |
tree | 5574c7f519209c793937355ada28ed767d7e894a /lang/python22 | |
parent | 47041a947f3baee271c3f351077be04fea3ee97e (diff) | |
download | pkgsrc-3b80fee363e67571da467e325f1c7b751208234a.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/python22')
-rw-r--r-- | lang/python22/distinfo | 4 | ||||
-rw-r--r-- | lang/python22/patches/patch-bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python22/distinfo b/lang/python22/distinfo index 4670bd82780..72d1d0289c4 100644 --- a/lang/python22/distinfo +++ b/lang/python22/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.15 2005/02/24 09:03:11 agc Exp $ +$NetBSD: distinfo,v 1.16 2005/07/29 13:27:26 drochner Exp $ SHA1 (Python-2.2.3.tgz) = 177d587e77e0eaa14131ab0d0d0b470777de4400 RMD160 (Python-2.2.3.tgz) = 3590f813582d65194b467f4ab450e360e35eb40e @@ -10,5 +10,5 @@ SHA1 (patch-af) = a2b23859941766319f638e40c49b5af3f504ef52 SHA1 (patch-ai) = 02f530a08fd8b61a696ae43ddabd7e86e4af7727 SHA1 (patch-al) = e114392656703cfda734d3a9ae0072a9fbcc8123 SHA1 (patch-an) = 8e5b93bc65bb6d271e8e111949f715f7234f4371 -SHA1 (patch-bb) = 389c439e8031257ca997455e10c8bd327b14638a +SHA1 (patch-bb) = f1c1ae2b8f654132a991a3ced9467cea45f0bef9 SHA1 (patch-bc) = 9fbe77ff35519a290ef1f70fcaa72a60009a36a1 diff --git a/lang/python22/patches/patch-bb b/lang/python22/patches/patch-bb index 23b069f7509..719d124d92d 100644 --- a/lang/python22/patches/patch-bb +++ b/lang/python22/patches/patch-bb @@ -1,4 +1,4 @@ -$NetBSD: patch-bb,v 1.2 2004/08/29 10:44:19 recht Exp $ +$NetBSD: patch-bb,v 1.3 2005/07/29 13:27:26 drochner Exp $ --- 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 @@ -7,7 +7,7 @@ $NetBSD: patch-bb,v 1.2 2004/08/29 10:44:19 recht Exp $ start_len = "qq" -if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin', -+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin', ++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'darwin', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'bsdos2', 'bsdos3', 'bsdos4', 'openbsd', 'openbsd2', 'openbsd3'): |