Summary: | New Port: devel/p5-Video-Quicktime -- An interface to the OpenQuicktime library | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Michael Johnson <ahze> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Michael Johnson
2004-02-23 05:20:07 UTC
I was unable to build with perl 5.0. --- Makefile.orig Mon Feb 23 01:28:16 2004 +++ Makefile Mon Feb 23 01:29:21 2004 @@ -23,4 +23,10 @@ MAN3= Video::OpenQuicktime.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} <= 500600 +IGNORE= "perl 5.6 or higher is required to build this port" +.endif + +.include <bsd.port.post.mk> this patch fixed building with perl 5.0 --- Makefile.orig Mon Feb 23 01:53:28 2004 +++ Makefile Mon Feb 23 01:52:17 2004 @@ -26,7 +26,8 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} <= 500600 -IGNORE= "perl 5.6 or higher is required to build this port" + ${SED} -e "s/our $VERSION/$VERSION/g" \ + ${WRKSRC}/OpenQuicktime.pm .endif .include <bsd.port.post.mk> State Changed From-To: open->closed committed, thanks |