Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 03:44:34 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53437: [patch][non-maintainer] change BROKEN to NOT_FOR_ARCHS for lang/hugs
Message-ID:  <200306180844.h5I8iYYs029657@lonesome.lonesome.com>
Resent-Message-ID: <200306180850.h5I8o81t001831@freefall.freebsd.org>

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

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



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