From owner-svn-ports-all@FreeBSD.ORG Mon Jun 2 12:55:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7525504; Mon, 2 Jun 2014 12:55:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B401E21E6; Mon, 2 Jun 2014 12:55:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s52CtGvl005742; Mon, 2 Jun 2014 12:55:16 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s52CtGUW005741; Mon, 2 Jun 2014 12:55:16 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201406021255.s52CtGUW005741@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 2 Jun 2014 12:55:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 12:55:16 -0000 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 <