From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 13:44:26 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B084716A50A for ; Tue, 18 Jan 2005 13:44:26 +0000 (GMT) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE8443D2D for ; Tue, 18 Jan 2005 13:44:26 +0000 (GMT) (envelope-from jstrickett@cogeco.ca) Received: from [192.168.1.100] (d150-32-237.home.cgocable.net [24.150.32.237]) by fep3.cogeco.net (Postfix) with ESMTP id EC0FD1556; Tue, 18 Jan 2005 08:44:23 -0500 (EST) Message-ID: <41ED12B7.3010305@cogeco.ca> Date: Tue, 18 Jan 2005 08:44:23 -0500 From: Jason Trickett User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: James Earl , freebsd-gnome@freebsd.org References: <41ECF965.8090807@cogeco.ca> <1106052338.629.28.camel@localhost> In-Reply-To: <1106052338.629.28.camel@localhost> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: firefox 1.0? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 13:44:26 -0000 James Earl said the following on 1/18/2005 7:45 AM: >On Tue, 2005-01-18 at 06:56 -0500, Jason Trickett wrote: > > >>Hi. I wanna run Firefox 1.0 but the version in the 5.3-RELEASE stream is >>0.9.3. I have linux-compatibility turned on, so can I just use the linux >>firefox binary installer? Do I need to do anything extra (except remove >>0.9.3 first)? >> >> > >You should compile a native version of Firefox yourself using the >www/firefox port. > ># pkg_add -r cvsup-without-gui ># /usr/local/bin/cvsup -g -h >cvsup4.freebsd.org /usr/share/examples/cvsup/ports-supfile ># cd /usr/ports/www/firefox ; make install > >James > > > K, I'm trying the port method you suggested to build firefox. I've hit a snag, though. It had to download & build atk 1.8.0, but gave an error when it found an earlier version (atk-1.6.1, package). I tried to delete and was told several packages depended on it and it couldn't be deinstalled. Any suggestions?