Bug 64100 - [Maintainer] multimedia/p5-Video-OpenQuicktime -- make ignore with perl 5.6 >
Summary: [Maintainer] multimedia/p5-Video-OpenQuicktime -- make ignore with perl 5.6 >
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 11:20 UTC by Michael Johnson
Modified: 2004-03-25 22:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-03-11 11:20:13 UTC
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>
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-25 22:08:09 UTC
State Changed
From-To: open->closed

Committed, thanks!