2002-11-05 13:00:22 +01:00
|
|
|
======================================================================
|
2004-06-24 18:33:53 +02:00
|
|
|
|
- Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird to 10.0.8
- Update firefox and thunderbird to 16.0
- Update seamonkey to 2.13
- Update all -i18n ports respectively
- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
latency during pause and seeking with HTML5 video
- remove fedisableexcept() hacks, obsolete since FreeBSD 4.0
- support system hunspell dictionaries [1]
- unbreak -esr ports with clang3.2 [2]
- unbreak nss build when CC contains full path [3]
- remove GNOME option grouping [4]
- integrate enigmail into thunderbird/seamonkey as an option [5]
- remove mail/enigmail* [6]
- enable ENIGMAIL, LIGHTNING and GIO options by default
- add more reporters in about:memory: page-faults-hard, page-faults-soft,
resident, vsize
- use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0,
only heap-allocated reporter works in about:memory (see bug 762445)
- use lrintf() instead of slow C cast in bundled libopus
- use libjpeg-turbo's faster color conversion if available during build
- record startup time for telemetry
- use -z origin instead of hardcoding path to gecko runtime
- fail early if incompatible libxul version is installed (in USE_GECKO)
- *miscellaneous cleanups and fixups*
PR: ports/171534 [1]
PR: ports/171566 [2]
PR: ports/172164 [3]
PR: ports/172201 [4]
Discussed with: ale, beat, Jan Beich [5]
Approved by: ale [6]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392
Feature safe: yes
Approved by: portmgr (beat)
2012-10-10 23:13:06 +02:00
|
|
|
smb:// issues (Gvfs/GIO or GNOMEVFS2 option):
|
2004-06-24 18:33:53 +02:00
|
|
|
Network group, machine, and share browsing does not work correctly.
|
|
|
|
|
- Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird to 10.0.8
- Update firefox and thunderbird to 16.0
- Update seamonkey to 2.13
- Update all -i18n ports respectively
- switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better
latency during pause and seeking with HTML5 video
- remove fedisableexcept() hacks, obsolete since FreeBSD 4.0
- support system hunspell dictionaries [1]
- unbreak -esr ports with clang3.2 [2]
- unbreak nss build when CC contains full path [3]
- remove GNOME option grouping [4]
- integrate enigmail into thunderbird/seamonkey as an option [5]
- remove mail/enigmail* [6]
- enable ENIGMAIL, LIGHTNING and GIO options by default
- add more reporters in about:memory: page-faults-hard, page-faults-soft,
resident, vsize
- use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0,
only heap-allocated reporter works in about:memory (see bug 762445)
- use lrintf() instead of slow C cast in bundled libopus
- use libjpeg-turbo's faster color conversion if available during build
- record startup time for telemetry
- use -z origin instead of hardcoding path to gecko runtime
- fail early if incompatible libxul version is installed (in USE_GECKO)
- *miscellaneous cleanups and fixups*
PR: ports/171534 [1]
PR: ports/171566 [2]
PR: ports/172164 [3]
PR: ports/172201 [4]
Discussed with: ale, beat, Jan Beich [5]
Approved by: ale [6]
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392
Feature safe: yes
Approved by: portmgr (beat)
2012-10-10 23:13:06 +02:00
|
|
|
sftp:// (Gvfs/GIO or GNOMEVFS2 option):
|
2004-06-24 18:33:53 +02:00
|
|
|
Only sftp access using public key authentication works. To easily
|
|
|
|
setup public key authentication to "remote_host":
|
|
|
|
|
|
|
|
ssh-keygen -t dsa
|
|
|
|
cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .ssh/authorized_keys"
|
|
|
|
|
2008-02-28 05:39:23 +01:00
|
|
|
The SSH server on remote_host must allow pub key authentication.
|
2004-06-24 18:33:53 +02:00
|
|
|
|
|
|
|
======================================================================
|
|
|
|
|
2011-06-21 23:12:31 +02:00
|
|
|
Firefox and HTML5
|
2010-02-07 22:48:44 +01:00
|
|
|
|
2012-07-26 23:49:58 +02:00
|
|
|
Certain functions used to display HTML5 elements need the sem module
|
2013-04-03 22:27:48 +02:00
|
|
|
only on 8.x releases.
|
2010-02-07 22:48:44 +01:00
|
|
|
|
|
|
|
If your Firefox crashes with the following message while viewing a
|
|
|
|
HTML5 page:
|
|
|
|
"Bad system call (core dumped)"
|
|
|
|
|
|
|
|
you need to load the sem module (kldload sem).
|
|
|
|
|
|
|
|
To load sem on every boot put the following into your
|
|
|
|
/boot/loader.conf:
|
|
|
|
sem_load="YES"
|
|
|
|
|
|
|
|
======================================================================
|
|
|
|
|
2002-11-05 13:00:22 +01:00
|
|
|
Any bug reports should be addressed to the maintainers at:
|
2009-06-15 20:34:53 +02:00
|
|
|
gecko@FreeBSD.org
|
2006-10-14 10:35:50 +02:00
|
|
|
You may also Cc: freebsd-ports@FreeBSD.org. Please do not send
|
2004-02-08 20:37:12 +01:00
|
|
|
bug reports to any other addresses.
|
2002-11-05 13:00:22 +01:00
|
|
|
|
|
|
|
Please include the following information with any bug report:
|
2002-11-10 19:05:10 +01:00
|
|
|
* Output from 'uname -a'.
|
2011-03-22 16:24:49 +01:00
|
|
|
* Output from 'ident /usr/ports/www/firefox/Makefile'
|
2002-11-10 19:05:10 +01:00
|
|
|
* Where/when did the problem occur: configuring, building, or
|
2004-02-11 08:16:17 +01:00
|
|
|
running firefox
|
2002-12-01 22:37:33 +01:00
|
|
|
* How can you reproduce the problem?
|
2002-11-05 13:00:22 +01:00
|
|
|
|
2002-11-07 18:56:33 +01:00
|
|
|
Thank you for your help in testing and reporting bugs, and we hope you
|
2004-02-11 08:16:17 +01:00
|
|
|
enjoy using Firefox.
|
2009-06-15 20:34:53 +02:00
|
|
|
The Maintainers (gecko@)
|
2002-11-05 13:00:22 +01:00
|
|
|
======================================================================
|