Firefox

Hey there,

I'm not sure what happened to Firefox.
In doing a fresh installation of FreeBSD with Openbox, I did pkg install Firefox, and a error came up stating that no such package was available. I used the ports method and it took hours... which too ended in an error.

To get myself a browser I installed Opera, but when trying to install my fav extensions, the extension page stated that I needed to install Opera. But I was using Opera in the first place. So what gives?
Maybe the version I installed is way too old or something?
 
I can't find the firefox package right now either. I suspect that it's a temporary thing, and that firefox will soon be back.
Code:
root@dell:~ # pkg search firefox
firefox-esr-60.5.2,1           Web browser based on the browser portion of Mozilla
firefox-esr-i18n-60.5.2        Localized interface for Firefox
xpi-firefox-showcase-0.9.5.6   Easily locate and select any open browser window
If you don't want to wait for the pkg system to sort itself out, you could probably install firefox-esr -- the extended support release -- which is pretty close to the same thing -- a slightly older and more well-tested version.
 
Firstly, if that wasn't a typo, you probably wanted pkg install firefox, with a lower case f. Also, you can do pkg search firefox, which, on 11.2 shows firefox and firefox-esr, (extended support something, probably not rabbits). There is also a package called psearch which searches ports, but that has to be installed with pkg install psearch.

As for other browsers, if you look through (assuming you installed ports, and I guess you did because you mention building firefox) www. A few that come to mind offhand are chromium, which is one of the more feature filled, opera, and palemoon. There are a few browser threads on the forum, though I don't know how up to date they may be, and doing a search for browser is going to give you far too many choices. :)
Palemoon is very similar to firefox--on my CentOS-7 install, they seem to use the same $HOME directory, chromium is similar to google chrome. There are also some lightweight browser, which may not support all websites, like midori. And of course, there are the text based ones like lynx and w3m.
 
It seems to have been fixed in the meantime.

Bash:
% pkg search firefox                                                                                                                         :(
firefox-65.0.2,1               Web browser based on the browser portion of Mozilla
firefox-esr-60.5.2_1,1         Web browser based on the browser portion of Mozilla
firefox-esr-i18n-60.5.2        Localized interface for Firefox
firefox-i18n-65.0.2            Localized interface for Firefox
xpi-firefox-showcase-0.9.5.6   Easily locate and select any open browser window

% freebsd-version                                                                                                                            :(
12.0-RELEASE-p3
 
It seems to have been fixed in the meantime.

Bash:
% pkg search firefox                                                                                                                         :(
firefox-65.0.2,1               Web browser based on the browser portion of Mozilla
firefox-esr-60.5.2_1,1         Web browser based on the browser portion of Mozilla
firefox-esr-i18n-60.5.2        Localized interface for Firefox
firefox-i18n-65.0.2            Localized interface for Firefox
xpi-firefox-showcase-0.9.5.6   Easily locate and select any open browser window

% freebsd-version                                                                                                                            :(
12.0-RELEASE-p3
I tried to pkg search and "firefox" doesn't show up. Only firefox-esr..

scottro thanks for the recommendation.
 
I tried to pkg search and "firefox" doesn't show up. Only firefox-esr..

scottro thanks for the recommendation.
Just guessing that the package might be missing from the repos for the i386 machine architecture, but not for other architectures like amd64. Looks like you and I are still getting the same results:
Code:
$ uname -a
FreeBSD dellfp10 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC  i386
$ pkg search firefox
firefox-esr-60.5.2,1           Web browser based on the browser portion of Mozilla
firefox-esr-i18n-60.5.2        Localized interface for Firefox
xpi-firefox-showcase-0.9.5.6   Easily locate and select any open browser window
$
 
Just guessing that the package might be missing from the repos for the i386 machine architecture, but not for other architectures like amd64. Looks like you and I are still getting the same results:
Code:
$ uname -a
FreeBSD dellfp10 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC  i386
$ pkg search firefox
firefox-esr-60.5.2,1           Web browser based on the browser portion of Mozilla
firefox-esr-i18n-60.5.2        Localized interface for Firefox
xpi-firefox-showcase-0.9.5.6   Easily locate and select any open browser window
$
Good catch. I have amd64:
Bash:
% uname -orp
FreeBSD 12.0-RELEASE-p3 amd64
 
Quantum Information regarding the existence of Firefox was lost due to a disruption of Decoherence free subspace and will return when no-one is looking. They're still working out kinks of the Quantum Engine.

If Firefox does not work, what are the other browsers that we can install?

I only use Mozilla-based browsers so I keep www/palemoon installed since I can depend on www/firefox to crash almost every time I use it. There is www/seamonkey but it's had a vulnerability listed for months if that doesn't bother you.
 
Perhaps you're configured to look at the quarterly pkg repo. That one only has the firefox-esr version.
Switch to the latest repo; looks like version 65 was built about 5 days ago.
 
It's up to version 66 already in the latest repo. More info starting on page 22, post #542, in this thread:

 
armagadd-on-2.0 (the certificate expiry issue)

There's some discussion under Choice of a web browser.

The UI part of what follows might be specific to Firefox (and Firefox ESR) on FreeBSD …

After finding a profile bitten, for a while, by this Mozilla bug:
– I thought it peculiar that this nested preference –
……
☑ Allow Firefox to install and run studies
– was enabled, whilst the superior (overriding) preference was disabled. For a while I wondered whether this UX peculiarity had an impact on effectiveness of studies.

Eventually I realised, the superior preference –
☐ Allow Firefox to send technical and interaction data to Mozilla
– can not be enabled.

I guess that this UI limitation is expected, given the feature set of Firefox on (Tier-3) FreeBSD e.g. Crash Reporter not implemented. True?​

6471

Mozilla issues relating to this part of the user interface include:
 
I forgot to include this in my previous comment:

Code:
$ date ; uname
Mon  6 May 2019 13:41:51 BST
FreeBSD
$ pkg query '%o %v %R' firefox
www/firefox 66.0.3_2,1 FreeBSD
$ grep 66.0.4 /usr/local/poudriere/ports/default/www/firefox/Makefile
DISTVERSION=    66.0.4
$

… I assume the pkg will be provided over the weekend …

For myself I'm building from source, poudriere busy building rust-1.34.1 and … oh my giddy aunt, to copy that from Konsole I accidentally keyed Control-C instead of Shift-Control-C so that's more than eight hours down the drain, haha.
 
Back
Top