svn commit: r356224 - head/archivers/p5-PerlIO-gzip/files
Mathieu Arnold
mat at FreeBSD.org
Mon Jun 2 12:55:16 UTC 2014
Author: mat
Date: Mon Jun 2 12:55:16 2014
New Revision: 356224
URL: http://svnweb.freebsd.org/changeset/ports/356224
QAT: https://qat.redports.org/buildarchive/r356224/
Log:
Fix build with 5.20.
Sponsored by: Absolight
Added:
head/archivers/p5-PerlIO-gzip/files/
head/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL (contents, props changed)
Added: head/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/archivers/p5-PerlIO-gzip/files/patch-Makefile.PL Mon Jun 2 12:55:16 2014 (r356224)
@@ -0,0 +1,11 @@
+--- ./Makefile.PL.orig 2006-10-01 23:28:25.000000000 +0200
++++ ./Makefile.PL 2014-06-02 14:53:46.000000000 +0200
+@@ -4,7 +4,7 @@
+ use ExtUtils::MakeMaker;
+ use Config;
+
+-unless ($Config{useperlio} eq 'define' and $Config{usesfio} eq 'false') {
++unless ($Config{useperlio} eq 'define') {
+ die <<BARF;
+ You need perl 5.8.0 or later, configured to use perlio (and not to use sfio)
+ BARF
More information about the svn-ports-all
mailing list