Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2007 11:25:42 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Two firefoxes, 1.5 and 2.0, script keeps running 1.5 instead of 2.0
Message-ID:  <17950.20342.84939.261948@jerusalem.litteratus.org>
In-Reply-To: <200704120757.40975.odilist@sonic.net>
References:  <20070412054536.FE1B.GERARD-SEIBERT@seibercom.net> <200704120757.40975.odilist@sonic.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Iberien writes:

>  Thanks for this... However, I can't get the first command to work:
>  
>  bsd# pkg_delete -dfv firefox*
>  pkg_delete: No match.

	This sounds like the files are present, but the port is not
registered in /var/db/pkg/pkgdb.db.
	If this is the case, to get everything pristine you'll need to:

	a) install firefox-1.5, i.e.:
		cd /usr/ports/firefox15 && make install 
	b) remove firefox-1.5:
		make deinstall
	c) remove firefox-2.0:
		cd /usr/ports/firefox15 && make deinstall 
	d) install firefox-2.0:
		make install

	Afterwards I'd also do "pkgdb -F" just to make sure all the
dependencies are hooked up.


			Robert Huff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17950.20342.84939.261948>