From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 22:07:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B97216A4CE for ; Tue, 1 Feb 2005 22:07:35 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6416F43D5A for ; Tue, 1 Feb 2005 22:07:34 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j11M7NEj029361; Tue, 1 Feb 2005 22:07:23 GMT Message-ID: <41FFFEB7.7080307@cis.strath.ac.uk> Date: Tue, 01 Feb 2005 22:12:07 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050113) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nikolas Britton References: <41FFF49B.4000606@nbritton.org> In-Reply-To: <41FFF49B.4000606@nbritton.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: Alfredo Perez cc: freebsd-questions@freebsd.org Subject: Re: Firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 22:07:35 -0000 Nikolas Britton wrote: > Alfredo Perez wrote: > >> Hi >> >> I just updated my ports and installed Firefox. I have installed >> Firefox version 0.9.3. How can I update it to version 1.0? >> >> Thanks >> >> PS: I am running FreeBSD 5.3 >> >> >> > Your post is a bit ambiguous. did you have 0.9.3 on your system and > wanted to upgrade to 1.0 or did you update your ports but it installed > 0.9.3? > > What I would do: > > my ports-sup file: > > #*default host=cvsup14.us.FreeBSD.org > *default host=cvsup12.us.FreeBSD.org > #*default host=cvsup1.FreeBSD.org > #*default host=cvsup.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > *default compress > ports-all > > ----------------------------- > > su > # cvsup -g -L 2 /root/ports-supfile > (normally i'd just run pkg_version -v |grep "<" and if needed > portupgrade after cvsuping, if I was upgrading something like Gnome or > KDE i'd exit X) > # cd /usr/ports/www/firefox > # make deinstall > # more M* > # make WITH_OPTIMIZED_CFLAGS=yes install clean > # exit > > rehash > > firefox& > > exit > > > ______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Could his problem be that he has simply not fetched the index? I normally do: # cvsup -g -L2 /usr/ports-supfile .. .. # cd /usr/ports # make fetchindex # portsdb -u and then I would try reinstalling it using the method above. Chris