CVSROOT: /cvs Module name: ports Changes by: lan...@cvs.openbsd.org 2013/01/11 15:57:14
Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-browser_app_profile_firefox_js patch-gfx_thebes_gfxPlatform_cpp patch-js_src_configure_in patch-storage_src_mozStorageConnection_cpp patch-toolkit_components_downloads_nsDownloadManager_cpp patch-toolkit_library_Makefile_in patch-toolkit_mozapps_installer_packager_mk patch-toolkit_xre_nsXREDirProvider_cpp Removed files: www/mozilla-firefox/patches: patch-ipc_chromium_src_base_atomicops_h Log message: Update to firefox 18.0 : - see http://www.mozilla.org/en-US/firefox/18.0/releasenotes/ - fixes MFSA 2013-14 -> 20 - build with clang on i386/amd64 and with gcc 4.6 on powerpc. Required since upstream dropped support for gcc < 4.4. - don't build against systemwide jpeg anymore since it now needs its internal libjpeg-turbo. - add a stub method to sydney_audio_sndio.c in post-patch. Cant add it to the file in cvs directly otherwise it breaks other mozillas - remove patch-ipc_chromium_src_base_atomicops_h, not needed anymore ok sthen@