ports/67664: unbreak this port if ${PERL_LEVEL} >= 500804

Joerg Pulz Joerg.Pulz at frm2.tum.de
Mon Jun 7 09:20:26 UTC 2004


>Number:         67664
>Category:       ports
>Synopsis:       unbreak this port if ${PERL_LEVEL} >= 500804
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 07 09:20:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Joerg Pulz
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
TU-Munich / ZWE FRM-II
>Environment:
System: FreeBSD hades.admin.frm2 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #2: Wed May 5 17:52:38 CEST 2004 root at hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386


	
>Description:
	The port is marked as BROKEN, if ${PERL_LEVEL} >= 500800
	which was true for me. But since ${PERL_LEVEL} == 500804
	it compiles without problems.
>How-To-Repeat:
	
>Fix:


--- Makefile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/p5-GdkPixbuf/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	18 Mar 2004 17:40:09 -0000	1.16
+++ Makefile	7 Jun 2004 09:06:25 -0000
@@ -32,7 +32,7 @@
 IGNORE=		This port requires perl 5.6.0 or later. Install lang/perl5 then try again
 .endif
 
-.if ${PERL_LEVEL} >= 500800
+.if ${PERL_LEVEL} >= 500800 && ${PERL_LEVEL} < 500804
 BROKEN=		"Does not compile"
 .endif
 
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list