From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 19 20:43:00 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 139E1106567B for ; Mon, 19 Jul 2010 20:43:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5A78FC15 for ; Mon, 19 Jul 2010 20:42:59 +0000 (UTC) Received: by eyh6 with SMTP id 6so1242947eyh.13 for ; Mon, 19 Jul 2010 13:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=QOEMM4WRS6R5U/g3D7PGYfEZS8cR9QAAKUOiLP1X81c=; b=CJx8SGFcJWhbQep5bUWuHTeX5XMdUX90LHHfnX2z+h4z8aZBCsWEq09p8qo+hEBeb4 GndotcxdK9uDoaI+r2QGR9KpHE0TyBeNTCw4TCd/WF4c7VrbGiD73Q7sOCrwSWXBN8nG DKvUVFg9x3zI0iorNjrn+895Wr+Y7IlOGrCJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=c0MFbtzrXQ/WaJPHw9+UcA7NpKjLEOFlkUPbNDm/U1DQeJdUnDzvNWPaZLoJja1mFh YG8o4eoo20HA00YO10DUkOAM//OHOwJN4InJ8F636Q9LgQmTG048opkS1bn1EHT80xGf Q+RdCP0i38yIruChyspOeW0fbTC19bVuMuoac= MIME-Version: 1.0 Received: by 10.213.19.211 with SMTP id c19mr1558945ebb.93.1279572178224; Mon, 19 Jul 2010 13:42:58 -0700 (PDT) Received: by 10.14.47.12 with HTTP; Mon, 19 Jul 2010 13:42:58 -0700 (PDT) In-Reply-To: <201007192010.o6JKA5oi037850@freefall.freebsd.org> References: <201007192010.o6JKA5oi037850@freefall.freebsd.org> Date: Mon, 19 Jul 2010 20:42:58 +0000 Message-ID: From: Baptiste Daroussin To: Mark Linimon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: han@log69.com, freebsd-ports-bugs@freebsd.org 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 20:43:00 -0000 2010/7/19 Mark Linimon : > The following reply was made to PR ports/148773; it has been noted by GNA= TS. > > 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 > > =A0On Mon, Jul 19, 2010 at 09:59:04PM +0200, Bapt wrote: > =A0> +ONLY_FOR_ARCHS=3D =A0 =A0 amd64 i386 > =A0> > =A0> -.if ${ARCH} !=3D "amd64" && ${ARCH} !=3D "i386" > =A0> -BROKEN=3D =A0 =A0 =A0 =A0 =A0 =A0 Does not compile on !amd64 and !i= 386 > =A0> -.endif > > =A0actually I prefer the styling that is there, if we think that it will > =A0be fixed at some future time. =A0ONLY_FOR, to me, means that it would > =A0never work without a rewrite or something. > I don't mind, perhaps ONLY_FOR_ARCHS_REASON would help to be clearer, I choose ONLY_FOR_ARCHS only because it exists :)