Slashdot Mirror


Opera Releases Stable FreeBSD Browser

1nsane0ne writes "The Register is reporting that Opera has released a production FreeBSD version. It appears to have fixed some of the problems that I found in a few hours of playing around with the betas and will be interesting to test a bit more."

6 of 116 comments (clear)

  1. Re:My Obligation by pfish · · Score: 4, Informative

    It's still very much alive...

    It may not be perfered by many, but it's still heavy in development, and prefered by many ISPs.

  2. Good to hear by Helmholtz+Coil · · Score: 5, Informative

    Very good to hear. I love my FreeBSD desktop dearly, and one of the last ties I had to enabling Linux compatibility was a release version of Opera. So far I have yet to find a better combination of

    • low-profile,
    • high speed, and
    • functionality
    in a single browser. Most of the other browsers I've come across were of the "choose any one of the above" variety. I've found niche uses for all of them, but Opera was the best choice on a old P75 for me.
    1. Re:Good to hear by phoenix_rizzen · · Score: 5, Informative

      It *IS* available in the ports tree. Has been for several weeks. /usr/ports/www/opera It's currently at 6.10 B1, though. Expect an update shortly to 6.10.

  3. The real news by schussat · · Score: 5, Informative
    The real news here isn't simply that the BSD version of Opera 6.1 has been released, but that 6.1 is now available generally for Linux -- both i*86 and PowerPC platforms. This is a really significant development, and it means that, as of right now, the Linux version of Opera is now at a higher release number than for Windows (which is at 6.05 right now). The Opera folks are really moving on Linux development.

    -schussat

    --
    The hour of noon has passed. Let us go and get some Kentucky Fried Chicken.
  4. Re:My Obligation by BrookHarty · · Score: 4, Informative

    I wasnt happy with 4.6 FreeBSD, but when 4.7 came out, KDE3 compiled. Xfree drivers that worked for my video card. Koffice compiled without problem. Everything worked for KDE/Gnome.

    The biggest problem I had with FreeBSD was ports didnt compile, but 4.7 most ports I tried compiled out of the box. Only grip I have is, its still using gcc 2.95, while 3.2 is out. But I hear 5.0 is completely GCC3.3 based.

  5. Re:My Obligation by reg · · Score: 4, Informative

    Have you tried installing a second compiler for ports... gcc 3.2.1 (which is in current) wont buy you anything with the base system, other than 15% slower compile times. But you can install the gcc32 port, and then use 'make CC=gcc32 CXX=g++32' to build ports such as KDE or Gnome which might benefit from the newer compiler. You might also want to insure that you use the correct -march setting for your machine also, because gcc 3.2.1 will generate worse code than 2.95 if you just leave it to the default arch (vanilla 386).

    Regards,
    -Jeremy