From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 25 19:32:28 2007 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A514316A401 for ; Sun, 25 Mar 2007 19:32:28 +0000 (UTC) (envelope-from geoffb@chuggalug.clues.com) Received: from chuggalug.clues.com (chuggalug2.demon.co.uk [83.104.169.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5BCA313C44B for ; Sun, 25 Mar 2007 19:32:27 +0000 (UTC) (envelope-from geoffb@chuggalug.clues.com) Received: from chuggalug.clues.com (localhost [127.0.0.1]) by chuggalug.clues.com (8.14.0/8.12.10) with ESMTP id l2PJWQ8p095628; Sun, 25 Mar 2007 19:32:26 GMT (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.13.8/8.12.10/Submit) id l2PJWQa4095627; Sun, 25 Mar 2007 19:32:26 GMT (envelope-from geoffb) Date: Sun, 25 Mar 2007 19:32:26 +0000 From: Geoff Buckingham To: Alexander Leidinger Message-ID: <20070325193226.GE46175@chuggalug.clues.com> References: <20070323181558.GA46175@chuggalug.clues.com> <20070324145558.2e0f462b@Magellan.Leidinger.net> <20070324151536.GB46175@chuggalug.clues.com> <20070324185725.91d9auipu88gs8w4@webmail.leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070324185725.91d9auipu88gs8w4@webmail.leidinger.net> User-Agent: Mutt/1.4.1i Cc: multimedia@freebsd.org Subject: Re: Updated mythtv-fixes port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2007 19:32:28 -0000 On Sat, Mar 24, 2007 at 06:57:25PM +0100, Alexander Leidinger wrote: > > Note: The port should not assume any specific processor in the > PACAKGE_BUILDING case (maybe i486 or better). Something like this in the ports make file (while i386 only) .if defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --arch=i486 --disable-mmx .endif The above needs to be handle each architecture, what are the minimum CPUs for packages built for each platform? i386 is i486 ? amd64 is k8? (If so this is good, the binary package will be optimised) UltraSPARC? Power? Alpha? The MythTV, configure at least, knows about iWMMXt for arm/Xscale