Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 03:18:22 -0800 (PST)
From:      michael johnson <ahze@ahze.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/64100: [Maintainer] multimedia/p5-Video-OpenQuicktime -- make ignore with perl 5.6 > 
Message-ID:  <200403111118.i2BBIM8L061106@www.freebsd.org>
Resent-Message-ID: <200403111120.i2BBKErB077114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403111118.i2BBIM8L061106>