[Midnightbsd-cvs] mports [24687] trunk/www/webkit2-gtk3/files: add more patches

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 22 16:43:37 EST 2018


Revision: 24687
          http://svnweb.midnightbsd.org/mports/?rev=24687
Author:   laffer1
Date:     2018-11-22 16:43:36 -0500 (Thu, 22 Nov 2018)
Log Message:
-----------
add more patches

Added Paths:
-----------
    trunk/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h
    trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h
    trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h
    trunk/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake

Added: trunk/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h	                        (rev 0)
+++ trunk/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h	2018-11-22 21:43:36 UTC (rev 24687)
@@ -0,0 +1,17 @@
+--- Source/WTF/wtf/Optional.h.orig	2018-02-19 07:45:30 UTC
++++ Source/WTF/wtf/Optional.h
+@@ -291,12 +291,14 @@ struct nullopt_t
+ constexpr nullopt_t nullopt{nullopt_t::init()};
+ 
+ 
++# if !defined(_LIBCPP_VERSION) || _LIBCPP_VERSION < 7000
+ // 20.5.8, class bad_optional_access
+ class bad_optional_access : public std::logic_error {
+ public:
+   explicit bad_optional_access(const std::string& what_arg) : std::logic_error{what_arg} {}
+   explicit bad_optional_access(const char* what_arg) : std::logic_error{what_arg} {}
+ };
++# endif // _LIBCPP_VERSION < 7000
+ 
+ 
+ template <class T>


Property changes on: trunk/www/webkit2-gtk3/files/patch-Source_WTF_wtf_Optional.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h	                        (rev 0)
+++ trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h	2018-11-22 21:43:36 UTC (rev 24687)
@@ -0,0 +1,15 @@
+--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h.orig	2018-02-19 07:45:32 UTC
++++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h
+@@ -144,9 +144,9 @@ inline void FELighting::platformApplyNeon(const Lighti
+             neonData.flags |= FLAG_CONE_EXPONENT_IS_1;
+     } else {
+         ASSERT(m_lightSource->type() == LS_DISTANT);
+-        floatArguments.lightX = paintingData.lightVector.x();
+-        floatArguments.lightY = paintingData.lightVector.y();
+-        floatArguments.lightZ = paintingData.lightVector.z();
++        floatArguments.lightX = paintingData.initialLightingData.lightVector.x();
++        floatArguments.lightY = paintingData.initialLightingData.lightVector.y();
++        floatArguments.lightZ = paintingData.initialLightingData.lightVector.z();
+         floatArguments.padding2 = 1;
+     }
+ 


Property changes on: trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h	                        (rev 0)
+++ trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h	2018-11-22 21:43:36 UTC (rev 24687)
@@ -0,0 +1,11 @@
+--- Source/WebCore/platform/network/soup/SoupNetworkSession.h.orig	2018-05-07 10:56:05.000000000 +0200
++++ Source/WebCore/platform/network/soup/SoupNetworkSession.h	2018-05-14 21:15:28.165991000 +0200
+@@ -33,6 +33,8 @@
+ #include <wtf/glib/GRefPtr.h>
+ #include <wtf/text/WTFString.h>
+ 
++#include "URL.h"
++
+ typedef struct _SoupCache SoupCache;
+ typedef struct _SoupCookieJar SoupCookieJar;
+ typedef struct _SoupMessage SoupMessage;


Property changes on: trunk/www/webkit2-gtk3/files/patch-Source_WebCore_platform_network_soup_SoupNetworkSession.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake
===================================================================
--- trunk/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake	                        (rev 0)
+++ trunk/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake	2018-11-22 21:43:36 UTC (rev 24687)
@@ -0,0 +1,16 @@
+--- Source/WebDriver/PlatformGTK.cmake.orig	2018-02-19 07:45:32 UTC
++++ Source/WebDriver/PlatformGTK.cmake
+@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB
+ list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
+     "${GLIB_INCLUDE_DIRS}"
+     "${LIBSOUP_INCLUDE_DIRS}"
++    "${ICU_INCLUDE_DIRS}"
+ )
+ 
+ list(APPEND WebDriver_SOURCES
+@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES
+ 
+ list(APPEND WebDriver_LIBRARIES
+     ${LIBSOUP_LIBRARIES}
++    ${ICU_LIBRARIES}
+ )


Property changes on: trunk/www/webkit2-gtk3/files/patch-Source_WebDriver_PlatformGTK.cmake
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list