pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PerlIO-gzip/patches patch-Makefile.PL was not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acf5594a635a
branches:  trunk
changeset: 650018:acf5594a635a
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 16 22:33:23 2015 +0000

description:
patch-Makefile.PL was not deleted from CVS, sorry, thanks wiz@

diffstat:

 devel/p5-PerlIO-gzip/patches/patch-Makefile.PL |  18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diffs (22 lines):

diff -r 78ac69749f11 -r acf5594a635a devel/p5-PerlIO-gzip/patches/patch-Makefile.PL
--- a/devel/p5-PerlIO-gzip/patches/patch-Makefile.PL    Thu Apr 16 22:25:39 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2014/06/28 19:52:05 schmonz Exp $
-
-Don't assume usesfio is core config (in Perl 5.20, it no longer is).
-
-Patch from <https://rt.cpan.org/Public/Bug/Display.html?id=92412>.
-
---- Makefile.PL.orig   2006-10-01 21:28:25.000000000 +0000
-+++ Makefile.PL
-@@ -4,7 +4,8 @@ use 5.008; # Stop perl 5.005 or earler b
- use ExtUtils::MakeMaker;
- use Config;
- 
--unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
-+unless ($Config{useperlio} eq 'define' and
-+      (defined($Config{usesfio}) ? $Config{usesfio} : 'false') eq 'false') {
-   die <<BARF;
- You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
- BARF



Home | Main Index | Thread Index | Old Index