From owner-freebsd-ports@FreeBSD.ORG Sat Nov 19 12:55:31 2005 Return-Path: X-Original-To: ports@FreeBSD.Org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30B7716A426 for ; Sat, 19 Nov 2005 12:55:31 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BF243D64 for ; Sat, 19 Nov 2005 12:55:09 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 2A5BF997E59 for ; Sat, 19 Nov 2005 13:55:09 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14952-02 for ; Sat, 19 Nov 2005 13:55:05 +0100 (CET) Received: from [80.98.231.227] (catv-5062e7e3.catv.broadband.hu [80.98.231.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id A4992997E57 for ; Sat, 19 Nov 2005 13:55:05 +0100 (CET) Message-ID: <437F20AA.2050901@t-hosting.hu> Date: Sat, 19 Nov 2005 13:55:06 +0100 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.Org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: Subject: How to set ONLY_FOR_ARCH for binary ports? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 12:55:31 -0000 Hello, I haven't found this in Porter's Handbook. How should I set ONLY_FOR_ARCHS in a port that installs i386 binaries? The amd64 architecture, and IIRC ia64 too, have compatibility layers for i386 architecture, but it isn't necessarily installed. Can I set ONLY_FOR_ARCH to "i386 amd64 ia64"? Or is there any way to check whether the compatibility layer is available? Thanks, Gabor Kovesdan