Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2014 12:55:16 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356224 - head/archivers/p5-PerlIO-gzip/files
Message-ID:  <201406021255.s52CtGUW005741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406021255.s52CtGUW005741>