pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: pho
Date: Fri May 30 10:22:06 UTC 2014
Modified Files:
pkgsrc/www/firefox: distinfo
pkgsrc/www/firefox/patches: patch-aa patch-browser_app_nsBrowserApp.cpp
patch-dom_plugins_ipc_PluginModuleChild.cpp
patch-dom_system_OSFileConstants.cpp
patch-toolkit_xre_nsEmbedFunctions.cpp
patch-xpcom_base_nsStackWalk.cpp
Added Files:
pkgsrc/www/firefox/patches: patch-xpcom_build_PoisonIOInterposer.h
patch-xpcom_glue_standalone_nsXPCOMGlue.cpp
Removed Files:
pkgsrc/www/firefox/patches: patch-browser_components_build_nsModule.cpp
patch-content_base_src_nsObjectLoadingContent.cpp
patch-content_canvas_src_WebGLContext.h
patch-content_svg_content_src_SVGComponentTransferFunctionElement.h
patch-content_svg_content_src_nsSVGFilters.cpp
patch-content_svg_content_src_nsSVGFilters.h
patch-dom_events_nsEventStateManager.cpp
patch-dom_indexedDB_IDBEvents.cpp patch-dom_indexedDB_IDBEvents.h
patch-dom_plugins_base_PluginPRLibrary.cpp
patch-dom_plugins_base_PluginPRLibrary.h
patch-dom_plugins_base_npapi.h patch-dom_plugins_base_npfunctions.h
patch-dom_plugins_base_nsNPAPIPlugin.cpp
patch-dom_plugins_base_nsNPAPIPluginInstance.cpp
patch-dom_plugins_base_nsNPAPIPluginInstance.h
patch-dom_plugins_base_nsPluginHost.cpp
patch-dom_plugins_base_nsPluginInstanceOwner.cpp
patch-dom_plugins_base_nsPluginInstanceOwner.h
patch-dom_plugins_ipc_PluginInstanceChild.cpp
patch-dom_plugins_ipc_PluginInstanceChild.h
patch-dom_plugins_ipc_PluginInstanceParent.cpp
patch-dom_plugins_ipc_PluginLibrary.h
patch-dom_plugins_ipc_PluginMessageUtils.cpp
patch-dom_plugins_ipc_PluginMessageUtils.h
patch-dom_plugins_ipc_PluginModuleParent.cpp
patch-dom_plugins_ipc_PluginModuleParent.h patch-gfx_2d_Factory.cpp
patch-gfx_gl_GLContext.cpp patch-gfx_gl_GLContextFeatures.cpp
patch-gfx_gl_GLContextProvider.h patch-gfx_gl_GLScreenBuffer.cpp
patch-gfx_gl_GLTextureImage.cpp patch-gfx_layers_ImageContainer.cpp
patch-gfx_layers_basic_BasicImages.cpp
patch-gfx_layers_basic_TextureHostBasic.cpp
patch-gfx_layers_client_ClientCanvasLayer.cpp
patch-gfx_layers_composite_LayerManagerComposite.cpp
patch-gfx_layers_opengl_TextureHostOGL.cpp
patch-gfx_src_nsDeviceContext.cpp patch-gfx_thebes_gfxFont.cpp
patch-gfx_thebes_gfxPlatform.cpp patch-image_src_imgFrame.cpp
patch-image_src_imgFrame.h
patch-intl_locale_src_nsLocaleConstructors.h
patch-intl_locale_src_nsLocaleService.cpp
patch-js_xpconnect_shell_xpcshell.cpp
patch-layout_generic_nsObjectFrame.cpp
patch-netwerk_build_nsNetModule.cpp
patch-netwerk_protocol_http_nsHttpHandler.cpp
patch-profile_dirserviceprovider_src_nsProfileLock.cpp
patch-toolkit_components_downloads_nsDownloadManager.cpp
patch-toolkit_components_jsdownloads_src_DownloadPlatform.cpp
patch-toolkit_library_nsStaticXULComponents.cpp
patch-toolkit_profile_nsToolkitProfileService.cpp
patch-toolkit_xre_nsAppRunner.cpp
patch-toolkit_xre_nsXREDirProvider.cpp
patch-uriloader_exthandler_nsExternalHelperAppService.cpp
patch-uriloader_exthandler_nsLocalHandlerApp.h
patch-widget_shared_NativeKeyToDOMKeyName.h
patch-widget_xpwidgets_nsBaseWidget.cpp
patch-xpcom_base_nsUUIDGenerator.cpp
patch-xpcom_base_nsUUIDGenerator.h patch-xpcom_build_BinaryPath.h
patch-xpfe_appshell_src_nsWebShellWindow.cpp
Log Message:
PR pkg/48840: Remove most patches that I have recently added
The preprocessor macro XP_MACOSX is misused everywhere. They tend to
say "#if defined(XP_MACOSX)" to actually mean
"#if defined(MOZ_WIDGET_COCOA)". It's okay to equate XP_MACOSX with
XP_DARWIN but equating it with MOZ_WIDGET_COCOA is just wrong. As a
result, cairo-gtk2 build on Darwin is completely broken and needs
heavy patching. Ideally they should be fixed individually but that
will be an extremely hard work, so don't define XP_MACOSX for now.
To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/firefox/patches/patch-aa
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/www/firefox/patches/patch-browser_app_nsBrowserApp.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleChild.cpp \
pkgsrc/www/firefox/patches/patch-toolkit_xre_nsEmbedFunctions.cpp
cvs rdiff -u -r1.1 -r0 \
pkgsrc/www/firefox/patches/patch-browser_components_build_nsModule.cpp \
pkgsrc/www/firefox/patches/patch-content_base_src_nsObjectLoadingContent.cpp \
pkgsrc/www/firefox/patches/patch-content_canvas_src_WebGLContext.h \
pkgsrc/www/firefox/patches/patch-content_svg_content_src_SVGComponentTransferFunctionElement.h
\
pkgsrc/www/firefox/patches/patch-content_svg_content_src_nsSVGFilters.cpp \
pkgsrc/www/firefox/patches/patch-content_svg_content_src_nsSVGFilters.h \
pkgsrc/www/firefox/patches/patch-dom_events_nsEventStateManager.cpp \
pkgsrc/www/firefox/patches/patch-dom_indexedDB_IDBEvents.cpp \
pkgsrc/www/firefox/patches/patch-dom_indexedDB_IDBEvents.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_PluginPRLibrary.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_PluginPRLibrary.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_npapi.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_npfunctions.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsNPAPIPlugin.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsNPAPIPluginInstance.cpp
\
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsNPAPIPluginInstance.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsPluginHost.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsPluginInstanceOwner.cpp
\
pkgsrc/www/firefox/patches/patch-dom_plugins_base_nsPluginInstanceOwner.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginInstanceChild.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginInstanceChild.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginInstanceParent.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginLibrary.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginMessageUtils.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginMessageUtils.h \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleParent.cpp \
pkgsrc/www/firefox/patches/patch-dom_plugins_ipc_PluginModuleParent.h \
pkgsrc/www/firefox/patches/patch-gfx_2d_Factory.cpp \
pkgsrc/www/firefox/patches/patch-gfx_gl_GLContext.cpp \
pkgsrc/www/firefox/patches/patch-gfx_gl_GLContextFeatures.cpp \
pkgsrc/www/firefox/patches/patch-gfx_gl_GLContextProvider.h \
pkgsrc/www/firefox/patches/patch-gfx_gl_GLScreenBuffer.cpp \
pkgsrc/www/firefox/patches/patch-gfx_gl_GLTextureImage.cpp \
pkgsrc/www/firefox/patches/patch-gfx_layers_ImageContainer.cpp \
pkgsrc/www/firefox/patches/patch-gfx_layers_basic_BasicImages.cpp \
pkgsrc/www/firefox/patches/patch-gfx_layers_basic_TextureHostBasic.cpp \
pkgsrc/www/firefox/patches/patch-gfx_layers_client_ClientCanvasLayer.cpp \
pkgsrc/www/firefox/patches/patch-gfx_layers_composite_LayerManagerComposite.cpp
\
pkgsrc/www/firefox/patches/patch-gfx_layers_opengl_TextureHostOGL.cpp \
pkgsrc/www/firefox/patches/patch-gfx_src_nsDeviceContext.cpp \
pkgsrc/www/firefox/patches/patch-gfx_thebes_gfxFont.cpp \
pkgsrc/www/firefox/patches/patch-image_src_imgFrame.cpp \
pkgsrc/www/firefox/patches/patch-image_src_imgFrame.h \
pkgsrc/www/firefox/patches/patch-intl_locale_src_nsLocaleConstructors.h \
pkgsrc/www/firefox/patches/patch-intl_locale_src_nsLocaleService.cpp \
pkgsrc/www/firefox/patches/patch-js_xpconnect_shell_xpcshell.cpp \
pkgsrc/www/firefox/patches/patch-layout_generic_nsObjectFrame.cpp \
pkgsrc/www/firefox/patches/patch-netwerk_build_nsNetModule.cpp \
pkgsrc/www/firefox/patches/patch-netwerk_protocol_http_nsHttpHandler.cpp \
pkgsrc/www/firefox/patches/patch-profile_dirserviceprovider_src_nsProfileLock.cpp
\
pkgsrc/www/firefox/patches/patch-toolkit_components_downloads_nsDownloadManager.cpp
\
pkgsrc/www/firefox/patches/patch-toolkit_components_jsdownloads_src_DownloadPlatform.cpp
\
pkgsrc/www/firefox/patches/patch-toolkit_library_nsStaticXULComponents.cpp \
pkgsrc/www/firefox/patches/patch-toolkit_profile_nsToolkitProfileService.cpp \
pkgsrc/www/firefox/patches/patch-toolkit_xre_nsAppRunner.cpp \
pkgsrc/www/firefox/patches/patch-toolkit_xre_nsXREDirProvider.cpp \
pkgsrc/www/firefox/patches/patch-uriloader_exthandler_nsExternalHelperAppService.cpp
\
pkgsrc/www/firefox/patches/patch-uriloader_exthandler_nsLocalHandlerApp.h \
pkgsrc/www/firefox/patches/patch-widget_shared_NativeKeyToDOMKeyName.h \
pkgsrc/www/firefox/patches/patch-widget_xpwidgets_nsBaseWidget.cpp \
pkgsrc/www/firefox/patches/patch-xpcom_base_nsUUIDGenerator.cpp \
pkgsrc/www/firefox/patches/patch-xpcom_base_nsUUIDGenerator.h \
pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h \
pkgsrc/www/firefox/patches/patch-xpfe_appshell_src_nsWebShellWindow.cpp
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/www/firefox/patches/patch-dom_system_OSFileConstants.cpp
cvs rdiff -u -r1.3 -r0 \
pkgsrc/www/firefox/patches/patch-gfx_thebes_gfxPlatform.cpp
cvs rdiff -u -r1.5 -r1.6 \
pkgsrc/www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/firefox/patches/patch-xpcom_build_PoisonIOInterposer.h \
pkgsrc/www/firefox/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index