From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 23:07:14 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 0F89316A4CE for ; Tue, 1 Feb 2005 23:07:14 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7443C43D1D for ; Tue, 1 Feb 2005 23:07:13 +0000 (GMT) (envelope-from alfredoj69@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so958686wra for ; Tue, 01 Feb 2005 15:07:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=OMxB+TCoCMuR1flahrBBfbwNKL+Nmwtslks6pAHPFeOPsKIOkMVTy6thcIOi+i9nUXWDhFHcLvhd+GfUvHKM2GJyJbIVbHnEF4khLAs8hkdKH5AioVuo0AYFt0k9tDICw5shs2ZT98nIwdLhQIAZRhqPxy2hZ4uMWWQLVbEES7A= Received: by 10.54.38.32 with SMTP id l32mr219467wrl; Tue, 01 Feb 2005 15:07:12 -0800 (PST) Received: from ?192.168.2.100? ([70.24.135.21]) by smtp.gmail.com with ESMTP id 66sm333371wra.2005.02.01.15.07.12; Tue, 01 Feb 2005 15:07:12 -0800 (PST) Message-ID: <42000BA1.9000702@gmail.com> Date: Tue, 01 Feb 2005 18:07:13 -0500 From: Aperez User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41FFF49B.4000606@nbritton.org> <41FFFEB7.7080307@cis.strath.ac.uk> <42000280.3070608@nbritton.org> In-Reply-To: <42000280.3070608@nbritton.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Firefox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alfredoj69@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 23:07:14 -0000 Nikolas Britton wrote: > Chris Hodgins wrote: > >> 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. >> >> > I don't think that would keep him from installing the newer version > after he cvsuped, system might complain or manually rebuild the index > but thats it. After the portupgrade problem with index and how long it > takes to rebuild the index I now do this now too. also I run pkgdb -F > or pkgdb -Fu and portsclean -C before running portupgrade -arRwW and > after I run portupgrade I run portsclean -CDD and then clean out the > old libs, that is...if portupgrade had no errors. He emailed me and > said he was installing it for the first time, I think he just didn't > do the cvsup part correctly. > > Okey, I just updated my ports following your instructions. I saw in the Makefile file that the port version is equal to 1.0 ( before was equal to 0.9). Now, what should I do next:: Desinstall Firefox and install it again and then I run pkgdb or First run pkgbd and then install Firefox