From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 13 00:42:55 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7225816A4CE for ; Mon, 13 Dec 2004 00:42:55 +0000 (GMT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1274243D55 for ; Mon, 13 Dec 2004 00:42:55 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id iBD0grhG022194; Sun, 12 Dec 2004 19:42:54 -0500 Date: Sun, 12 Dec 2004 19:43:02 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: "James R. Van Artsdalen" In-Reply-To: <41BCDD73.1060200@jrv.org> Message-ID: <20041212194239.F22945@zoraida.natserv.net> References: <20041212182100.F22745@zoraida.natserv.net> <41BCDD73.1060200@jrv.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: FreeBSD amd64 List Subject: Re: Ports in AMD64 distribution X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:42:55 -0000 > If you have access to a ports tree look for ONLY_FOR_ARCHS in the port > Makefile to see if the port has a problem. find . -name "Makefile" -exec echo {} \; -exec grep ONLY_FOR_ARCHS {} \; > ~/problemports.txt The line above worked for me. Not perfect, but good enough.