From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 18:42:01 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 53B31106567B for ; Fri, 29 Aug 2008 18:42:01 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0B8B68FC16 for ; Fri, 29 Aug 2008 18:42:00 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 29 Aug 2008 14:42:00 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id KFQ73654; Fri, 29 Aug 2008 14:41:58 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 29 Aug 2008 14:41:39 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18616.17122.532172.186298@jerusalem.litteratus.org> Date: Fri, 29 Aug 2008 14:41:38 -0400 To: Roland Smith In-Reply-To: <20080829171351.GA72763@slackbox.xs4all.nl> References: <10549b080808290744u659d89f9m4c959a968cbe17e1@mail.gmail.com> <20080829171351.GA72763@slackbox.xs4all.nl> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) 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:42:01 -0000 Roland Smith writes: > To see which ports are restricted to certain architectures, try the > following command: > > find /usr/ports -type f -name Makefile -exec grep -H ONLY_FOR_ARCH {} \;|less This returned 643 entries, of which 29 listed a reason. Six of those use assembler code. 122 contain the string "linux". One is listed as alpha only; another, as sparc only. Robert Huff