pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update to 12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db175526896d
branches:  trunk
changeset: 603020:db175526896d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 26 13:30:29 2012 +0000

description:
Update to 12.0

Changelog:
* Page Source now has line numbers
* Line breaks are now supported in the title attribute
* Improvements to "Find in Page" to center search result
* URLs pasted into the download manager window are now automatically downloaded
* Support for the text-align-last CSS property has been added
* Various security fixes
* Some TinyMCE-based editors failed to load (739141)

diffstat:

 devel/xulrunner/Makefile                                                         |    9 +-
 devel/xulrunner/PLIST                                                            |  371 ++++++---
 devel/xulrunner/dist.mk                                                          |    9 +-
 devel/xulrunner/distinfo                                                         |   25 +-
 devel/xulrunner/options.mk                                                       |   23 +-
 devel/xulrunner/patches/patch-aa                                                 |   52 +-
 devel/xulrunner/patches/patch-al                                                 |    8 +-
 devel/xulrunner/patches/patch-bi                                                 |    8 +-
 devel/xulrunner/patches/patch-build_autoconf_gcc-pr49911.m4                      |   13 -
 devel/xulrunner/patches/patch-gfx_thebes_gfxPlatform.cpp                         |   36 +
 devel/xulrunner/patches/patch-js_src_build_autoconf_gcc-pr49911.m4               |   13 -
 devel/xulrunner/patches/patch-media_libsydneyaudio_src_sydney_audio_pulseaudio.c |   14 +
 devel/xulrunner/patches/patch-mm                                                 |    8 +-
 devel/xulrunner/patches/patch-storage_src_Makefile.in                            |   29 +
 devel/xulrunner/patches/patch-storage_src_mozStorageService.cpp                  |   27 +
 devel/xulrunner/patches/patch-toolkit_toolkit-tiers.mk                           |    8 +-
 devel/xulrunner/patches/patch-xpcom_idl-parser_header.py                         |   17 -
 www/firefox/PLIST                                                                |   89 +-
 18 files changed, 450 insertions(+), 309 deletions(-)

diffs (truncated from 1789 to 300 lines):

diff -r 0596f18b497b -r db175526896d devel/xulrunner/Makefile
--- a/devel/xulrunner/Makefile  Thu Apr 26 13:27:43 2012 +0000
+++ b/devel/xulrunner/Makefile  Thu Apr 26 13:30:29 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2012/03/21 10:40:25 drochner Exp $
+# $NetBSD: Makefile,v 1.71 2012/04/26 13:30:29 ryoon Exp $
 
 .include "dist.mk"
 PKGNAME=       xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-PKGREVISION=   1
 CATEGORIES=    devel www
 
 MAINTAINER=    tnn%NetBSD.org@localhost
@@ -29,7 +28,7 @@
 MAKE_ENV+=             FREEBL_NO_DEPEND=0
 
 # workround for link of xulrunner-bin etc.
-LDFLAGS+=              -Wl,-rpath,${PREFIX}/lib/xulrunner
+LDFLAGS+=              -Wl,-rpath,${PREFIX}/lib/xulrunner -Wl,-rpath,${PREFIX}/lib
 
 .include "mozilla-common.mk"
 .include "options.mk"
@@ -54,5 +53,9 @@
        ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
        ${INSTALL_SCRIPT} ${WRKSRC}/dist/sdk/bin/xpt.py                 \
          ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
+       ${INSTALL_LIB} ${WRKSRC}/mozglue/build/libmozglue.a             \
+               ${DESTDIR}${PREFIX}/lib/xulrunner
+       ${INSTALL_LIB} ${WRKSRC}/mozglue/build/libmozglue.a             \
+               ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/lib
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0596f18b497b -r db175526896d devel/xulrunner/PLIST
--- a/devel/xulrunner/PLIST     Thu Apr 26 13:27:43 2012 +0000
+++ b/devel/xulrunner/PLIST     Thu Apr 26 13:30:29 2012 +0000
@@ -1,11 +1,14 @@
-@comment $NetBSD: PLIST,v 1.40 2012/03/29 20:32:34 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.41 2012/04/26 13:30:29 ryoon Exp $
 bin/xulrunner
 include/xulrunner/AtkSocketAccessible.h
 include/xulrunner/BasicLayers.h
 include/xulrunner/CheckedInt.h
 include/xulrunner/CustomQS_Canvas2D.h
 include/xulrunner/CustomQS_WebGL.h
+include/xulrunner/DictionaryHelpers.h
 include/xulrunner/EGLUtils.h
+include/xulrunner/EventTracer.h
+include/xulrunner/ForceDiscreteGPUHelperCGL.h
 include/xulrunner/FrameLayerBuilder.h
 include/xulrunner/FramePropertyTable.h
 include/xulrunner/GLContext.h
@@ -14,15 +17,16 @@
 include/xulrunner/GLContextSymbols.h
 include/xulrunner/GLDefs.h
 include/xulrunner/GLXLibrary.h
+include/xulrunner/GfxInfoCollector.h
 include/xulrunner/IJSDebugger.h
 include/xulrunner/IPC/IPCMessageUtils.h
-include/xulrunner/IPC/ShadowLayerUtils.h
 include/xulrunner/IPC/nsGUIEventIPC.h
 include/xulrunner/ImageErrors.h
 include/xulrunner/ImageLayers.h
 include/xulrunner/ImageLogging.h
 include/xulrunner/LayerManagerOGL.h
 include/xulrunner/LayerManagerOGLProgram.h
+include/xulrunner/LayerSorter.h
 include/xulrunner/Layers.h
 include/xulrunner/PCOMContentPermissionRequestChild.h
 include/xulrunner/PPrefTuple.h
@@ -34,17 +38,20 @@
 include/xulrunner/amIInstallTrigger.h
 include/xulrunner/amIWebInstallListener.h
 include/xulrunner/amIWebInstaller.h
-include/xulrunner/angle/ResourceLimits.h
 include/xulrunner/angle/ShaderLang.h
 include/xulrunner/chromium_types.h
 include/xulrunner/dmd.h
+include/xulrunner/dombindings.h
+include/xulrunner/dombindings_gen.h
 include/xulrunner/domstubs.h
+include/xulrunner/ds/BitArray.h
 include/xulrunner/expat.h
 include/xulrunner/expat_config.h
 include/xulrunner/expat_external.h
 include/xulrunner/extIApplication.h
 include/xulrunner/ftpCore.h
 include/xulrunner/gc/Barrier.h
+include/xulrunner/gc/Statistics.h
 include/xulrunner/gfx2DGlue.h
 include/xulrunner/gfx3DMatrix.h
 include/xulrunner/gfxASurface.h
@@ -64,6 +71,7 @@
 include/xulrunner/gfxFontUtils.h
 include/xulrunner/gfxGdkNativeRenderer.h
 include/xulrunner/gfxImageSurface.h
+include/xulrunner/gfxLineSegment.h
 include/xulrunner/gfxMatrix.h
 include/xulrunner/gfxPDFSurface.h
 include/xulrunner/gfxPSSurface.h
@@ -75,23 +83,23 @@
 include/xulrunner/gfxPoint.h
 include/xulrunner/gfxPoint3D.h
 include/xulrunner/gfxPointH3D.h
+include/xulrunner/gfxQuad.h
 include/xulrunner/gfxQuaternion.h
 include/xulrunner/gfxRect.h
 include/xulrunner/gfxSharedImageSurface.h
 include/xulrunner/gfxSkipChars.h
 include/xulrunner/gfxTeeSurface.h
-include/xulrunner/gfxTextRunCache.h
-include/xulrunner/gfxTextRunWordCache.h
 include/xulrunner/gfxTypes.h
 include/xulrunner/gfxUnicodeProperties.h
 include/xulrunner/gfxUserFontSet.h
 include/xulrunner/gfxUtils.h
 include/xulrunner/gfxXlibNativeRenderer.h
 include/xulrunner/gfxXlibSurface.h
+include/xulrunner/gfxipc/ShadowLayerUtils.h
 include/xulrunner/graphite2/Font.h
+include/xulrunner/graphite2/Log.h
 include/xulrunner/graphite2/Segment.h
 include/xulrunner/graphite2/Types.h
-include/xulrunner/graphite2/XmlLog.h
 include/xulrunner/gtk2xtbin.h
 include/xulrunner/harfbuzz/hb-blob.h
 include/xulrunner/harfbuzz/hb-buffer.h
@@ -121,13 +129,17 @@
 include/xulrunner/inIFlasher.h
 include/xulrunner/inISearchObserver.h
 include/xulrunner/inISearchProcess.h
-${PLIST.jemalloc}include/xulrunner/jemalloc.h
-${PLIST.jemalloc}include/xulrunner/jemalloc_types.h
 include/xulrunner/jArray.h
 ${PLIST.jemalloc}include/xulrunner/jemalloc.h
 ${PLIST.jemalloc}include/xulrunner/jemalloc_types.h
 include/xulrunner/js-config.h
 include/xulrunner/js.msg
+include/xulrunner/js/HashTable.h
+include/xulrunner/js/LegacyIntTypes.h
+include/xulrunner/js/MemoryMetrics.h
+include/xulrunner/js/TemplateLib.h
+include/xulrunner/js/Utility.h
+include/xulrunner/js/Vector.h
 include/xulrunner/jsalloc.h
 include/xulrunner/jsapi.h
 include/xulrunner/jsatom.h
@@ -136,11 +148,9 @@
 include/xulrunner/jsclass.h
 include/xulrunner/jsclist.h
 include/xulrunner/jsclone.h
-include/xulrunner/jscntxt.h
 include/xulrunner/jscompat.h
-include/xulrunner/jscrashreport.h
+include/xulrunner/jscpucfg.h
 include/xulrunner/jsdIDebuggerService.h
-include/xulrunner/jsdate.h
 include/xulrunner/jsdbgapi.h
 include/xulrunner/jsdebug.h
 include/xulrunner/jsdhash.h
@@ -155,15 +165,11 @@
 include/xulrunner/jsopcode.tbl
 include/xulrunner/jsperf.h
 include/xulrunner/jsprf.h
-include/xulrunner/jspropertycache.h
-include/xulrunner/jspropertytree.h
 include/xulrunner/jsproto.tbl
 include/xulrunner/jsproxy.h
 include/xulrunner/jsprvtd.h
 include/xulrunner/jspubtd.h
-include/xulrunner/jsreflect.h
 include/xulrunner/jsstdint.h
-include/xulrunner/jsstr.h
 include/xulrunner/jstypedarray.h
 include/xulrunner/jstypes.h
 include/xulrunner/jsutil.h
@@ -172,6 +178,7 @@
 include/xulrunner/jswrapper.h
 include/xulrunner/jsxdrapi.h
 include/xulrunner/mar.h
+include/xulrunner/mar_cmdline.h
 include/xulrunner/mozAutoDocUpdate.h
 include/xulrunner/mozFlushType.h
 include/xulrunner/mozIAsyncFavicons.h
@@ -210,24 +217,38 @@
 include/xulrunner/mozStorageHelper.h
 include/xulrunner/mozcontainer.h
 include/xulrunner/mozilla-config.h
+include/xulrunner/mozilla/Assertions.h
+include/xulrunner/mozilla/Attributes.h
 include/xulrunner/mozilla/AutoRestore.h
+include/xulrunner/mozilla/AvailableMemoryTracker.h
 include/xulrunner/mozilla/Base64.h
 include/xulrunner/mozilla/BlockingResourceBase.h
 include/xulrunner/mozilla/CharTokenizer.h
+include/xulrunner/mozilla/ClearOnShutdown.h
 include/xulrunner/mozilla/CondVar.h
 include/xulrunner/mozilla/DeadlockDetector.h
+include/xulrunner/mozilla/FileLocation.h
 include/xulrunner/mozilla/FileUtils.h
 include/xulrunner/mozilla/FunctionTimer.h
 include/xulrunner/mozilla/GenericFactory.h
+include/xulrunner/mozilla/GuardObjects.h
+include/xulrunner/mozilla/Hal.h
+include/xulrunner/mozilla/HalImpl.h
+include/xulrunner/mozilla/HalSandbox.h
+include/xulrunner/mozilla/HangMonitor.h
 include/xulrunner/mozilla/IHistory.h
 include/xulrunner/mozilla/IntentionalCrash.h
+include/xulrunner/mozilla/LazyIdleThread.h
+include/xulrunner/mozilla/LinkedList.h
 include/xulrunner/mozilla/LookAndFeel.h
+include/xulrunner/mozilla/MSStdInt.h
 include/xulrunner/mozilla/MapsMemoryReporter.h
 include/xulrunner/mozilla/Module.h
 include/xulrunner/mozilla/ModuleLoader.h
 include/xulrunner/mozilla/ModuleUtils.h
 include/xulrunner/mozilla/Monitor.h
 include/xulrunner/mozilla/Mutex.h
+include/xulrunner/mozilla/Observer.h
 include/xulrunner/mozilla/Omnijar.h
 include/xulrunner/mozilla/PaintTracker.h
 include/xulrunner/mozilla/PluginLibrary.h
@@ -239,6 +260,9 @@
 include/xulrunner/mozilla/SSE.h
 include/xulrunner/mozilla/ServiceList.h
 include/xulrunner/mozilla/Services.h
+include/xulrunner/mozilla/StartupTimeline.h
+include/xulrunner/mozilla/StdInt.h
+include/xulrunner/mozilla/StringBuilder.h
 include/xulrunner/mozilla/Telemetry.h
 include/xulrunner/mozilla/TelemetryHistograms.h
 include/xulrunner/mozilla/TimeStamp.h
@@ -247,6 +271,8 @@
 include/xulrunner/mozilla/WidgetTraceEvent.h
 include/xulrunner/mozilla/X11Util.h
 include/xulrunner/mozilla/XPCOM.h
+include/xulrunner/mozilla/a11y/FocusManager.h
+include/xulrunner/mozilla/a11y/Role.h
 include/xulrunner/mozilla/a11y/States.h
 include/xulrunner/mozilla/arm.h
 include/xulrunner/mozilla/chrome/RegistryMessageUtils.h
@@ -266,6 +292,7 @@
 include/xulrunner/mozilla/dom/ContentProcess.h
 include/xulrunner/mozilla/dom/CrashReporterChild.h
 include/xulrunner/mozilla/dom/CrashReporterParent.h
+include/xulrunner/mozilla/dom/DOMError.h
 include/xulrunner/mozilla/dom/Element.h
 include/xulrunner/mozilla/dom/ExternalHelperAppChild.h
 include/xulrunner/mozilla/dom/ExternalHelperAppParent.h
@@ -275,7 +302,12 @@
 include/xulrunner/mozilla/dom/StorageParent.h
 include/xulrunner/mozilla/dom/StructuredCloneTags.h
 include/xulrunner/mozilla/dom/TabChild.h
+include/xulrunner/mozilla/dom/TabMessageUtils.h
 include/xulrunner/mozilla/dom/TabParent.h
+include/xulrunner/mozilla/dom/battery/Constants.h
+include/xulrunner/mozilla/dom/battery/Types.h
+include/xulrunner/mozilla/dom/indexedDB/FileInfo.h
+include/xulrunner/mozilla/dom/indexedDB/FileManager.h
 include/xulrunner/mozilla/dom/indexedDB/IDBCursor.h
 include/xulrunner/mozilla/dom/indexedDB/IDBDatabase.h
 include/xulrunner/mozilla/dom/indexedDB/IDBEvents.h
@@ -285,10 +317,21 @@
 include/xulrunner/mozilla/dom/indexedDB/IDBObjectStore.h
 include/xulrunner/mozilla/dom/indexedDB/IDBRequest.h
 include/xulrunner/mozilla/dom/indexedDB/IDBTransaction.h
+include/xulrunner/mozilla/dom/indexedDB/IDBWrapperCache.h
 include/xulrunner/mozilla/dom/indexedDB/IndexedDatabase.h
 include/xulrunner/mozilla/dom/indexedDB/IndexedDatabaseManager.h
 include/xulrunner/mozilla/dom/indexedDB/Key.h
-include/xulrunner/mozilla/dom/indexedDB/LazyIdleThread.h
+include/xulrunner/mozilla/dom/network/Constants.h
+include/xulrunner/mozilla/dom/network/Types.h
+include/xulrunner/mozilla/dom/network/Utils.h
+include/xulrunner/mozilla/dom/sms/Constants.h
+include/xulrunner/mozilla/dom/sms/SmsChild.h
+include/xulrunner/mozilla/dom/sms/SmsMessage.h
+include/xulrunner/mozilla/dom/sms/SmsParent.h
+include/xulrunner/mozilla/dom/sms/SmsRequest.h
+include/xulrunner/mozilla/dom/sms/SmsRequestManager.h
+include/xulrunner/mozilla/dom/sms/SmsServicesFactory.h
+include/xulrunner/mozilla/dom/sms/Types.h
 include/xulrunner/mozilla/dom/workers/Workers.h
 include/xulrunner/mozilla/gfx/2D.h
 include/xulrunner/mozilla/gfx/BaseMargin.h
@@ -297,11 +340,14 @@
 include/xulrunner/mozilla/gfx/BasePoint4D.h
 include/xulrunner/mozilla/gfx/BaseRect.h
 include/xulrunner/mozilla/gfx/BaseSize.h
+include/xulrunner/mozilla/gfx/Blur.h
 include/xulrunner/mozilla/gfx/Matrix.h
+include/xulrunner/mozilla/gfx/PathHelpers.h
 include/xulrunner/mozilla/gfx/Point.h
 include/xulrunner/mozilla/gfx/Rect.h
 include/xulrunner/mozilla/gfx/SharedDIB.h
 include/xulrunner/mozilla/gfx/Types.h
+include/xulrunner/mozilla/gfx/UserData.h
 include/xulrunner/mozilla/ipc/AsyncChannel.h
 include/xulrunner/mozilla/ipc/BrowserProcessSubThread.h
 include/xulrunner/mozilla/ipc/DocumentRendererChild.h



Home | Main Index | Thread Index | Old Index