WebKit violates W^X, so binaries linked with it need to be "wxneeded".
Pkg-config files seem to be an appropriate mean of automating this task.
Discussed with ajacoutot@
This commit moves the chromium port to use gn to generate ninja files
which will hopefully resolve the random build errors. Gyp is dead so
this move has to be done anyway.
Also change the way how we handle openbsd. Let's assume we are running
on linux and only handle !linux cases where needed. This also ensures
that a change on linux will for sure end up in our builds as well.
- fix pre-patch target to allow multiple FLAVORs (thanks ajacoutot@ and phessler@)
- add 'mailproxy' FLAVOR to enable mail_pop3_module, mail_imap_module,
and mail_smtp_module (requested by Lyndon Nerenberg)
- sort the FLAVORs alphabetically in the README
ok ajacoutot@ robert@
- See https://www.mozilla.org/en-US/firefox/48.0/releasenotes/
- Fixes MFSA 2016-62->84
- See
https://blog.mozilla.org/blog/2016/08/02/exciting-improvements-in-firefox-for-desktop-and-android/
for user-facing changes
- Switch CONFIGURE_STYLE to simple as it's really not a gnu script
anymore..
- Remove gtk 3.20 jumbo patch, most gtk3 issues are either fixed or
being worked on, and the patch isnt maintainable
- Remove patch-gfx_skia_moz_build, it isn't needed anymore on i386, and
SSE2 will soon be a hard runtime requirement anyway
- Remove patch-media_libcubeb_src_cubeb_sndio_c, merged upstream (#1153151 & #1153179)
- Remove
patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops_h,
merged upstream (#1192556)
- Note that WebRT was removed
https://www.elastic.co/blog/kibana-4-5-3-and-4-1-10:
"Kibana has important fix regarding tile maps, it stopped working
yesterday due to MapQuest discontinued tile API access which was used by Kibana"
from Pavel Korovin (MAINTAINER)
ok aja@ sthen@
MODGNU_AUTOCONF_DEPENDS being automagically set because CONFIGURE_STYLE
happens to be gnu, or not. Mozilla configure doesnt really use
autoconf-2.13 anyway in recent versions, but still checks for its presence...
Reported by naddy@ several times.. thought i had fixed it