pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit-gtk webkit-gtk: Update to 2.28.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a40b7ec45956
branches:  trunk
changeset: 412641:a40b7ec45956
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Mar 10 18:14:04 2020 +0000

description:
webkit-gtk: Update to 2.28.0

Changes:
WebKitGTK 2.28.0
================
  - Enable JIT in MIPS platform.
  - Do not limit the surrounding text for input methods to current paragraph.
  - Fix the build with OpenGL disabled.
  - Fix the build when Wayland target is disabled.
  - Fix the build on ppc64le if __unix is undefined.
  - Fix several crashes and rendering issues.
  - Translation updates: Polish.

WebKitGTK 2.27.91
=================
  - Update user agent quirks to fix the unsupported browser message in several google services.
  - Fix several compile warnings with GCC 10.
  - Fix the build with GCC 10.
  - Fix several crashes and rendering issues.
  - Translation updates: Chinese

WebKitGTK 2.27.90
=================
  - Add support for same-site cookies.
  - Add flatpak sandbox support.
  - Enable WebAudio and WebGL by default in WebKitSettings.
  - Add a setting to disallow top level navigation to a data URI.
  - Add support for the -webkit-font-smoothing CSS property.
  - Always use a light theme for rendering form controls.
  - Stop making the Web Inspector windows transient.
  - Ensure mouse cursor is hidden during fullscreen video playback.
  - Add support for inspecting service workers to the remote inspector.
  - Fix several crashes and rendering issues.

WebKitGTK 2.27.4
================
  - Add API for input methods.
  - Add API to serialize/deserialize a JSCValue to/from a JSON string.
  - Add support for strict secure cookies.
  - Add support for saving data from remote inspector.
  - Make ondemand hardware acceleration policy never leave accelerated compositing mode.
  - Fix rendering of conic gradients in high resolution displays.
  - Fix special combination characters not respecting the keystroke order when high CPU load.
  - Honor the IndexedDB directory set in WebsiteDataManager.
  - Fix rendering of text when there's an initial advance in the text run.
  - Fix web process crash when displaying a KaTeX formula.
  - Fix network process crash with PSON enabled.
  - Fix several crashes and rendering issues.

WebKitGTK 2.27.3
================
  - Add support for Pointer Lock API.
  - Improve performance when falling back to system fonts.
  - Stop using DBus for the remote inspector implementation to improve the performance of both
    WebDriver and remote inspector.
  - Implement support for new ARIA roles: code, strong, emphasis, generic.
  - Fix handling of content type with new custom protocols implementation.
  - Make image decoders fully thread safe.
  - Add support for get page source command in WebDriver.
  - Add support for network proxy capabilities in WebDriver.
  - Add support for new window command in WebDriver.
  - Fix several crashes and rendering issues.
  - Translation updates: Brazilian Portuguese, Ukrainian.

WebKitGTK 2.27.2
================
  - Add user messages API for the communication with the web extension.
  - Enable service workers by default.
  - Add support for saving data in Web Inspector.
  - More navigation gesture improvement.
  - Fix the build with WebDriver disabled.
  - Show also client EGL extensions in about:gpu.
  - Disable accelerated compositing when we fail to initialize the EGL dispaly under Wayland.
  - Fix several crashes and rendering issues.

WebKitGTK 2.27.1
================
  - Enable async scrolling when accelerating compositing policy is 'always'.
  - Add about:gpu to show information about the graphics stack.
  - Add API to enable Process Swap on (Cross-site) Navigation, that is now disabled by default.
  - Add WebKitWebView:page-id property.
  - Improve swipe navigation gesture style.
  - Fix several crashes and rendering issues.

diffstat:

 www/webkit-gtk/Makefile                                                                    |   5 +-
 www/webkit-gtk/PLIST                                                                       |   9 +-
 www/webkit-gtk/distinfo                                                                    |  27 ++-
 www/webkit-gtk/options.mk                                                                  |   4 +-
 www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h              |   8 +-
 www/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MarkedSpace.cpp                    |   8 +-
 www/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp             |  14 +-
 www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh         |  15 +-
 www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h |   6 +-
 www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h                                     |  70 ----------
 www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformEnable.h                               |  22 +++
 www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformHave.h                                 |  15 ++
 www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformOS.h                                   |  26 +++
 www/webkit-gtk/patches/patch-Source_WTF_wtf_PlatformUse.h                                  |  15 ++
 www/webkit-gtk/patches/patch-Source_WTF_wtf_RAMSize.cpp                                    |   6 +-
 15 files changed, 136 insertions(+), 114 deletions(-)

diffs (truncated from 434 to 300 lines):

diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/Makefile
--- a/www/webkit-gtk/Makefile   Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/Makefile   Tue Mar 10 18:14:04 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.180 2020/03/08 16:48:19 wiz Exp $
+# $NetBSD: Makefile,v 1.181 2020/03/10 18:14:04 leot Exp $
 
-DISTNAME=      webkitgtk-2.26.4
+DISTNAME=      webkitgtk-2.28.0
 PKGNAME=       ${DISTNAME:S/webkitgtk/webkit-gtk/}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  https://www.webkitgtk.org/releases/
 EXTRACT_SUFX=  .tar.xz
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/PLIST
--- a/www/webkit-gtk/PLIST      Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/PLIST      Tue Mar 10 18:14:04 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2020/02/14 19:15:54 leot Exp $
+@comment $NetBSD: PLIST,v 1.58 2020/03/10 18:14:04 leot Exp $
 bin/WebKitWebDriver
 include/webkitgtk-4.0/JavaScriptCore/JSBase.h
 include/webkitgtk-4.0/JavaScriptCore/JSContextRef.h
@@ -48,6 +48,7 @@
 include/webkitgtk-4.0/webkit2/WebKitGeolocationManager.h
 include/webkitgtk-4.0/webkit2/WebKitGeolocationPermissionRequest.h
 include/webkitgtk-4.0/webkit2/WebKitHitTestResult.h
+include/webkitgtk-4.0/webkit2/WebKitInputMethodContext.h
 include/webkitgtk-4.0/webkit2/WebKitInstallMissingMediaPluginsPermissionRequest.h
 include/webkitgtk-4.0/webkit2/WebKitJavascriptResult.h
 include/webkitgtk-4.0/webkit2/WebKitMimeInfo.h
@@ -60,6 +61,7 @@
 include/webkitgtk-4.0/webkit2/WebKitOptionMenuItem.h
 include/webkitgtk-4.0/webkit2/WebKitPermissionRequest.h
 include/webkitgtk-4.0/webkit2/WebKitPlugin.h
+include/webkitgtk-4.0/webkit2/WebKitPointerLockPermissionRequest.h
 include/webkitgtk-4.0/webkit2/WebKitPolicyDecision.h
 include/webkitgtk-4.0/webkit2/WebKitPrintCustomWidget.h
 include/webkitgtk-4.0/webkit2/WebKitPrintOperation.h
@@ -77,6 +79,7 @@
 include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h
 include/webkitgtk-4.0/webkit2/WebKitUserContentManager.h
 include/webkitgtk-4.0/webkit2/WebKitUserMediaPermissionRequest.h
+include/webkitgtk-4.0/webkit2/WebKitUserMessage.h
 include/webkitgtk-4.0/webkit2/WebKitVersion.h
 include/webkitgtk-4.0/webkit2/WebKitWebContext.h
 include/webkitgtk-4.0/webkit2/WebKitWebEditor.h
@@ -213,10 +216,10 @@
 ${PLIST.introspection}lib/girepository-1.0/WebKit2WebExtension-4.0.typelib
 lib/libjavascriptcoregtk-4.0.so
 lib/libjavascriptcoregtk-4.0.so.18
-lib/libjavascriptcoregtk-4.0.so.18.14.9
+lib/libjavascriptcoregtk-4.0.so.18.16.3
 lib/libwebkit2gtk-4.0.so
 lib/libwebkit2gtk-4.0.so.37
-lib/libwebkit2gtk-4.0.so.37.39.5
+lib/libwebkit2gtk-4.0.so.37.44.2
 lib/pkgconfig/javascriptcoregtk-4.0.pc
 lib/pkgconfig/webkit2gtk-4.0.pc
 lib/pkgconfig/webkit2gtk-web-extension-4.0.pc
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/distinfo
--- a/www/webkit-gtk/distinfo   Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/distinfo   Tue Mar 10 18:14:04 2020 +0000
@@ -1,24 +1,27 @@
-$NetBSD: distinfo,v 1.132 2020/02/14 19:15:54 leot Exp $
+$NetBSD: distinfo,v 1.133 2020/03/10 18:14:04 leot Exp $
 
-SHA1 (webkitgtk-2.26.4.tar.xz) = 72f209c08ecc8ad4f0f6b767d4fa1be7a652df33
-RMD160 (webkitgtk-2.26.4.tar.xz) = b1dc653c9d675914f296a4bc0e63ea2b4fec7041
-SHA512 (webkitgtk-2.26.4.tar.xz) = b4d96672d0a41fb7591dd312254fc1b7a85e632923bf2d954d79d395306db96d5a6b4f85e24ea4ba0a447e45e29a41882249c26f6b2d6d572225abefcf28a474
-Size (webkitgtk-2.26.4.tar.xz) = 19329636 bytes
+SHA1 (webkitgtk-2.28.0.tar.xz) = 927d0922b986fd06567015ce4425ed05d9fca209
+RMD160 (webkitgtk-2.28.0.tar.xz) = 672920e0fbd4dc18427bec7bce5276970b5e7b66
+SHA512 (webkitgtk-2.28.0.tar.xz) = ce6b770e99741be6d353716d1e7bccba1372ed4667baeec41428d73c3502b0baa1cb8932f6bcede9c87d9b7f54b57a5a85a056c9882d4c5b34f9c70e6a2124dd
+Size (webkitgtk-2.28.0.tar.xz) = 21425084 bytes
 SHA1 (patch-CMakeLists.txt) = 08f647f6928bf3fce0dabb02586e1447d16da297
 SHA1 (patch-Source_JavaScriptCore_Scripts_check-xcfilelists.sh) = f4f117e6c1cd8eb8e4905f74946e0367156ed528
 SHA1 (patch-Source_JavaScriptCore_Scripts_generate-unified-sources.sh) = 308a7c8f687253b4fc75de0c66016dd18666e697
-SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 2a8f28316ffd1acc0e8c746ad8c9cee9aaf8c611
+SHA1 (patch-Source_JavaScriptCore_assembler_ARM64Assembler.h) = 79c282ca90d0ba2ef4769da40d4648f5f709951b
 SHA1 (patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h) = 70975aac175ec4131a4ed26a54dfe51e16ffb7cd
-SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = e6a23d5ef22bddd0a9606fb0e472960e4cf5673e
-SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = d600887955128cecece21ba401f6f53ba5cfbeb6
+SHA1 (patch-Source_JavaScriptCore_heap_MarkedSpace.cpp) = d49d91b9ff637ac4583d0c78c93efea12b07cd02
+SHA1 (patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp) = d04f2f59094d9b8af663fb68090e440887830d74
 SHA1 (patch-Source_JavaScriptCore_offlineasm_arm64.rb) = 8c05dafa317667bbf55504d05eeb8ae06fba4e93
 SHA1 (patch-Source_JavaScriptCore_runtime_MachineContext.h) = 23bc86a389f8009ec829c3ee0fe3effe3f20b012
-SHA1 (patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh) = b536bcbe0ac4ff158b5bc35dfa363d00120ed2f0
-SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h) = 00ee667591627b104135862658f8182895b51003
+SHA1 (patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh) = 0c0d5ef4e3bad794388fa406c35b34aa4d816f05
+SHA1 (patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h) = 10debffda84bc752ed434657a337a466aad19a3a
 SHA1 (patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h) = a5454eb891ad1f9d8285c28af2e9efb4ff439e6b
 SHA1 (patch-Source_WTF_wtf_FileSystem.cpp) = 53a8e65970f15202b3cdf1f4149d35b431c32a46
-SHA1 (patch-Source_WTF_wtf_Platform.h) = 584720f4e248ff7e51166c267d08954786c28ab7
-SHA1 (patch-Source_WTF_wtf_RAMSize.cpp) = b440e7041f72e76ab840977fc4d48d6dd32ed2ed
+SHA1 (patch-Source_WTF_wtf_PlatformEnable.h) = eb5598c20c8453314daba7897066f15827bbede7
+SHA1 (patch-Source_WTF_wtf_PlatformHave.h) = 3787817a0e288d00aa747c417aecd9abf52866d1
+SHA1 (patch-Source_WTF_wtf_PlatformOS.h) = 80aa6ff20f10407d447fdb41606d4bb4989351aa
+SHA1 (patch-Source_WTF_wtf_PlatformUse.h) = 595486b48e7d89378208c0a209a121ef136415e6
+SHA1 (patch-Source_WTF_wtf_RAMSize.cpp) = 81f8f63b4f974601cd50b1d49fcb89f326a43437
 SHA1 (patch-Source_WTF_wtf_StackBounds.cpp) = 22a71daac8443f079ad8bcc7285cfd7319c972b3
 SHA1 (patch-Source_WebCore_Scripts_check-xcfilelists.sh) = b292baf2494bcd459d9af91386263123046c6615
 SHA1 (patch-Source_WebCore_Scripts_generate-unified-sources.sh) = 740eb33931b6f9cb8008748323235f23466328dc
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/options.mk
--- a/www/webkit-gtk/options.mk Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/options.mk Tue Mar 10 18:14:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2020/01/05 17:55:21 nia Exp $
+# $NetBSD: options.mk,v 1.21 2020/03/10 18:14:04 leot Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.webkit-gtk
@@ -18,7 +18,7 @@
 #
 # Please see:
 #  Source/cmake/WebKitFeatures.cmake
-#  Source/WTF/wtf/Platform.h
+#  Source/WTF/wtf/PlatformEnable.h
 #
 WEBKIT_JIT_MACHINE_PLATFORMS+= Darwin-*-*
 WEBKIT_JIT_MACHINE_PLATFORMS+= DragonFly-*-*
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h
--- a/www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h     Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h     Tue Mar 10 18:14:04 2020 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-Source_JavaScriptCore_assembler_ARM64Assembler.h,v 1.4 2019/07/02 10:48:08 leot Exp $
+$NetBSD: patch-Source_JavaScriptCore_assembler_ARM64Assembler.h,v 1.5 2020/03/10 18:14:04 leot Exp $
 
 - Add support for FreeBSD and NetBSD.
   Based on patch from FreeBSD ports but using __builtin___clear_cache()
   instead of __clear_cache() (the former is also available in gcc).
 
---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig      2019-02-12 11:21:03.000000000 +0000
+--- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig      2020-02-04 10:23:58.000000000 +0000
 +++ Source/JavaScriptCore/assembler/ARM64Assembler.h
-@@ -2874,6 +2874,8 @@ public:
+@@ -2809,6 +2809,8 @@ public:
      {
- #if OS(IOS_FAMILY)
+ #if OS(DARWIN)
          sys_cache_control(kCacheFunctionPrepareForExecution, code, size);
 +#elif OS(FREEBSD) || OS(NETBSD)
 +        __builtin___clear_cache(code, reinterpret_cast<char*>(code) + size);
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MarkedSpace.cpp
--- a/www/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MarkedSpace.cpp   Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/patches/patch-Source_JavaScriptCore_heap_MarkedSpace.cpp   Tue Mar 10 18:14:04 2020 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-Source_JavaScriptCore_heap_MarkedSpace.cpp,v 1.1 2018/06/15 09:17:02 jperkin Exp $
+$NetBSD: patch-Source_JavaScriptCore_heap_MarkedSpace.cpp,v 1.2 2020/03/10 18:14:04 leot Exp $
 
 Avoid ambiguous function call.
 
---- Source/JavaScriptCore/heap/MarkedSpace.cpp.orig    2018-02-20 11:01:51.000000000 +0000
+--- Source/JavaScriptCore/heap/MarkedSpace.cpp.orig    2020-02-04 10:23:59.000000000 +0000
 +++ Source/JavaScriptCore/heap/MarkedSpace.cpp
-@@ -29,6 +29,8 @@
- #include "MarkedBlockInlines.h"
+@@ -30,6 +30,8 @@
+ #include "MarkedSpaceInlines.h"
  #include <wtf/ListDump.h>
  
 +using std::pow;
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp
--- a/www/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp    Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/patches/patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp    Tue Mar 10 18:14:04 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp,v 1.3 2019/03/13 20:49:40 leot Exp $
+$NetBSD: patch-Source_JavaScriptCore_jit_ExecutableAllocator.cpp,v 1.4 2020/03/10 18:14:04 leot Exp $
 
 Avoid to (pre)allocate 1GB of memory on OpenBSD:
 
@@ -6,14 +6,14 @@
 
 From OpenBSD ports.
 
---- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig     2019-02-12 11:21:03.000000000 +0000
+--- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig     2020-02-04 10:23:59.000000000 +0000
 +++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp
-@@ -92,7 +92,7 @@ static const size_t fixedExecutableMemor
- static const size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024;
+@@ -97,7 +97,7 @@ static constexpr size_t fixedExecutableM
+ static constexpr size_t fixedExecutableMemoryPoolSize = 16 * 1024 * 1024;
  #elif CPU(ARM64)
- static const size_t fixedExecutableMemoryPoolSize = 128 * 1024 * 1024;
+ static constexpr size_t fixedExecutableMemoryPoolSize = 128 * 1024 * 1024;
 -#elif CPU(X86_64)
 +#elif CPU(X86_64) && !OS(OPENBSD)
- static const size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024;
+ static constexpr size_t fixedExecutableMemoryPoolSize = 1024 * 1024 * 1024;
  #else
- static const size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024;
+ static constexpr size_t fixedExecutableMemoryPoolSize = 32 * 1024 * 1024;
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh
--- a/www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh        Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh        Tue Mar 10 18:14:04 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh,v 1.1 2019/09/10 22:10:04 leot Exp $
+$NetBSD: patch-Source_ThirdParty_ANGLE_adjust-angle-include-paths.sh,v 1.2 2020/03/10 18:14:04 leot Exp $
 
 Avoid unportable `==' test(1) operator.
 
---- Source/ThirdParty/ANGLE/adjust-angle-include-paths.sh.orig 2019-08-28 11:46:28.000000000 +0000
+--- Source/ThirdParty/ANGLE/adjust-angle-include-paths.sh.orig 2020-02-04 10:24:05.000000000 +0000
 +++ Source/ThirdParty/ANGLE/adjust-angle-include-paths.sh
 @@ -19,7 +19,7 @@
  # that they refer to each other. This avoids modifying the ANGLE
@@ -11,5 +11,14 @@
 -if [ "$DEPLOYMENT_LOCATION" == "YES" ] ; then
 +if [ "$DEPLOYMENT_LOCATION" = "YES" ] ; then
      # Apple-internal build.
-     output_dir=$DSTROOT/$PUBLIC_HEADERS_FOLDER_PATH
+     output_dir=${DSTROOT}${PUBLIC_HEADERS_FOLDER_PATH}
  else
+@@ -27,7 +27,7 @@ else
+     output_dir=${BUILT_PRODUCTS_DIR}${PUBLIC_HEADERS_FOLDER_PATH}
+ fi
+ 
+-if [ $(uname) == "Linux" ]; then
++if [ $(uname) = "Linux" ]; then
+     inplace_opt=(-i)
+ else
+     inplace_opt=(-i "")
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h
--- a/www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h        Tue Mar 10 17:30:00 2020 +0000
+++ b/www/webkit-gtk/patches/patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h        Tue Mar 10 18:14:04 2020 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h,v 1.1 2019/09/15 10:58:52 leot Exp $
+$NetBSD: patch-Source_ThirdParty_ANGLE_src_compiler_translator_SymbolTable.h,v 1.2 2020/03/10 18:14:04 leot Exp $
 
 Include <cmath> for is isinf/isnan used in SymbolTable_autogen.cpp.
 
---- Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h.orig 2019-08-28 11:46:28.000000000 +0000
+--- Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h.orig 2020-02-04 10:24:05.000000000 +0000
 +++ Source/ThirdParty/ANGLE/src/compiler/translator/SymbolTable.h
 @@ -30,6 +30,7 @@
  //   are tracked in the intermediate representation, not the symbol table.
  //
  
 +#include <cmath>
+ #include <limits>
  #include <memory>
  #include <set>
- 
diff -r f2384fecf69a -r a40b7ec45956 www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h
--- a/www/webkit-gtk/patches/patch-Source_WTF_wtf_Platform.h    Tue Mar 10 17:30:00 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.13 2019/03/13 20:49:40 leot Exp $
-
-- Add OS(SOLARIS) definition and add them to Unix systems.
-- Avoid flock() on SunOS, not supported on older platforms.
-- madvise(2) on {Free,Net,OpenBSD} support both MADV_DONTNEED and
-  MADV_FREE.
-- Add support for NetBSD.
-
---- Source/WTF/wtf/Platform.h.orig     2019-03-05 15:32:47.000000000 +0000
-+++ Source/WTF/wtf/Platform.h
-@@ -413,6 +413,11 @@
- #define WTF_OS_OPENBSD 1
- #endif
- 
-+/* OS(SOLARIS) - Solaris and derivatives */
-+#ifdef __sun
-+#define WTF_OS_SOLARIS 1
-+#endif
-+
- /* OS(WINDOWS) - Any version of Windows */
- #if defined(WIN32) || defined(_WIN32)
- #define WTF_OS_WINDOWS 1
-@@ -430,6 +435,7 @@
-     || OS(LINUX)            \
-     || OS(NETBSD)           \
-     || OS(OPENBSD)          \
-+    || OS(SOLARIS)          \
-     || defined(unix)        \
-     || defined(__unix)      \
-     || defined(__unix__)
-@@ -578,8 +584,10 @@
- #define USE_HARFBUZZ 1
- #define USE_SOUP 1
- #define USE_WEBP 1
-+#if !OS(SOLARIS)
- #define USE_FILE_LOCK 1
- #endif
-+#endif
- 
- #if PLATFORM(GTK)
- #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_36
-@@ -710,7 +718,12 @@
- 
- #endif /* OS(DARWIN) */
- 
--#if OS(DARWIN) || OS(FUCHSIA) || ((OS(FREEBSD) || defined(__GLIBC__) || defined(__BIONIC__)) && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(ARM64) || CPU(MIPS)))
-+#if OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD)
-+#define HAVE_MADV_FREE 1
-+#define HAVE_MADV_DONTNEED 1
-+#endif
-+
-+#if OS(DARWIN) || OS(FUCHSIA) || ((OS(FREEBSD) || OS(NETBSD) || defined(__GLIBC__) || defined(__BIONIC__)) && (CPU(X86) || CPU(X86_64) || CPU(ARM) || CPU(ARM64) || CPU(MIPS)))
- #define HAVE_MACHINE_CONTEXT 1



Home | Main Index | Thread Index | Old Index