From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 18 13:00:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3152F37B401; Wed, 18 Jun 2003 13:00:18 -0700 (PDT) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8890843FCB; Wed, 18 Jun 2003 13:00:17 -0700 (PDT) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id AF04D140D7; Wed, 18 Jun 2003 15:00:16 -0500 (CDT) From: Mark Linimon Organization: Lonesome Dove Computing Services To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Date: Wed, 18 Jun 2003 15:04:27 -0500 User-Agent: KMail/1.5.2 References: <200306181940.h5IJeGVo062891@freefall.freebsd.org> In-Reply-To: <200306181940.h5IJeGVo062891@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200306181504.27913.linimon@lonesome.com> Subject: Re: ports/53455: [patch][non-maintainer] replace BROKEN by NOT_FOR_ARCHS in devel/py-ctypes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 20:00:18 -0000 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 .if ${ARCH} == "ia64" -BROKEN= "does not build" +IGNORE= "does not build on ${ARCH}" .endif post-patch: