ports/53438: [patch] fix usage of BROKEN in devel/ppl

Mark Linimon linimon at lonesome.com
Wed Jun 18 08:50:13 UTC 2003


>Number:         53438
>Category:       ports
>Synopsis:       [patch] fix usage of BROKEN in devel/ppl
>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:   Wed Jun 18 01:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	IGNORE should be used instead of BROKEN to indicate that a port
	will never be available on a particular OS release version (in
	this case, older -CURRENTs).
>How-To-Repeat:
	n/a
>Fix:

--- ppl/Makefile.dist	Wed May  7 21:18:10 2003
+++ ppl/Makefile	Wed Jun 18 03:49:25 2003
@@ -35,7 +35,7 @@
 
 # ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version
 .if ${OSVERSION} < 500035
-BROKEN=		"Does not build"
+IGNORE=		"Does not build with older versions of FreeBSD 5.0"
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list