summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/p5-IO-Tty/Makefile4
-rw-r--r--devel/p5-IO-Tty/distinfo6
-rw-r--r--devel/p5-IO-Tty/patches/patch-aa28
3 files changed, 5 insertions, 33 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile
index 13585360cce..6f5ed7b79d1 100644
--- a/devel/p5-IO-Tty/Makefile
+++ b/devel/p5-IO-Tty/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/03/22 06:57:34 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/04/17 10:22:28 shell Exp $
#
-DISTNAME= IO-Tty-1.00
+DISTNAME= IO-Tty-1.02
PKGNAME= p5-${DISTNAME:C/T/t/}
SVR4_PKGNAME= p5itt
CATEGORIES= devel perl5
diff --git a/devel/p5-IO-Tty/distinfo b/devel/p5-IO-Tty/distinfo
index 8feef192df3..6f8b9f0579a 100644
--- a/devel/p5-IO-Tty/distinfo
+++ b/devel/p5-IO-Tty/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/03/22 06:57:34 jlam Exp $
+$NetBSD: distinfo,v 1.4 2002/04/17 10:22:28 shell Exp $
-SHA1 (IO-Tty-1.00.tar.gz) = fdc04a6cb230a71951fb922303b3e83c54486e4c
-Size (IO-Tty-1.00.tar.gz) = 23077 bytes
+SHA1 (IO-Tty-1.02.tar.gz) = 466e634f5863190a25cb9f3c0878cfe2fe68a3a0
+Size (IO-Tty-1.02.tar.gz) = 23105 bytes
SHA1 (patch-aa) = eff79e37c1c00331873eed38f66717f788fbe64a
diff --git a/devel/p5-IO-Tty/patches/patch-aa b/devel/p5-IO-Tty/patches/patch-aa
deleted file mode 100644
index e4055d70ee0..00000000000
--- a/devel/p5-IO-Tty/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/03/22 06:57:35 jlam Exp $
-
---- Makefile.PL.orig Wed Mar 13 07:40:44 2002
-+++ Makefile.PL Fri Mar 22 01:40:50 2002
-@@ -64,10 +64,10 @@
- ESQ
- close(TST);
-
--if (system("$Config{'cpp'} $Config{'cppflags'} compilerok.c > preprocessorok.log 2>&1")) {
-+if (system("$Config{'cppstdin'} $Config{'cppflags'} $Config{'cppminus'} < compilerok.c > preprocessorok.log 2>&1")) {
- die <<"__EOT__";
-
--ERROR: cannot run the configured preprocessor '$Config{'cpp'}'
-+ERROR: cannot run the configured preprocessor '$Config{'cppstdin'}'
- (see conf/preprocessor.log). Please fix this by adjusting
- perls Config.pm, creating a symlink to the right location
- or maybe by just adding it to your PATH. You could also build
-@@ -246,8 +246,8 @@
- }
- close CPPIN;
-
--if(system("$Config{'cpp'} $Config{'cppflags'} @{[keys %define]} ttsymsdefined.in > ttsymsdefined.out")) {
-- die "ERROR: cannot run cpp";
-+if(system("$Config{'cppstdin'} $Config{'cppflags'} @{[keys %define]} $Config{'cppminus'} < ttsymsdefined.in > ttsymsdefined.out")) {
-+ die "ERROR: cannot run preprocessor";
- }
-
- open (CPPOUT, "ttsymsdefined.out") or die "open: $!";