Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 13:00:26 -0700 (PDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/53437: [patch][non-maintainer] change BROKEN to NOT_FOR_ARCHS for lang/hugs
Message-ID:  <200306182000.h5IK0QcR063878@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/53437; it has been noted by GNATS.

From: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/53437: [patch][non-maintainer] change BROKEN to NOT_FOR_ARCHS for lang/hugs
Date: Wed, 18 Jun 2003 15:00:58 -0500

 Actually, a more careful reading of bsd.port.mk suggests that
 this should have been changed from BROKEN to IGNORE.
 It seems NOT_FOR_ARCHS is reserved to indicate a permanent
 condition.  However, setting it to IGNORE will still save time
 on bento.
 
 --- hugs/Makefile.dist	Fri Feb 21 07:16:13 2003
 +++ hugs/Makefile	Wed Jun 18 14:59:58 2003
 @@ -15,7 +15,7 @@
  COMMENT=	An interpreter for the functional programming language Haskell 98
  
  .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
 -BROKEN=	"Does not build on ${MACHINE_ARCH}"
 +IGNORE=	"Does not build on ${MACHINE_ARCH}"
  .endif
  
  WRKSRC=		${WRKDIR}/${DISTNAME}/src
 



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