summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-Run/patches/patch-aa')
-rw-r--r--devel/p5-IPC-Run/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-IPC-Run/patches/patch-aa b/devel/p5-IPC-Run/patches/patch-aa
index 19cc95fdfc5..b2ba464180a 100644
--- a/devel/p5-IPC-Run/patches/patch-aa
+++ b/devel/p5-IPC-Run/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1 2010/04/25 18:05:25 seb Exp $
+$NetBSD: patch-aa,v 1.2 2013/04/21 11:39:57 ryoon Exp $
Prevent test deadlocks on NetBSD
---- t/pty.t.orig 2010-04-01 03:40:08.000000000 +0000
+--- t/pty.t.orig 2012-01-16 07:26:28.000000000 +0000
+++ t/pty.t
@@ -99,7 +99,7 @@ my $text = "hello world\n";
## Older Perls can't ok( a, qr// ), so I manually do that here.
my $exp;
--my $platform_skip = $^O =~ /(?:aix|freebsd|openbsd|darwin)/ ? "$^O deadlocks on this test" : "";
-+my $platform_skip = $^O =~ /(?:aix|freebsd|openbsd|darwin|netbsd)/ ? "$^O deadlocks on this test" : "";
+-my $platform_skip = $^O =~ /(?:dragonfly|aix|freebsd|openbsd|darwin)/ ? "$^O deadlocks on this test" : "";
++my $platform_skip = $^O =~ /(?:dragonfly|aix|freebsd|openbsd|darwin|netbsd)/ ? "$^O deadlocks on this test" : "";
##
## stdin only