ports/53441: [patch] replace BROKEN by IGNORE for math/GiNaC

Mark Linimon linimon at lonesome.com
Wed Jun 18 09:20:18 UTC 2003


>Number:         53441
>Category:       ports
>Synopsis:       [patch] replace BROKEN by IGNORE for math/GiNaC
>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 02:20:16 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, -STABLE).  This prevents bento from wasting time
	trying to build it.
>How-To-Repeat:
	n/a
>Fix:

--- GiNaC/Makefile.dist	Wed May  7 21:20:04 2003
+++ GiNaC/Makefile	Wed Jun 18 04:13:37 2003
@@ -34,7 +34,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=	"need gcc32 and cln must build with gcc32"
+IGNORE=	"need gcc32 and cln must build with gcc32 (only on FreeBSD 5.x)"
 .endif
 
 post-extract:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list