From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 19 20:10:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B5E1065673 for ; Mon, 19 Jul 2010 20:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6441D8FC14 for ; Mon, 19 Jul 2010 20:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6JKA5AJ037853 for ; Mon, 19 Jul 2010 20:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6JKA5oi037850; Mon, 19 Jul 2010 20:10:05 GMT (envelope-from gnats) Date: Mon, 19 Jul 2010 20:10:05 GMT Message-Id: <201007192010.o6JKA5oi037850@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Mark Linimon Cc: Subject: Re: ports/148773: [PATCH] graphics/aaphoto: update to 0.38 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 20:10:05 -0000 The following reply was made to PR ports/148773; it has been noted by GNATS. From: Mark Linimon To: Bapt Cc: FreeBSD-gnats-submit@FreeBSD.org, han@log69.com Subject: Re: ports/148773: [PATCH] graphics/aaphoto: update to 0.38 Date: Mon, 19 Jul 2010 15:02:44 -0500 On Mon, Jul 19, 2010 at 09:59:04PM +0200, Bapt wrote: > +ONLY_FOR_ARCHS= amd64 i386 > > -.if ${ARCH} != "amd64" && ${ARCH} != "i386" > -BROKEN= Does not compile on !amd64 and !i386 > -.endif actually I prefer the styling that is there, if we think that it will be fixed at some future time. ONLY_FOR, to me, means that it would never work without a rewrite or something. mcl