From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 22:54:46 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B397A1065670; Fri, 20 May 2011 22:54:46 +0000 (UTC) (envelope-from freebsd@nagilum.org) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by mx1.freebsd.org (Postfix) with ESMTP id 3E13A8FC08; Fri, 20 May 2011 22:54:46 +0000 (UTC) Received: from cakebox.homeunix.net (krlh-5f72695a.pool.mediaWays.net [95.114.105.90]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0LwG3q-1PbT8H2AOM-017M1s; Sat, 21 May 2011 00:42:11 +0200 Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 8CBC56783B; Sat, 21 May 2011 00:42:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=failed version=3.3.1 Received: by cakebox.homeunix.net (Postfix, from userid 80) id B0C176782D; Sat, 21 May 2011 00:42:03 +0200 (CEST) Received: from krlh-5f72695a.pool.mediaWays.net (krlh-5f72695a.pool.mediaWays.net [95.114.105.90]) by cakebox.homeunix.net (Horde Framework) with HTTP; Sat, 21 May 2011 00:42:03 +0200 Message-ID: <20110521004203.45432qn1mmztdjqc@cakebox.homeunix.net> Date: Sat, 21 May 2011 00:42:03 +0200 From: Alexander To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201105202230.p4KMU6c8034360@freefall.freebsd.org> In-Reply-To: <201105202230.p4KMU6c8034360@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_30qe2ai20xw" Content-Transfer-Encoding: 7bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.6) X-Provags-ID: V02:K0:vX2pGNVxWXBX8PRaCXViLJvGEFFEEjO2BOamhteJhSp dEVwnyblbo5foZwXQSt0fMz86dRVsSJuGKgKXbX+QQD7PAgvrS /UavnkSmF9hI/HLF5wzO/LCtNJnQ8JmXWzceVZfk3RH5G73Ss5 TZfI1zRnd5qcg8HAGOeJCDjWgocXK2JqP48y4g6suIBDzBVuwI QpRkqkFEDzPf7koR6ZHOQ4QcOwlEltcz/fsNoKUaaw= Cc: Subject: Re: ports/157223: Fix p5-ExtUtils-MakeMaker for Perl5.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 22:54:46 -0000 This message is in MIME format. --=_30qe2ai20xw Content-Type: text/plain; charset=ISO-8859-2; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit I too should be using ${REINPLACE_CMD}! ----- Message from FreeBSD-gnats-submit@FreeBSD.org --------- Date: Fri, 20 May 2011 22:30:06 GMT From: FreeBSD-gnats-submit@FreeBSD.org Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/157223: Fix p5-ExtUtils-MakeMaker for Perl5.14 To: freebsd@nagilum.org > Thank you very much for your problem report. > It has the internal identification `ports/157223'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=157223 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: Fix p5-ExtUtils-MakeMaker for Perl5.14 >> Arrival-Date: Fri May 20 22:30:05 UTC 2011 > ----- End message from FreeBSD-gnats-submit@FreeBSD.org ----- ---------------------------------------------------------------- cakebox.homeunix.net - all the machine one needs.. --=_30qe2ai20xw Content-Type: text/x-patch; charset=UTF-8; name="p5-ExtUtils-MakeMaker.patch" Content-Disposition: attachment; filename="p5-ExtUtils-MakeMaker.patch" Content-Transfer-Encoding: 7bit diff -Naur p5-ExtUtils-MakeMaker.orig/Makefile p5-ExtUtils-MakeMaker/Makefile --- p5-ExtUtils-MakeMaker.orig/Makefile 2010-01-06 15:16:33.000000000 +0100 +++ p5-ExtUtils-MakeMaker/Makefile 2011-05-21 00:39:18.000000000 +0200 @@ -32,5 +32,8 @@ post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL + if [ ! -e ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/CORE/cc_runtime.h ];\ + then @${REINPLACE_CMD} -e '/cc_runtime.h/d' ${WRKSRC}/lib/ExtUtils/MM_Unix.pm ;\ + fi .include --=_30qe2ai20xw--