mod_perl/ap2-mod_perl builds and packaged separately, to avoid conflicts
between the two mod_perls. This isn't needed any more so move them into
the man ap2-mod_perl package, fixing a loop found by nigel@.
feel free to submit apache2 variants of these if wanted and still useful.
(this isn't all of them: those which are dependencies of other ports
will come later).
en-US langpack was removed, but ach (Acholi), an (Aragonese), as
(Assamese), az (Azerbaijani), dsb (Lower Sorbian), ff (Pulaar-Fulfulde),
hsb (Upper Sorbian), km (Khmer), lij (Ligurian), ms (Malay) and xh
(Xhosa) were added.
- See https://www.mozilla.org/en-US/firefox/45.1.0/releasenotes/
- Fixes MFSA 2016-39, 44 & 47
- Stays with Gtk2 for now, will probably move to Gtk3 with 52 at the end
of the year
- Bring some patches from www/mozilla-firefox to fix build issues/enable
W^X/etc
- Disable gstreamer, now uses ffmpeg at runtime of found like firefox
- Use bundled libevent
- 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)
- shuffle MODMOZ_WANTLIB & MODMOZ_LIB_DEPENDS depending on gtk3 status.
When using Gtk3, Gtk2 is still in the dependencies..
- introduce MOZILLA_USE_GTK3 flag to be set in a client port
- fix the WRKDIST setting depending on MOZILLA_PROJECT, xulrunner will
be the last one 'different'...