ports/53437: [patch][non-maintainer] change BROKEN to NOT_FOR_ARCHS for lang/hugs

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


>Number:         53437
>Category:       ports
>Synopsis:       [patch][non-maintainer] change BROKEN to NOT_FOR_ARCHS for lang/hugs
>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:08 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:
	The NOT_FOR_ARCHS Makefile variable antedates the usage of BROKEN in
	this Makefile.  Setting it this way will prevent the bento cluster
	from wasting cycles.
>How-To-Repeat:
	n/a
>Fix:

--- hugs/Makefile.dist	Fri Feb 21 07:16:13 2003
+++ hugs/Makefile	Wed Jun 18 03:39:04 2003
@@ -14,9 +14,7 @@
 MAINTAINER=	obraun at FreeBSD.org
 COMMENT=	An interpreter for the functional programming language Haskell 98
 
-.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
-BROKEN=	"Does not build on ${MACHINE_ARCH}"
-.endif
+NOT_FOR_ARCHS=	alpha sparc64
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list