ports/64100: [Maintainer] multimedia/p5-Video-OpenQuicktime -- make ignore with perl 5.6 >

michael johnson ahze at ahze.net
Thu Mar 11 11:20:14 UTC 2004


>Number:         64100
>Category:       ports
>Synopsis:       [Maintainer] multimedia/p5-Video-OpenQuicktime -- make ignore with perl 5.6 >
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 03:20:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        
>Organization:
>Environment:
>Description:
does not build right with perl 5.0 mark ignore on anything lower than 5.6

pointed out by kris via bento
>How-To-Repeat:
diff -ruN multimedia/p5-Video-OpenQuicktime.orig/Makefile multimedia/p5-Video-OpenQuicktime/Makefile
--- multimedia/p5-Video-OpenQuicktime.orig/Makefile	Tue Feb 24 20:35:18 2004
+++ multimedia/p5-Video-OpenQuicktime/Makefile	Thu Mar 11 06:13:41 2004
@@ -19,16 +19,14 @@
 LIB_DEPENDS=	openquicktime.0:${PORTSDIR}/multimedia/openquicktime
 RUN_DEPENDS=	${SITE_PERL}/Inline-API.pod:${PORTSDIR}/devel/p5-Inline
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
 MAN3=	Video::OpenQuicktime.3
 
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} <= 500600
-post-patch:
-	@${PERL} -pi -e "s/our $VERSION/$VERSION/g" \
-		${WRKSRC}/OpenQuicktime.pm
+IGNORE= "perl 5.6 or higher is required to build this port"
 .endif
 
 .include <bsd.port.post.mk>
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list