Date: Mon, 24 Apr 2006 07:16:34 -0600 (MDT) From: hideo <hideo@lastamericanempire.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96264: [maintainer update] net/p5-POE-Component-ControlPort - fix build error from "our" in 5.005 Message-ID: <20060424131634.5369F33C1E@darwin.lastamericanempire.com> Resent-Message-ID: <200604241320.k3ODKATx049093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96264 >Category: ports >Synopsis: [maintainer update] net/p5-POE-Component-ControlPort - fix build error from "our" in 5.005 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 24 13:20:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Apr 4 07:00:51 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: Fix build error in perl 5.005 due to "our $VERSION" in the ExtUtils-MakeMaker VERSION file. >How-To-Repeat: >Fix: --- p5-POE-Component-ControlPort begins here --- diff -ruN /usr/ports/net/p5-POE-Component-ControlPort/Makefile p5-POE-Component-ControlPort/Makefile --- /usr/ports/net/p5-POE-Component-ControlPort/Makefile Mon Feb 6 04:38:51 2006 +++ p5-POE-Component-ControlPort/Makefile Mon Apr 24 07:10:31 2006 @@ -30,6 +30,7 @@ post-extract: @${PERL} -0pi -e 's/my \$$prompt.+(my \$$ret = )(?-s).+/$${1}0;/so' ${WRKSRC}/Makefile.PL + @${PERL} -pi -e 's/our //' ${WRKSRC}/VERSION .if ${PERL_LEVEL} < 500600 post-patch: --- p5-POE-Component-ControlPort ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060424131634.5369F33C1E>