From owner-freebsd-mono@FreeBSD.ORG Thu Mar 4 09:35:51 2010 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B34C106564A; Thu, 4 Mar 2010 09:35:51 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 512418FC12; Thu, 4 Mar 2010 09:35:50 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so569983fge.13 for ; Thu, 04 Mar 2010 01:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type; bh=mcaCv6XbjzsS2CTpP34q+4zujaTsdzAs5oXUQRnhrp8=; b=tYGCLUufYVdAgDcLINp6IcM4zIPqtzKrPrAQQqK5OoPZr0QXbIuouWHMy6G0FKFNNG JhJARBZUf3I+a46Yfp0swI0iwFZ+VFZyU7h6uO7wr8tbJYVeeDteAmK3cOTo6udMh96s rMOiA0HH+aOIgvymktjjg8blYUZmGuzcSl0H4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=MHdTaPhTF1epriwkWTWQIE2nGZeNjx/wPlph4dfovlYzF5NLtc+Fr7LEVw2A+s3jfh cIQZCgsbN4/BbrKyzhhBHbVon5DO20poqecIdDc0lvVpWzRoXIeTy9M8AjA/vO72hTUL qfzZKhvcswedrE/R9LJfabB/RC823k04yLkPg= MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.239.177.211 with SMTP id w19mr857969hbf.162.1267695343137; Thu, 04 Mar 2010 01:35:43 -0800 (PST) In-Reply-To: <1267690949.90252.38.camel@pav.hide.vol.cz> References: <1267655428.5053.55.camel@hood.oook.cz> <20100304000307.GA49095@FreeBSD.org> <20100304011523.GB49095@FreeBSD.org> <1267690949.90252.38.camel@pav.hide.vol.cz> From: Florent Thoumie Date: Thu, 4 Mar 2010 09:35:23 +0000 X-Google-Sender-Auth: 95bf43647a0b0625 Message-ID: To: pav@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: mono@freebsd.org, =?ISO-8859-1?Q?Romain_Tarti=E8re?= , linimon@freebsd.org Subject: Re: [Fwd: moonshine-0.2_2 failed on amd64 8-exp] X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 09:35:51 -0000 2010/3/4 Pav Lucistnik : > Can we get away from overriding ARCH in the port Makefile? > > Why is it needed, anyway? Apparently added by nork@. I'd say we could remove it and add the following to post-patch: ${REINPLACE_CMD} -e 's/x86_64)/x86_64|amd64)/' ${WRKSRC}/configure Untested obviously. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer