The FreeBSD Diary |
![]() |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
|
Removing Firefox 2
19 October 2009
|
|
Firefox is a pretty popular browser. It runs quickly. It has a lot of plugsin. I use Web Developer and Firebug myself. However. All software ages. Hah, even this website ages. Firefox 2 has a number of unfixed (to my knowledge) bug. Solution: use Firefox 3. Sometimes it is just time to move on.
Case in point: have you seen this? # portaudit Affected package: firefox-2.0.0.20_9,1 Type of problem: mozilla -- multiple vulnerabilities. Reference: <http://portaudit.FreeBSD.org/49e8f2ee-8147-11de-a994-0030843d3802.html> 1 problem(s) in your installed packages found. You are advised to update or deinstall the affected package(s) immediately. How to fix: upgrade. However, it's not that easy. There are a few dependants. I found the solution in the Internet. ;) |
|
The failed attempt
|
|
Here is how I'd normally try fixing this:
# portupgrade firefox
** Port marked as IGNORE: www/firefox:
is forbidden: too many security issues
http://www.vuxml.org/freebsd/922d2398-9e2d-11de-a998-0030843d3802.html
http://www.vuxml.org/freebsd/49e8f2ee-8147-11de-a994-0030843d3802.html
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- www/firefox (marked as IGNORE)
I also tried other things, such as replaying firefox2 with firefox35. That failed. |
|
The search results
|
|
I searched and found:
Which led me to: The key point being:
It is that new library which will be used instead of Firefox 2. |
|
The fix
|
|
Here is what I did:
|