summaryrefslogtreecommitdiff
path: root/devel/p5-POE-Test-Loops
diff options
context:
space:
mode:
authorhe <he>2008-09-15 12:27:45 +0000
committerhe <he>2008-09-15 12:27:45 +0000
commit1f49f217e9f1cb8fd41d65b0a344397fad177cd7 (patch)
tree9df88405cb84d24a4a8366333163be777119aa8d /devel/p5-POE-Test-Loops
parent4e31c73abb845dd61f9f6798948456529bf34369 (diff)
downloadpkgsrc-1f49f217e9f1cb8fd41d65b0a344397fad177cd7.tar.gz
Update from version 1.002 to 1.002nb1, to at least partially fix PR#39550.
Pkgsrc changes: o Use REPLACE_PERL on the included test scripts. However, this is probably only a partial fix, because it still appears that the lib/POE/Test/Loops.pm module will generate scripts which refer to perl via #!/usr/bin/perl, so this is at beast a partial workaround. Maybe it's best just to admit that /usr/bin/perl ought to exist, for instance as a symlink to the installed perl? Or is this just too heretical?
Diffstat (limited to 'devel/p5-POE-Test-Loops')
-rw-r--r--devel/p5-POE-Test-Loops/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile
index b668ca6a5cd..03ba561d116 100644
--- a/devel/p5-POE-Test-Loops/Makefile
+++ b/devel/p5-POE-Test-Loops/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 12:54:04 he Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 12:27:45 he Exp $
DISTNAME= POE-Test-Loops-1.002
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
@@ -13,5 +14,16 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/POE/Test/Loops/.packlist
+TESTS_TO_FIX= comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \
+ connect_errors.pm k_alarms.pm k_aliases.pm k_detach.pm \
+ k_selects.pm k_sig_child.pm k_signals.pm sbk_signal_init.pm \
+ ses_nfa.pm ses_session.pm wheel_accept.pm wheel_curses.pm \
+ wheel_readline.pm wheel_readwrite.pm wheel_run.pm wheel_sf_ipv6.pm \
+ wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm
+
+.for t in ${TESTS_TO_FIX}
+REPLACE_PERL+= lib/POE/Test/Loops/${t}
+.endfor
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"