FreshPorts -- The Place For Ports Thu, 20 Nov 2008 8:30 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
firefox3 3.0.4,1 www on this many watch lists=16 search for ports that depend on this port An older version of this port was marked as vulnerable.
Web browser based on the browser portion of Mozilla
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Jun 2008 21:16:41
Also Listed In: ipv6


Firefox is an award winning, free, open-source web browser for many platforms
and is based on the Mozilla codebase. It is small, fast and easy to use, and
offers many advanced features:
 o Popup Blocking
 o Tabbed Browsing
 o Live Bookmarks (ie. RSS)
 o Extensions
 o Themes
 o FastFind
 o Improved Security

WWW: http://www.mozilla.com/firefox
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/nspr, archivers/zip, devel/gmake, x11/printproto, x11/libSM, x11-toolkits/libXt, x11/libXi, x11/libXext, x11/libX11, x11/libXinerama, x11/libICE, x11/xproto, lang/perl5.8, textproc/intltool, devel/pkg-config, devel/desktop-file-utils
Required To Run: archivers/zip, x11/libSM, x11-toolkits/libXt, x11/libXi, x11/libXext, x11/libX11, x11/libXinerama, x11/libICE, x11/xproto, devel/pkg-config, devel/desktop-file-utils, devel/gio-fam-backend
Required Libraries: graphics/cairo, devel/nspr, x11-fonts/libXft, devel/dbus-glib, converters/libiconv, accessibility/atk, devel/glib20, x11-toolkits/gtk20, devel/libIDL, x11-toolkits/pango

To install the port: cd /usr/ports/www/firefox3/ && make install clean
To add the package: pkg_add -r firefox3


Configuration Options
===> The following configuration options are available for firefox-3.0.4,1:
     DBUS=on (default) "Enable D-BUS support"
     NEWTAB=on (default) "Open external links in a new tab"
     SMB=off (default) "Enable smb:// URI support using gnomevfs"
     DEBUG=off (default) "Build a debugging image"
     LOGGING=off (default) "Enable additional log messages"
     OPTIMIZED_CFLAGS=off (default) "Enable some additional optimizations"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0.4/source/
http://www.gtlib.cc.gatech.edu/pub/mozilla.org/firefox/releases/3.0.4/source/
http://mozilla.gnusoft.net/firefox/releases/3.0.4/source/
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0.4/source/
ftp://ftp.belnet.be/packages/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.uni-bayreuth.de/pub/packages/netscape/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.mozilla.org/pub/firefox/releases/3.0.4/source/
http://ring.nict.go.jp/archives/net/www/mozilla/firefox/releases/3.0.4/source/
http://ring.sakura.ad.jp/archives/net/www/mozilla/firefox/releases/3.0.4/source/
http://ring.riken.jp/archives/net/www/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.kaist.ac.kr/pub/mozilla/firefox/releases/3.0.4/source/
ftp://mozilla.mirror.pacific.net.au/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.chg.ru/pub/WWW/mozilla/firefox/releases/3.0.4/source/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-07-27
    Affects: users of www/firefox3
    Author: gnome@FreeBSD.org
    Reason: 
      Update to 3.0.1_1,1; it no longer seeks for plugins in lib/browser_plugins,
      because few plugins that built with Firefox 2 can cause Firefox 3 to crash.
      We are working on making some changes with plugins directory by using
      www/linux-mplayer-plugin/Makefile.npapi. If there are some other plugins
      that work with Firefox 3 and you would like to use, you can copy them to
      ~/.mozilla/plugins or /usr/local/lib/firefox3/plugins manually for now.
    
    

  • 2008-06-30
    Affects: users of graphics/cairo, graphics/poppler*, and future users of www/firefox3
    Author: FreeBSD GNOME Team <gnome@FreeBSD.org>
    Reason: 
      The poppler* ports have been updated to 0.8.3 and the shared libraries
      have changed.  Firefox 3.0 has been added to the tree as www/firefox3.
      These changes require that all dependent ports be updated.  You can do
      this in one of two ways:
    
    	# portmaster pixman\*
    	# portmaster \*cairo\*
    	# portmaster -r poppler-0.\*
    
      or:
    
    	# pkgdb -Ff
    	# portupgrade pixman\* \*cairo\*
    	# portupgrade -r poppler-0.\*
    
    

Number of commits found: 9

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Nov 2008 12:45:46
Original commit files touched by this commit  3.0.4,1
pav search for other commits by this committer
- Update to 3.0.4

Security:      
https://developer.mozilla.org/devnews/index.php/2008/11/12/firefox-20018-and-304-security-updates-now-available-for-download/
04 Nov 2008 07:15:51
Original commit files touched by this commit  3.0.3,1
 This port version is marked as vulnerable.
ed search for other commits by this committer
Make www/firefox3 work on PowerPC.

There were two things that prevented this port from compiling properly
on PowerPC:

- The `pthread hack' (GECKO_PTHREAD_LIBS) tried to obtain -lpthread from
  the gcc dumpspecs output. It expects these compiler flags to be on the
  first line of output, while on PowerPC the flags are on the second
  line.

- On FreeBSD/powerpc it needs to use the Linux xptcall wrappers.

I am not entirely convinced that it works properly, though. I've seen
Firefox crash inside pthread_mutex_lock during shutdown. I'm committing
these patches anyway, because getting it to compile is already a step
forward.

Approved by:    marcus
01 Oct 2008 21:30:39
Original commit files touched by this commit  3.0.3,1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 3.0.3

Note:
This fixed a problem where users were unable to retrieve saved
passwords or save new passwords (bug 454708)

https://bugzilla.mozilla.org/show_bug.cgi?id=454708

Approved by:    portmgr (marcus)
24 Sep 2008 13:29:35
Original commit files touched by this commit  3.0.2,1
 This port version is marked as vulnerable.
miwi search for other commits by this committer
- Update to 3.0.2

Approved by:    portmgr (pav)
Security:      
http://www.vuxml.org/freebsd/2273879e-8a2f-11dd-a6fe-0030843d3802.html
16 Sep 2008 23:12:59
Original commit files touched by this commit  3.0.1_1,1
 This port version is marked as vulnerable.
gahr search for other commits by this committer
- Fix build on sparc64

Approved by:    gnome (mezz)
Approved by:    portmgr (pav)
27 Jul 2008 21:21:31
Original commit files touched by this commit  3.0.1_1,1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some
changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi.
Bump the PORTREVISION.

Reported by:    a few
Discussed with: my team, FreeBSD GNOME Team
17 Jul 2008 21:35:56
Original commit files touched by this commit  3.0.1,1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Update to 3.0.1.

Security:      
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.1
06 Jul 2008 06:29:53
Original commit files touched by this commit  3.0_2,1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
Fix the build if ${LOCALBASE}/include/base64.h exists from other ports or
unoffical stuff installed.

Reported by:    Oliver Lehmann <lehmann@ans-netz.de>
30 Jun 2008 21:16:22
Original commit files touched by this commit  3.0_2,1
 This port version is marked as vulnerable.
mezz search for other commits by this committer
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.

x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 9

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19405
Broken 158
Deprecated 81
Ignore 444
Forbidden 7
Restricted 271
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 64
Interactive 78
new 24 hours 2
new 48 hours4
new 7 days35
new fortnight69
new month114

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.157 seconds.