CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/04/27 07:50:28
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches: patch-gfx_skia_moz_build
patch-storage_mozStorageConnection_cpp
patch-widget_nsPrintSettingsImpl_cpp
www/mozilla-firefox/pkg: PLIST README
Added files:
www/mozilla-firefox/patches: patch-gtk3.20.diff
patch-media_ffvpx_config_h
patch-media_libcubeb_src_cubeb_sndio_c
Log message:
Update to firefox 46.0.
- See https://www.mozilla.org/en-US/firefox/46.0/releasenotes/
- Fixes MFSA 2016-39 -> 48
- Switch to use Gtk3 by default (finally!), following the upstream move
- Add a jumbo patch from Fedora to fix several issues with Gtk 3.20
(#1234158)
- Leave WebRTC enabled. The code builds, sort-of works, sound support
is not really there, but this way ppl will dogfood/test it. If you
encounter issues, go to bugzilla.mozilla.org and get involved with
upstream.
- If you want to disable WebRTC, just toggle media.peerconnection.enabled
to false in about:config.
- Stop using systemwide sqlite, build the bundled one instead. Simpler,
as it often forced us to update sqlite in base...
- Add patch from #1239550 to fix the build in ffvpx
- Backport two cubeb patches from ratchov@ already commited upstream
(#1153151 & #1153179)
- Remove the obsolete gstreamer section from README, from Brad (and others)