[131734] trunk/dports/perl/p5-perlio-gzip

devans at macports.org devans at macports.org
Fri Jan 16 09:27:51 PST 2015


Revision: 131734
          https://trac.macports.org/changeset/131734
Author:   devans at macports.org
Date:     2015-01-16 09:27:51 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
p5-perlio-gzip: disable outdated check that breaks build (#46580).

Modified Paths:
--------------
    trunk/dports/perl/p5-perlio-gzip/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-perlio-gzip/files/
    trunk/dports/perl/p5-perlio-gzip/files/patch-Makefile.PL.diff

Modified: trunk/dports/perl/p5-perlio-gzip/Portfile
===================================================================
--- trunk/dports/perl/p5-perlio-gzip/Portfile	2015-01-16 16:49:01 UTC (rev 131733)
+++ trunk/dports/perl/p5-perlio-gzip/Portfile	2015-01-16 17:27:51 UTC (rev 131734)
@@ -21,4 +21,6 @@
 if {${perl5.major} != ""} {
     depends_lib-append \
                     port:zlib
+
+    patchfiles      patch-Makefile.PL.diff
 }

Added: trunk/dports/perl/p5-perlio-gzip/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-perlio-gzip/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-perlio-gzip/files/patch-Makefile.PL.diff	2015-01-16 17:27:51 UTC (rev 131734)
@@ -0,0 +1,19 @@
+--- Makefile.PL.orig	2015-01-16 09:20:30.000000000 -0800
++++ Makefile.PL	2015-01-16 09:21:11.000000000 -0800
+@@ -4,11 +4,11 @@
+ use ExtUtils::MakeMaker;
+ use Config;
+ 
+-unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
+-  die <<BARF;
+-You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
+-BARF
+-}
++#unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
++#  die <<BARF;
++#You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
++#BARF
++#}
+ 
+ # OK. Is this worth it? For starters, it's somewhat potty as the "OS types" in
+ # RFC 1952 are actaully semi-muddled with FS types.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150116/1ac66e7d/attachment.html>


More information about the macports-changes mailing list