From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 25 11:43: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 72D1316A401 for ; Sun, 25 Mar 2007 11:43: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 00E6013C4B9 for ; Sun, 25 Mar 2007 11:43: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 l2PBhQja087812; Sun, 25 Mar 2007 11:43:26 GMT (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.13.8/8.12.10/Submit) id l2PBhQ1i087811; Sun, 25 Mar 2007 11:43:26 GMT (envelope-from geoffb) Date: Sun, 25 Mar 2007 11:43:25 +0000 From: Geoff Buckingham To: Alexander Leidinger Message-ID: <20070325114325.GD46175@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 11:43:28 -0000 On Sat, Mar 24, 2007 at 06:57:25PM +0100, Alexander Leidinger wrote: > Quoting Geoff Buckingham (from Sat, 24 > Mar 2007 15:15:36 +0000): > > >The CPU detection only gets used if the mythtv configure isn't given the > >relevent arguments. It should be possible to get the port's makefile > >to add these if required. > > Note: The port should not assume any specific processor in the > PACAKGE_BUILDING case (maybe i486 or better). And I'm not sure if it > should do the CPU detection by default in all other cases. To be on > the safe side, make it an option. > While I agree the PACAKAGE_BUILDING case must produce a genuinly portable binary. I can not see the point in deliberatly making it difficult to get equivalent performance to the various Linux distros. Realisticly most folk tring to run myth are going to have i686 or better with MMX.(Having a working via unichrome kernel module may change this) My incliniation is the port should self tune, unless PACKAGE_BUILDING or there a optimisation flags from make.conf.