From 3b80fee363e67571da467e325f1c7b751208234a Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 29 Jul 2005 13:27:26 +0000 Subject: make the fcntl selftest recognize "netbsd3" so that the right structure padding is used not application relevant, so I abstain from bumping PKGREVISION --- lang/python20/distinfo | 4 ++-- lang/python20/patches/patch-bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python20') diff --git a/lang/python20/distinfo b/lang/python20/distinfo index 7257c84ad2a..24d07e008ef 100644 --- a/lang/python20/distinfo +++ b/lang/python20/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2005/02/24 09:03:11 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/07/29 13:27:26 drochner Exp $ SHA1 (python/Python-2.0.1.tgz) = 776584b245ad58ad548732d0c47397c582a4bbab RMD160 (python/Python-2.0.1.tgz) = fe663234ff4a8b363f10f6e5589acf1d8b00573f @@ -7,6 +7,6 @@ SHA1 (patch-aa) = 2db263ea719733692536bb4a9990659099583351 SHA1 (patch-ab) = 670cd69d67566bf61d152e3433161c0f146be1b3 SHA1 (patch-ac) = 74ff40fc338e8209d91e5da11fdbed497462dd83 SHA1 (patch-ad) = 08096aea74ab4871309124cd28a3b98d83cb322f -SHA1 (patch-bb) = 8d3c18ea43843dda48d60461a5a216a5237cc5f2 +SHA1 (patch-bb) = adab8436d470acdc07149fdd6eed09c20ebf965e SHA1 (patch-bc) = fdd18d0fab171364d4733975351fbc60c81d0a4a SHA1 (patch-cd) = 60107e1857ff4177efebfbf33fcc2df2a50c61fc diff --git a/lang/python20/patches/patch-bb b/lang/python20/patches/patch-bb index d4701552bea..38e62362a03 100644 --- a/lang/python20/patches/patch-bb +++ b/lang/python20/patches/patch-bb @@ -1,4 +1,4 @@ -$NetBSD: patch-bb,v 1.1 2004/08/29 10:44:19 recht Exp $ +$NetBSD: patch-bb,v 1.2 2005/07/29 13:27:26 drochner Exp $ --- Lib/test/test_fcntl.py.orig 2004-08-28 19:24:26.000000000 +0200 +++ Lib/test/test_fcntl.py 2004-08-28 19:25:18.000000000 +0200 @@ -7,7 +7,7 @@ $NetBSD: patch-bb,v 1.1 2004/08/29 10:44:19 recht Exp $ print 'Status from fnctl with O_NONBLOCK: ', rv -if sys.platform in ('netbsd1', 'Darwin1.2', -+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', ++if sys.platform in ('netbsd1', 'netbsd2', 'netbsd3', 'Darwin1.2', 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'bsdos2', 'bsdos3', 'bsdos4', 'openbsd', 'openbsd2'): -- cgit v1.2.3