From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 18:48:30 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D989F1065684 for ; Fri, 29 Aug 2008 18:48:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id E21BA8FC3B for ; Fri, 29 Aug 2008 18:48:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m7TImP4F005116; Fri, 29 Aug 2008 20:48:25 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m7TImOqm005113; Fri, 29 Aug 2008 20:48:24 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 29 Aug 2008 20:48:24 +0200 (CEST) From: Wojciech Puchar To: Roland Smith In-Reply-To: <20080829171351.GA72763@slackbox.xs4all.nl> Message-ID: <20080829204754.O5093@wojtek.tensor.gdynia.pl> References: <10549b080808290744u659d89f9m4c959a968cbe17e1@mail.gmail.com> <20080829171351.GA72763@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions , FreeBSD Questions Subject: Re: Ports and 64-bit Processors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 18:48:30 -0000 > > AFAIK, it is not as much a question of ports being broken, but there are > some ports that have 'ONLY_FOR_ARCHS=i386' set, e.g. because they are > binary-only ports (e.g. flash plugin, nvidia driver) or because they > contain i386 assembly code or because the code contains assumptions that > are true on i386 but not on amd64 (like the size of a pointer being > equal to the size of an integer). you may just copy binaries onto amd64 system and they will work in 32-bit mode.