ports/96264: [maintainer update] net/p5-POE-Component-ControlPort - fix build error from "our" in 5.005

hideo hideo at lastamericanempire.com
Mon Apr 24 13:20:11 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list