Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2003 13:00:28 -0700 (PDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/53455: [patch][non-maintainer] replace BROKEN by NOT_FOR_ARCHS in devel/py-ctypes
Message-ID:  <200306182000.h5IK0SMt063887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/53455; 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/53455: [patch][non-maintainer] replace BROKEN by NOT_FOR_ARCHS in devel/py-ctypes
Date: Wed, 18 Jun 2003 15:04:27 -0500

 A more careful reading of bsd.port.mk suggests that BROKEN should
 be replaced by IGNORE, not NOT_FOR_ARCHS, in this particular
 case.  This will still save time on bento builds, but not imply that
 the port will _never_ work on these archs.
 --- py-ctypes/Makefile.dist	Sat Jun 14 00:25:06 2003
 +++ py-ctypes/Makefile	Wed Jun 18 15:03:44 2003
 @@ -33,7 +33,7 @@
  .include <bsd.port.pre.mk>
  
  .if ${ARCH} == "ia64"
 -BROKEN=		"does not build"
 +IGNORE=		"does not build on ${ARCH}"
  .endif
  
  post-patch:
 



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