From owner-freebsd-ports@FreeBSD.ORG Thu Jun 15 11:13:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3AED16A41A for ; Thu, 15 Jun 2006 11:13:40 +0000 (UTC) (envelope-from eculp@bafirst.com) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662E643D45 for ; Thu, 15 Jun 2006 11:13:40 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by bafirst.com with local; Thu, 15 Jun 2006 06:13:34 -0500 id 00095814.449140DE.00012DD4 Received: from dsl-201-144-83-153.prod-infinitum.com.mx (dsl-201-144-83-153.prod-infinitum.com.mx [201.144.83.153]) by mail.bafirst.com (Horde MIME library) with HTTP; Thu, 15 Jun 2006 06:13:34 -0500 Message-ID: <20060615061334.jeo67klrwcosocs8@mail.bafirst.com> Date: Thu, 15 Jun 2006 06:13:34 -0500 From: eculp@bafirst.com To: freebsd-ports@freebsd.org References: <1150212190.23483.1.camel@mayday.esat.net> <1150218648.845.2.camel@hellion.clcw> <20060613201450.5eb0b88a@apircalabu.dsd.ro> <1150233997.94166.3.camel@hellion.clcw> <448F9AD8.1030206@micom.mng.net> <449081F8.20108@alzatex.com> <1150324229.25618.9.camel@hellion.clcw> <44908E03.10908@alzatex.com> <20060615114906.a7x1kcpyskwo4go4@netchild.homeip.net> <20060615104814.GB39488@deviant.kiev.zoral.com.ua> In-Reply-To: <20060615104814.GB39488@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Re: Google Earth for Linux works on FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 11:13:41 -0000 Quoting Konstantin Belousov : > On Thu, Jun 15, 2006 at 11:49:06AM +0200, Alexander Leidinger wrote: >> Only if you use an unsupported linux base port. Either use the default >> one, or use the fc4 one (it will become the new default one RSN) and >> everything should work out of the box. > I have linux_base-8-8.0_15 installed. What is the proper way to upgrade > to fc4 ? Preferably, using portupgrade. > > Thanks. > I am just cutting and pasting from a previous email on this thread from: Alexander Leidinger wrote: The default one and the fcX ones are "good" (as in "officially supported by FreeBSD"). But the default one is outdated (the fc4 one is on the ports build cluster for testing it as an replacement ATM). Maybe you want to give the fc4 one a try (since it is withhin the range of supported distributions listed in the google earth requirements). To do this you have to add OVERRIDE_LINUX_BASE_PORT=fc4 to /etc/make.conf and replace "linux-XFree86-libs" with "linux-xorg-libs" in ports/Mk/bsd.port.mk . After this you can update with: portupgrade -f -o emulators/linux_base-fc4 linux_base[installed version] portupgrade -f -o x11/linux-xorg-libs linux-XFree86-libs[installed version] For [installed version] see var/pkg of each such as # ls -d /var/db/pkg/linux-XFree* /var/db/pkg/linux_base* /var/db/pkg/linux-XFree86-libs-4.3.99.902_7 /var/db/pkg/linux_base-8-8.0_15 This worked great for me but I'm still having problems with google earth. good luck, ed P.S.