pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-POE-Test-Loops Update from version 1.002 to 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/450c8d35615f
branches: trunk
changeset: 547332:450c8d35615f
user: he <he%pkgsrc.org@localhost>
date: Mon Sep 15 12:27:45 2008 +0000
description:
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:
devel/p5-POE-Test-Loops/Makefile | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 79ed5e6f754e -r 450c8d35615f devel/p5-POE-Test-Loops/Makefile
--- a/devel/p5-POE-Test-Loops/Makefile Mon Sep 15 12:11:32 2008 +0000
+++ b/devel/p5-POE-Test-Loops/Makefile Mon Sep 15 12:27:45 2008 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index