Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2004 11:15:37 +0200 (CEST)
From:      Joerg Pulz <Joerg.Pulz@frm2.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67664: unbreak this port if ${PERL_LEVEL} >= 500804
Message-ID:  <200406070915.i579FbMQ022731@hades.admin.frm2>
Resent-Message-ID: <200406070920.i579KJNr025139@freefall.freebsd.org>

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

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



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