--- - branch: MAIN date: Fri Jan 30 07:32:24 UTC 2015 files: - new: '1.92' old: '1.91' path: pkgsrc/www/firefox/PLIST pathrev: pkgsrc/www/firefox/PLIST@1.92 type: modified - new: '1.181' old: '1.180' path: pkgsrc/www/firefox/distinfo pathrev: pkgsrc/www/firefox/distinfo@1.181 type: modified - new: '1.48' old: '1.47' path: pkgsrc/www/firefox/mozilla-common.mk pathrev: pkgsrc/www/firefox/mozilla-common.mk@1.48 type: modified - new: '1.2' old: '1.1' path: pkgsrc/www/firefox/patches/patch-build_gyp.mozbuild pathrev: pkgsrc/www/firefox/patches/patch-build_gyp.mozbuild@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/www/firefox/patches/patch-js_xpconnect_src_xpcprivate.h pathrev: pkgsrc/www/firefox/patches/patch-js_xpconnect_src_xpcprivate.h@1.2 type: modified - new: '1.2' old: '1.1' path: pkgsrc/www/firefox/patches/patch-toolkit_library_moz.build pathrev: pkgsrc/www/firefox/patches/patch-toolkit_library_moz.build@1.2 type: modified - new: '1.6' old: '1.5' path: pkgsrc/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp pathrev: pkgsrc/www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp@1.6 type: modified - new: '1.1' old: '0' path: pkgsrc/www/firefox/patches/patch-ipc_glue_moz.build pathrev: pkgsrc/www/firefox/patches/patch-ipc_glue_moz.build@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/www/firefox/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp pathrev: pkgsrc/www/firefox/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp@1.1 type: added - new: '1.1' old: '0' path: pkgsrc/www/firefox/patches/patch-memory_mozalloc_VolatileBufferOSX.cpp pathrev: pkgsrc/www/firefox/patches/patch-memory_mozalloc_VolatileBufferOSX.cpp@1.1 type: added - new: '1.5' old: '0' path: pkgsrc/www/firefox/patches/patch-toolkit_xre_nsAppRunner.cpp pathrev: pkgsrc/www/firefox/patches/patch-toolkit_xre_nsAppRunner.cpp@1.5 type: added - new: '1.10' old: '1.9' path: pkgsrc/www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp pathrev: pkgsrc/www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp@1.10 type: modified - new: '1.4' old: '0' path: pkgsrc/www/firefox/patches/patch-xpcom_build_PoisonIOInterposer.h pathrev: pkgsrc/www/firefox/patches/patch-xpcom_build_PoisonIOInterposer.h@1.4 type: added - new: '1.3' old: '0' path: pkgsrc/www/firefox/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp pathrev: pkgsrc/www/firefox/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp@1.3 type: added id: 20150130T073224Z.0f51cdeb804998377c2698672a6cc44e4e357227 log: | Fix many issues on Darwin PLIST: * lib/firefox/libmozglue.so is built and installed as a shared library on some platforms including Darwin. mozilla-common.mk: * Sandboxing support is only available when the toolkit is cairo-cocoa. * It tries to use MacOS X 10.6 SDK by default, which is not always possible. patches/patch-build_gyp.mozbuild: * Don't assume iOS just because the toolkit is not cocoa. Ideally there should be an AC_SUBST just like 'ARM_ARCH' but nothing exists currently. * MacOS X SDK version should be able to configure with ./configure --enable-macos-target=VER patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp: * NS_NewNativeLocalFile() can fail and leave hunDir null, so we must check if it succeeded. This is not Darwin specific though. * "%%LOCALBASE%%" in the hunspell path is currently not substituted, which looks very erroneous to me. But since I don't know why ryoon@ changed it from "@PREFIX@" to "%%LOCALBASE%%" I leave it as it is. patches/patch-ipc_glue_moz.build: * Don't assume cocoa toolkit just because OS_ARCH is Darwin. patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp: * Increase portability for non-x86 Darwin by not hardwiring x86_THREAD_STATE. patches/patch-js_xpconnect_src_xpcprivate.h: * The declaration has to be C++11 'extern template', otherwise non-weak symbol collision will occur between libmozjs and libxul. We can't easily test if the feature is supported by compiler due to GCC bug #1773: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773 patches/patch-memory_mozalloc_VolatileBufferOSX.cpp: * Try to fallback to valloc(3) if posix_memalign(3) is not avialble. It has been added since MacOS 10.6. patches/patch-toolkit_library_moz.build: * GSTREAMER_LIBS are linked to libxul on Darwin, while they are dlopen(3)'ed at runtime on other platforms. The problem is that the toolkit being cocoa isn't relevant at all. It's Darwin that needs the special handling, not Cocoa. patches/patch-toolkit_xre_nsAppRunner.cpp: * MacOS X < 10.6 had an undocumented behavior concerning execve(2) inside a threaded process. If a process tried to call execve(2) and had more than one active thread, the kernel returned ENOTSUP. So we have to either fork(2) or vfork(2) before calling execve(2) to make sure the caller is single-threaded as otherwise the application fails to restart itself. patches/patch-xpcom_base_nsStackWalk.cpp, patches/patch-xpcom_build_PoisonIOInterposer.h: * Replace XP_MACOSX with XP_DARWIN as the former is not defined when the toolkit is not cocoa. patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp: * Fix inconsistent use of XP_DARWIN and XP_MACOSX: LEADING_UNDERSCORE should be empty when we are going to load XPCOM using dlopen(3), not NSAddImage(). module: pkgsrc subject: 'CVS commit: pkgsrc/www/firefox' unixtime: '1422603144' user: pho