Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2011 00:42:03 +0200
From:      Alexander <freebsd@nagilum.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157223: Fix p5-ExtUtils-MakeMaker for Perl5.14
Message-ID:  <20110521004203.45432qn1mmztdjqc@cakebox.homeunix.net>
In-Reply-To: <201105202230.p4KMU6c8034360@freefall.freebsd.org>
References:  <201105202230.p4KMU6c8034360@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

--=_30qe2ai20xw--



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