aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 23:59:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:06:41 +0000
commitcb3615b528c288d90aff6aa0e7a9778f80c9e85d (patch)
tree07221aa0efd092125552061fa23373898959e8b2
parent8949e2a37b411b01b60dd7800b7341e99a20ff7c (diff)
downloadports-cb3615b528c288d90aff6aa0e7a9778f80c9e85d.tar.gz
ports-cb3615b528c288d90aff6aa0e7a9778f80c9e85d.zip
www/qt5-webkit: Remove expired port
2023-12-31 www/qt5-webkit: No longer actively maintained, increasing security concers
-rw-r--r--MOVED1
-rw-r--r--Mk/Uses/qt.mk5
-rw-r--r--www/Makefile1
-rw-r--r--www/qt5-webkit/Makefile64
-rw-r--r--www/qt5-webkit/distinfo5
-rw-r--r--www/qt5-webkit/files/patch-CMakeLists.txt18
-rw-r--r--www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h11
-rw-r--r--www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h14
-rw-r--r--www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h14
-rw-r--r--www/qt5-webkit/files/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp11
-rw-r--r--www/qt5-webkit/files/patch-Source_JavaScriptCore_offlineasm_arm.rb20
-rw-r--r--www/qt5-webkit/files/patch-Source_ThirdParty_ANGLE_src_compiler_preprocessor_ExpressionParser.y11
-rw-r--r--www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h59
-rw-r--r--www/qt5-webkit/files/patch-Source_WTF_wtf_glib_GRefPtr.h24
-rw-r--r--www/qt5-webkit/files/patch-Source_WebCore_css_CSSGrammar.y.in11
-rw-r--r--www/qt5-webkit/files/patch-Source_WebCore_css_makegrammar.pl31
-rw-r--r--www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp18
-rw-r--r--www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h11
-rw-r--r--www/qt5-webkit/files/patch-Source_WebCore_xml_XPathGrammar.y11
-rw-r--r--www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake28
-rw-r--r--www/qt5-webkit/files/patch-Source_bmalloc_bmalloc_BPlatform.h24
-rw-r--r--www/qt5-webkit/files/patch-Source_cmake_KDEInstallDirs.cmake22
-rw-r--r--www/qt5-webkit/files/patch-git_6faf11234
-rw-r--r--www/qt5-webkit/files/patch-icu68170
-rw-r--r--www/qt5-webkit/files/pkg-install.in11
-rw-r--r--www/qt5-webkit/pkg-descr2
-rw-r--r--www/qt5-webkit/pkg-plist108
27 files changed, 2 insertions, 737 deletions
diff --git a/MOVED b/MOVED
index aa2978945eea..d00efd4811e9 100644
--- a/MOVED
+++ b/MOVED
@@ -8366,3 +8366,4 @@ databases/postgresql11-client|databases/postgresql12-client|2023-12-31|Has expir
databases/postgresql11-pgtcl|databases/postgresql12-pgtcl|2023-12-31|Has expired: Security support ended on 2023-11-09
www/py-dj41-djangorestframework|www/py-dj42-djangorestframework|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
www/py-django41|www/py-django42|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to a newer version of Django. See https://www.djangoproject.com/download/
+www/qt5-webkit||2023-12-31|Has expired: No longer actively maintained, increasing security concers
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index f991d4213354..8d3eceb73f25 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -154,7 +154,7 @@ _USE_QT5_ONLY= assistant buildtools concurrent core dbus \
qdbus qdbusviewer qdoc qdoc-data qev qmake quickcontrols \
quickcontrols2 script scripttools sql sql-mysql sql-odbc \
sql-pgsql sql-sqlite2 sql-sqlite3 sql-tds testlib uiplugin \
- uitools webglplugin webkit websockets-qml \
+ uitools webglplugin websockets-qml \
widgets x11extras xml xmlpatterns
. if ${ARCH} == amd64 || ${ARCH} == i386
_USE_QT5_ONLY+= sql-ibase
@@ -409,9 +409,6 @@ qt-websockets_LIB= libQt${_QT_LIBVER}WebSockets.so
qt-websockets-qml_PORT= www/${_QT_RELNAME}-websockets-qml
qt-websockets-qml_PATH= ${LOCALBASE}/${QT_QMLDIR_REL}/QtWebSockets/qmldir
-qt-webkit_PORT= www/${_QT_RELNAME}-webkit
-qt-webkit_LIB= libQt${_QT_LIBVER}WebKit.so
-
qt-webview_PORT= www/${_QT_RELNAME}-webview
qt-webview_LIB= libQt${_QT_LIBVER}WebView.so
diff --git a/www/Makefile b/www/Makefile
index 910f55ad53dc..bba1f52e7396 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1867,7 +1867,6 @@
SUBDIR += qt5-webchannel
SUBDIR += qt5-webengine
SUBDIR += qt5-webglplugin
- SUBDIR += qt5-webkit
SUBDIR += qt5-websockets
SUBDIR += qt5-websockets-qml
SUBDIR += qt5-webview
diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile
deleted file mode 100644
index d47951e84b48..000000000000
--- a/www/qt5-webkit/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-PORTNAME= webkit
-DISTVERSION= 5.212.0-alpha4
-PORTREVISION= 16
-CATEGORIES= www
-MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/
-PKGNAMEPREFIX= qt5-
-DISTNAME= qt${PORTNAME}-${DISTVERSION}
-
-PATCH_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/commit/
-PATCHFILES+= 78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch:-p1
-
-DEPRECATED= No longer actively maintained, increasing security concers
-EXPIRATION_DATE= 2023-12-31
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= QtWebKit with a more modern WebKit code base
-WWW= https://github.com/annulen/webkit
-
-LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libhyphen.so:textproc/hyphen \
- libicui18n.so:devel/icu \
- libpng.so:graphics/png \
- libwebp.so:graphics/webp \
- libwoff2dec.so:devel/woff2
-
-USES= bison cmake compiler:c++11-lang gnome gperf jpeg \
- pathfix perl5 pkgconfig python:build qt:5 ruby:build \
- sqlite:3 tar:xz xorg
-USE_GNOME= glib20 libxml2 libxslt
-USE_PERL5= build
-USE_QT= core declarative gui location network opengl printsupport \
- sensors webchannel widgets \
- buildtools:build declarative-test:build qmake:build testlib:build
-USE_XORG= x11 xcomposite xrender
-
-# Fix pkgconfig install paths.
-PATHFIX_CMAKELISTSTXT= PlatformQt.cmake
-
-CMAKE_ARGS= -DPORT:STRING="Qt" \
- -DKDE_INSTALL_INCLUDEDIR:PATH="${QT_INCDIR_REL}" \
- -DKDE_INSTALL_LIBDIR:PATH="${QT_LIBDIR_REL}"
-CMAKE_ON= ENABLE_OPENGL
-CMAKE_OFF= USE_QT_MULTIMEDIA USE_LD_GOLD
-
-# Add -DNDEBUG to CXXFLAGS which in turn gets sucked into
-# CMAKE_CXX_FLAGS_RELEASE where we actually want to have it.
-# [for the ASSERT in Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp ]
-CXXFLAGS+= -DNDEBUG
-
-PLIST_SUB= FULLVER="${PORTVERSION:R}"
-
-SUB_FILES= pkg-install
-SUB_LIST= QT_INCDIR="${QT_INCDIR}"
-
-OPTIONS_DEFINE= GSTREAMER
-OPTIONS_DEFAULT= GSTREAMER
-
-GSTREAMER_USES= gstreamer
-GSTREAMER_USE= GSTREAMER=core
-GSTREAMER_CMAKE_OFF= -DUSE_GSTREAMER:BOOL=OFF
-
-BINARY_ALIAS= python3=${PYTHON_CMD}
-
-.include <bsd.port.mk>
diff --git a/www/qt5-webkit/distinfo b/www/qt5-webkit/distinfo
deleted file mode 100644
index 705582e44c58..000000000000
--- a/www/qt5-webkit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1627113086
-SHA256 (qtwebkit-5.212.0-alpha4.tar.xz) = 9ca126da9273664dd23a3ccd0c9bebceb7bb534bddd743db31caf6a5a6d4a9e6
-SIZE (qtwebkit-5.212.0-alpha4.tar.xz) = 12528508
-SHA256 (78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch) = 9db5480dfbd3c440489e8e4131e3555b2af61fa4b6c19f35227588c5996be128
-SIZE (78360c01c796b6260bf828bc9c8a0ef73c5132fd.patch) = 1100
diff --git a/www/qt5-webkit/files/patch-CMakeLists.txt b/www/qt5-webkit/files/patch-CMakeLists.txt
deleted file mode 100644
index 55f736b60f14..000000000000
--- a/www/qt5-webkit/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- CMakeLists.txt.orig 2020-03-04 17:16:37 UTC
-+++ CMakeLists.txt
-@@ -73,9 +73,15 @@ elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "(i[3
- set(WTF_CPU_X86 1)
- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc")
- set(WTF_CPU_PPC 1)
-+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc")
-+ set(WTF_CPU_PPC 1)
- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64")
- set(WTF_CPU_PPC64 1)
-+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc64")
-+ set(WTF_CPU_PPC64 1)
- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le")
-+ set(WTF_CPU_PPC64LE 1)
-+elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc64le")
- set(WTF_CPU_PPC64LE 1)
- elseif (LOWERCASE_CMAKE_SYSTEM_PROCESSOR MATCHES "parisc*")
- set(WTF_CPU_HPPA 1)
diff --git a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h b/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h
deleted file mode 100644
index c282f13aa685..000000000000
--- a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/JavaScriptCore/assembler/ARM64Assembler.h.orig 2018-05-28 10:30:34 UTC
-+++ Source/JavaScriptCore/assembler/ARM64Assembler.h
-@@ -2683,6 +2683,8 @@ class ARM64Assembler { (public)
- linuxPageFlush(current, current + page);
-
- linuxPageFlush(current, end);
-+#elif OS(FREEBSD)
-+ __clear_cache(code, reinterpret_cast<char*>(code) + size);
- #else
- #error "The cacheFlush support is missing on this platform."
- #endif
diff --git a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h b/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
deleted file mode 100644
index 257a60561cc2..000000000000
--- a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h
+++ /dev/null
@@ -1,14 +0,0 @@
-armv6/v7: cacheFlush support
-See PR 222612
-
---- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2017-08-23 05:02:37 UTC
-+++ Source/JavaScriptCore/assembler/ARMAssembler.h
-@@ -1128,6 +1128,8 @@ namespace JSC {
- linuxPageFlush(current, current + page);
-
- linuxPageFlush(current, end);
-+#elif OS(FREEBSD)
-+ __clear_cache(code, reinterpret_cast<char*>(code) + size);
- #else
- #error "The cacheFlush support is missing on this platform."
- #endif
diff --git a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h b/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h
deleted file mode 100644
index 8dd5d6df67b5..000000000000
--- a/www/qt5-webkit/files/patch-Source_JavaScriptCore_assembler_ARMv7Assembler.h
+++ /dev/null
@@ -1,14 +0,0 @@
-armv6/v7: cacheFlush support
-See PR 222612
-
---- Source/JavaScriptCore/assembler/ARMv7Assembler.h.orig 2017-08-23 04:59:46 UTC
-+++ Source/JavaScriptCore/assembler/ARMv7Assembler.h
-@@ -2373,6 +2373,8 @@ class ARMv7Assembler { (public)
- linuxPageFlush(current, current + page);
-
- linuxPageFlush(current, end);
-+#elif OS(FREEBSD)
-+ __clear_cache(code, reinterpret_cast<char*>(code) + size);
- #else
- #error "The cacheFlush support is missing on this platform."
- #endif
diff --git a/www/qt5-webkit/files/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp b/www/qt5-webkit/files/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp
deleted file mode 100644
index 9d31becc7a00..000000000000
--- a/www/qt5-webkit/files/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig 2020-05-03 17:05:08 UTC
-+++ Source/JavaScriptCore/heap/MachineStackMarker.cpp
-@@ -86,7 +86,7 @@ static void pthreadSignalHandlerSuspendResume(int, sig
- }
-
- ucontext_t* userContext = static_cast<ucontext_t*>(ucontext);
--#if CPU(PPC)
-+#if CPU(PPC) && defined(WTF_OS_LINUX)
- thread->suspendedMachineContext = *userContext->uc_mcontext.uc_regs;
- #else
- thread->suspendedMachineContext = userContext->uc_mcontext;
diff --git a/www/qt5-webkit/files/patch-Source_JavaScriptCore_offlineasm_arm.rb b/www/qt5-webkit/files/patch-Source_JavaScriptCore_offlineasm_arm.rb
deleted file mode 100644
index e38e9b88f7a9..000000000000
--- a/www/qt5-webkit/files/patch-Source_JavaScriptCore_offlineasm_arm.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-armv6/v7:
-Don't emit ARMv7 instructions (movw, movt) for ARMv6 targets.
-
-See PR 222612
-
---- Source/JavaScriptCore/offlineasm/arm.rb.orig 2017-08-24 10:30:41 UTC
-+++ Source/JavaScriptCore/offlineasm/arm.rb
-@@ -502,8 +502,12 @@ class Instruction
- $asm.puts "mov #{armFlippedOperands(operands)}"
- end
- when "mvlbl"
-+ if isARMv7 or isARMv7Traditional
- $asm.puts "movw #{operands[1].armOperand}, \#:lower16:#{operands[0].value}"
- $asm.puts "movt #{operands[1].armOperand}, \#:upper16:#{operands[0].value}"
-+ else
-+ $asm.puts "ldr #{operands[1].armOperand}, =#{operands[0].value}"
-+ end
- when "nop"
- $asm.puts "nop"
- when "bieq", "bpeq", "bbeq"
diff --git a/www/qt5-webkit/files/patch-Source_ThirdParty_ANGLE_src_compiler_preprocessor_ExpressionParser.y b/www/qt5-webkit/files/patch-Source_ThirdParty_ANGLE_src_compiler_preprocessor_ExpressionParser.y
deleted file mode 100644
index 12a654a80145..000000000000
--- a/www/qt5-webkit/files/patch-Source_ThirdParty_ANGLE_src_compiler_preprocessor_ExpressionParser.y
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.y.orig 2020-03-04 17:16:37 UTC
-+++ Source/ThirdParty/ANGLE/src/compiler/preprocessor/ExpressionParser.y
-@@ -68,7 +68,7 @@ struct Context
- } // namespace
- %}
-
--%pure-parser
-+%define api.pure
- %name-prefix "pp"
- %parse-param {Context *context}
- %lex-param {Context *context}
diff --git a/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h b/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h
deleted file mode 100644
index ff8497b83d5f..000000000000
--- a/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h
+++ /dev/null
@@ -1,59 +0,0 @@
-armv6/v7:
-See PR 222612
-
-Add proper architecture name:
- https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
-
---- Source/WTF/wtf/Platform.h.orig 2020-03-04 17:16:37 UTC
-+++ Source/WTF/wtf/Platform.h
-@@ -105,11 +105,14 @@
-
- /* CPU(PPC64) - PowerPC 64-bit Big Endian */
- #if ( defined(__ppc64__) \
-- || defined(__PPC64__)) \
-+ || defined(__PPC64__) \
-+ || defined(__powerpc64__)) \
- && defined(__BYTE_ORDER__) \
- && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
- #define WTF_CPU_PPC64 1
- #define WTF_CPU_BIG_ENDIAN 1
-+#define ENABLE_JIT 0
-+#define ENABLE_SAMPLING_PROFILER 0
- #endif
-
- /* CPU(PPC64) - PowerPC 64-bit Little Endian */
-@@ -120,6 +123,8 @@
- && defined(__BYTE_ORDER__) \
- && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
- #define WTF_CPU_PPC64LE 1
-+#define ENABLE_JIT 0
-+#define ENABLE_SAMPLING_PROFILER 0
- #endif
-
- /* CPU(PPC) - PowerPC 32-bit */
-@@ -135,6 +141,9 @@
- && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
- #define WTF_CPU_PPC 1
- #define WTF_CPU_BIG_ENDIAN 1
-+#define ENABLE_JIT 0
-+#define ENABLE_SAMPLING_PROFILER 0
-+#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
- #endif
-
- /* CPU(SH4) - SuperH SH-4 */
-@@ -227,6 +234,7 @@
- #elif defined(__ARM_ARCH_6__) \
- || defined(__ARM_ARCH_6J__) \
- || defined(__ARM_ARCH_6K__) \
-+ || defined(__ARM_ARCH_6KZ__) \
- || defined(__ARM_ARCH_6Z__) \
- || defined(__ARM_ARCH_6ZK__) \
- || defined(__ARM_ARCH_6T2__) \
-@@ -273,6 +281,7 @@
-
- #elif defined(__ARM_ARCH_6J__) \
- || defined(__ARM_ARCH_6K__) \
-+ || defined(__ARM_ARCH_6KZ__) \
- || defined(__ARM_ARCH_6Z__) \
- || defined(__ARM_ARCH_6ZK__) \
- || defined(__ARM_ARCH_6M__)
diff --git a/www/qt5-webkit/files/patch-Source_WTF_wtf_glib_GRefPtr.h b/www/qt5-webkit/files/patch-Source_WTF_wtf_glib_GRefPtr.h
deleted file mode 100644
index cdb0307225ec..000000000000
--- a/www/qt5-webkit/files/patch-Source_WTF_wtf_glib_GRefPtr.h
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Fabian Vogt <fvogt@suse.de>
-Date: Wed, 7 Apr 2021 13:38:09 +0200
-Subject: [PATCH] Remove invalid g_object declarations to fix build with glib
- >= 2.68
-
- g_object_ref_sink is defined as a macro meanwhile and so the build fails.
- Just remove the declarations, glib.h is included anyway.
-
-Obtained from:
-
-https://github.com/qtwebkit/qtwebkit/commit/5b698ba3faffd4e198a45be9fe74f53307395e4b.patch
-
---- Source/WTF/wtf/glib/GRefPtr.h.orig 2020-03-04 17:16:37 UTC
-+++ Source/WTF/wtf/glib/GRefPtr.h
-@@ -29,9 +29,6 @@
- #include <wtf/RefPtr.h>
- #include <algorithm>
-
--extern "C" void g_object_unref(gpointer);
--extern "C" gpointer g_object_ref_sink(gpointer);
--
- namespace WTF {
-
- enum GRefPtrAdoptType { GRefPtrAdopt };
diff --git a/www/qt5-webkit/files/patch-Source_WebCore_css_CSSGrammar.y.in b/www/qt5-webkit/files/patch-Source_WebCore_css_CSSGrammar.y.in
deleted file mode 100644
index 31a4b0996488..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebCore_css_CSSGrammar.y.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/css/CSSGrammar.y.in.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/css/CSSGrammar.y.in
-@@ -21,7 +21,7 @@
- *
- */
-
--%pure-parser
-+%define api.pure
-
- %parse-param { CSSParser* parser }
- %lex-param { CSSParser* parser }
diff --git a/www/qt5-webkit/files/patch-Source_WebCore_css_makegrammar.pl b/www/qt5-webkit/files/patch-Source_WebCore_css_makegrammar.pl
deleted file mode 100644
index d6bf7e80f57a..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebCore_css_makegrammar.pl
+++ /dev/null
@@ -1,31 +0,0 @@
-Obtained from: https://github.com/qtwebkit/qtwebkit/commit/d92b11fea65364fefa700249bd3340e0cd4c5b31
-
---- Source/WebCore/css/makegrammar.pl.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/css/makegrammar.pl
-@@ -73,25 +73,6 @@ if ($suffix eq ".y.in") {
- }
-
- my $fileBase = File::Spec->join($outputDir, $filename);
--my @bisonCommand = ($bison, "-d", "-p", $symbolsPrefix, $grammarFilePath, "-o", "$fileBase.cpp");
-+my @bisonCommand = ($bison, "--defines=$fileBase.h", "-p", $symbolsPrefix, $grammarFilePath, "-o", "$fileBase.cpp");
- push @bisonCommand, "--no-lines" if $^O eq "MSWin32"; # Work around bug in bison >= 3.0 on Windows where it puts backslashes into #line directives.
- system(@bisonCommand) == 0 or die;
--
--open HEADER, ">$fileBase.h" or die;
--print HEADER << "EOF";
--#ifndef CSSGRAMMAR_H
--#define CSSGRAMMAR_H
--EOF
--
--open HPP, "<$fileBase.cpp.h" or open HPP, "<$fileBase.hpp" or die;
--while (<HPP>) {
-- print HEADER;
--}
--close HPP;
--
--print HEADER "#endif\n";
--close HEADER;
--
--unlink("$fileBase.cpp.h");
--unlink("$fileBase.hpp");
--
diff --git a/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp b/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
deleted file mode 100644
index fbbfaf767ed1..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-armv6/v7:
-Use correct UAL syntax for 'vmov rx, ry,...' instruction.
-The '.u32' modifier in not allowed for this operand combination
-by ARM ARM, but gas silently ignores it.
-
-See PR 222612
-
---- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2017-08-23 05:04:24 UTC
-+++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp
-@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL
- "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL
- "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL
- "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL
-- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL
-+ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL
- // The color values are stored in-place.
- "strb r2, [" PIXELS_R ", #-11]" NL
- "strb r3, [" PIXELS_R ", #-10]" NL
diff --git a/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h b/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h
deleted file mode 100644
index db2d715aee93..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h.orig 2017-06-15 23:36:48 UTC
-+++ Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h
-@@ -33,7 +33,7 @@ struct GraphicsSurfaceToken {
-
- #if OS(DARWIN)
- typedef mach_port_t BufferHandle;
--#elif OS(LINUX)
-+#elif OS(LINUX) || OS(FREEBSD)
- typedef uint32_t BufferHandle;
- #elif OS(WINDOWS)
- typedef HANDLE BufferHandle;
diff --git a/www/qt5-webkit/files/patch-Source_WebCore_xml_XPathGrammar.y b/www/qt5-webkit/files/patch-Source_WebCore_xml_XPathGrammar.y
deleted file mode 100644
index 060a5fd0b7cf..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebCore_xml_XPathGrammar.y
+++ /dev/null
@@ -1,11 +0,0 @@
---- Source/WebCore/xml/XPathGrammar.y.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/xml/XPathGrammar.y
-@@ -47,7 +47,7 @@ using namespace XPath;
-
- %}
-
--%pure-parser
-+%define api.pure
- %lex-param { parser }
- %parse-param { Parser& parser }
-
diff --git a/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake b/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake
deleted file mode 100644
index 37c78cc16f9c..000000000000
--- a/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake
+++ /dev/null
@@ -1,28 +0,0 @@
-commit 14947c04b3c19b5eb04a683081742b14c1d32786
-Author: Konstantin Tokarev <annulen@yandex.ru>
-Date: Sat Oct 7 17:38:32 2017 +0300
-
- [cmake] Fix build with CMake 3.10: -frtti was enabled for wrong file path
-
- Change-Id: I65d4f491f21c17f6d99a14259988d2ddb0d67105
-
---- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 11:03:32 UTC
-+++ Source/WebKit/PlatformQt.cmake
-@@ -481,6 +481,8 @@ if (NOT MACOS_BUILD_FRAMEWORKS)
- BASE_NAME Qt5WebKit
- DEPS "${WEBKIT_PKGCONGIG_DEPS}"
- FILENAME_VAR WebKit_PKGCONFIG_FILENAME
-+ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKit"
-+ DESCRIPTION "Qt WebKit module"
- )
- set(ECM_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.")
- install(FILES ${WebKit_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data)
-@@ -671,6 +673,8 @@ if (NOT MACOS_BUILD_FRAMEWORKS)
- BASE_NAME Qt5WebKitWidgets
- DEPS "${WEBKITWIDGETS_PKGCONFIG_DEPS}"
- FILENAME_VAR WebKitWidgets_PKGCONFIG_FILENAME
-+ INCLUDE_INSTALL_DIR "${KDE_INSTALL_INCLUDEDIR}/QtWebKitWidgets"
-+ DESCRIPTION "Qt WebKitWidgets module"
- )
- install(FILES ${WebKitWidgets_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data)
- endif ()
diff --git a/www/qt5-webkit/files/patch-Source_bmalloc_bmalloc_BPlatform.h b/www/qt5-webkit/files/patch-Source_bmalloc_bmalloc_BPlatform.h
deleted file mode 100644
index d878ddcfa416..000000000000
--- a/www/qt5-webkit/files/patch-Source_bmalloc_bmalloc_BPlatform.h
+++ /dev/null
@@ -1,24 +0,0 @@
-armv6/v7:
-See PR 222612
-
-Add proper architecture name:
- https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html
-
---- Source/bmalloc/bmalloc/BPlatform.h.orig 2017-06-04 20:16:07 UTC
-+++ Source/bmalloc/bmalloc/BPlatform.h
-@@ -108,6 +108,7 @@
- #elif defined(__ARM_ARCH_6__) \
- || defined(__ARM_ARCH_6J__) \
- || defined(__ARM_ARCH_6K__) \
-+|| defined(__ARM_ARCH_6KZ__) \
- || defined(__ARM_ARCH_6Z__) \
- || defined(__ARM_ARCH_6ZK__) \
- || defined(__ARM_ARCH_6T2__) \
-@@ -147,6 +148,7 @@
-
- #elif defined(__ARM_ARCH_6J__) \
- || defined(__ARM_ARCH_6K__) \
-+|| defined(__ARM_ARCH_6KZ__) \
- || defined(__ARM_ARCH_6Z__) \
- || defined(__ARM_ARCH_6ZK__) \
- || defined(__ARM_ARCH_6M__)
diff --git a/www/qt5-webkit/files/patch-Source_cmake_KDEInstallDirs.cmake b/www/qt5-webkit/files/patch-Source_cmake_KDEInstallDirs.cmake
deleted file mode 100644
index 0bc1c9d01ecb..000000000000
--- a/www/qt5-webkit/files/patch-Source_cmake_KDEInstallDirs.cmake
+++ /dev/null
@@ -1,22 +0,0 @@
---- Source/cmake/KDEInstallDirs.cmake.orig 2017-06-15 23:36:48 UTC
-+++ Source/cmake/KDEInstallDirs.cmake
-@@ -420,7 +420,7 @@ endif()
- if(NOT KDE_INSTALL_DIRS_NO_DEPRECATED)
- set(KF5_LIBEXEC_INSTALL_DIR "${CMAKE_INSTALL_LIBEXECDIR_KF5}")
- endif()
--_define_relative(CMAKEPACKAGEDIR LIBDIR "cmake"
-+_define_relative(CMAKEPACKAGEDIR "" "lib/cmake"
- "CMake packages, including config files"
- CMAKECONFIG_INSTALL_PREFIX)
-
-@@ -442,8 +442,8 @@ if(KDE_INSTALL_USE_QT_SYS_PATHS)
- file(RELATIVE_PATH LIB_INSTALL_DIR ${qt_install_prefix} ${qt_lib_dir})
- set(KDE_INSTALL_LIBDIR ${LIB_INSTALL_DIR})
-
-- set(CMAKECONFIG_INSTALL_PREFIX "${LIB_INSTALL_DIR}/cmake")
-- set(KDE_INSTALL_CMAKEPACKAGEDIR "${LIB_INSTALL_DIR}/cmake")
-+ set(CMAKECONFIG_INSTALL_PREFIX "${qt_install_prefix}/lib/cmake")
-+ set(KDE_INSTALL_CMAKEPACKAGEDIR "${qt_install_prefix}/lib/cmake")
-
- query_qmake(qt_include_dir QT_INSTALL_HEADERS)
- file(RELATIVE_PATH INCLUDE_INSTALL_DIR ${qt_install_prefix} ${qt_include_dir})
diff --git a/www/qt5-webkit/files/patch-git_6faf112 b/www/qt5-webkit/files/patch-git_6faf112
deleted file mode 100644
index 9dae7fa1612f..000000000000
--- a/www/qt5-webkit/files/patch-git_6faf112
+++ /dev/null
@@ -1,34 +0,0 @@
-From 6faf11215e1af27d35e921ae669aa0251a01a1ab Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@digia.com>
-Date: Wed, 13 Nov 2013 18:13:36 +0100
-Subject: [PATCH] Trigger layout after resizing the FrameView.
-
-There are problems with QGLWidget based web plugins due to the fact
-that WebKit forces us to relayout during paint events, which in turn
-might resize widgets, causing the shared backing store's QImages to
-be corrupted and hence causing crashed.
-
-This patch triggers a layout upon resizing the FrameView, which reduces
-the likely hood of resizing plugins during a subsequent paintEvent.
-
-Task-number: QTBUG-34277
-Change-Id: Id35c72a3cc68ac6633a74fba0669c2d8fbfabc88
-Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
----
- Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
-index e6145b6ffb82..941d8df603d9 100644
---- Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
-+++ Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
-@@ -962,6 +962,9 @@ void QWebFrameAdapter::setViewportSize(const QSize& size)
- ASSERT(view);
- view->resize(size);
- view->adjustViewSize();
-+
-+ if (view->needsLayout())
-+ view->layout();
- }
-
-
diff --git a/www/qt5-webkit/files/patch-icu68 b/www/qt5-webkit/files/patch-icu68
deleted file mode 100644
index 25f094d7f35f..000000000000
--- a/www/qt5-webkit/files/patch-icu68
+++ /dev/null
@@ -1,170 +0,0 @@
-Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
-
-In file included from Source/WebCore/platform/text/TextAllInOne.cpp:31:
-Source/WebCore/platform/text/TextCodecICU.cpp:311:42: error: use of undeclared identifier 'TRUE'
- ucnv_setFallback(m_converterICU, TRUE);
- ^
-In file included from Source/WebCore/platform/text/TextAllInOne.cpp:40:
-In file included from Source/WebCore/platform/text/icu/UTextProvider.cpp:27:
-Source/WebCore/platform/text/icu/UTextProvider.h:83:28: error: use of undeclared identifier 'TRUE'
- isAccessible = TRUE;
- ^
-Source/WebCore/platform/text/icu/UTextProvider.h:88:28: error: use of undeclared identifier 'FALSE'
- isAccessible = FALSE;
- ^
-Source/WebCore/platform/text/icu/UTextProvider.h:97:28: error: use of undeclared identifier 'TRUE'
- isAccessible = TRUE;
- ^
-Source/WebCore/platform/text/icu/UTextProvider.h:102:28: error: use of undeclared identifier 'FALSE'
- isAccessible = FALSE;
- ^
-In file included from Source/WebCore/platform/text/TextAllInOne.cpp:41:
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:103:20: error: use of undeclared identifier 'TRUE'
- return TRUE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:108:20: error: use of undeclared identifier 'FALSE'
- return FALSE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:114:20: error: use of undeclared identifier 'TRUE'
- return TRUE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:119:20: error: use of undeclared identifier 'FALSE'
- return FALSE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:147:12: error: use of undeclared identifier 'TRUE'
- return TRUE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:339:16: error: use of undeclared identifier 'FALSE'
- return FALSE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:359:12: error: use of undeclared identifier 'TRUE'
- return TRUE;
- ^
-In file included from Source/WebCore/platform/text/TextAllInOne.cpp:42:
-Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp:128:16: error: use of undeclared identifier 'FALSE'
- return FALSE;
- ^
-Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp:148:12: error: use of undeclared identifier 'TRUE'
- return TRUE;
- ^
-
---- Source/WebCore/platform/text/TextCodecICU.cpp.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/platform/text/TextCodecICU.cpp
-@@ -308,7 +308,7 @@ void TextCodecICU::createICUConverter() const
- m_converterICU = ucnv_open(m_canonicalConverterName, &err);
- ASSERT(U_SUCCESS(err));
- if (m_converterICU)
-- ucnv_setFallback(m_converterICU, TRUE);
-+ ucnv_setFallback(m_converterICU, true);
- }
-
- int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err)
---- Source/WebCore/platform/text/icu/UTextProvider.h.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/platform/text/icu/UTextProvider.h
-@@ -80,12 +80,12 @@ inline bool uTextAccessInChunkOrOutOfRange(UText* text
- // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
- ASSERT(offset < std::numeric_limits<int32_t>::max());
- text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
-- isAccessible = TRUE;
-+ isAccessible = true;
- return true;
- }
- if (nativeIndex >= nativeLength && text->chunkNativeLimit == nativeLength) {
- text->chunkOffset = text->chunkLength;
-- isAccessible = FALSE;
-+ isAccessible = false;
- return true;
- }
- } else {
-@@ -94,12 +94,12 @@ inline bool uTextAccessInChunkOrOutOfRange(UText* text
- // Ensure chunk offset is well formed if computed offset exceeds int32_t range.
- ASSERT(offset < std::numeric_limits<int32_t>::max());
- text->chunkOffset = offset < std::numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
-- isAccessible = TRUE;
-+ isAccessible = true;
- return true;
- }
- if (nativeIndex <= 0 && !text->chunkNativeStart) {
- text->chunkOffset = 0;
-- isAccessible = FALSE;
-+ isAccessible = false;
- return true;
- }
- }
---- Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp
-@@ -100,23 +100,23 @@ static UBool uTextLatin1Access(UText* uText, int64_t i
- if (index < uText->chunkNativeLimit && index >= uText->chunkNativeStart) {
- // Already inside the buffer. Set the new offset.
- uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
-- return TRUE;
-+ return true;
- }
- if (index >= length && uText->chunkNativeLimit == length) {
- // Off the end of the buffer, but we can't get it.
- uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
-- return FALSE;
-+ return false;
- }
- } else {
- if (index <= uText->chunkNativeLimit && index > uText->chunkNativeStart) {
- // Already inside the buffer. Set the new offset.
- uText->chunkOffset = static_cast<int32_t>(index - uText->chunkNativeStart);
-- return TRUE;
-+ return true;
- }
- if (!index && !uText->chunkNativeStart) {
- // Already at the beginning; can't go any farther.
- uText->chunkOffset = 0;
-- return FALSE;
-+ return false;
- }
- }
-
-@@ -144,7 +144,7 @@ static UBool uTextLatin1Access(UText* uText, int64_t i
-
- uText->nativeIndexingLimit = uText->chunkLength;
-
-- return TRUE;
-+ return true;
- }
-
- static int32_t uTextLatin1Extract(UText* uText, int64_t start, int64_t limit, UChar* dest, int32_t destCapacity, UErrorCode* status)
-@@ -336,7 +336,7 @@ static int64_t uTextLatin1ContextAwareNativeLength(UTe
- static UBool uTextLatin1ContextAwareAccess(UText* text, int64_t nativeIndex, UBool forward)
- {
- if (!text->context)
-- return FALSE;
-+ return false;
- int64_t nativeLength = uTextLatin1ContextAwareNativeLength(text);
- UBool isAccessible;
- if (uTextAccessInChunkOrOutOfRange(text, nativeIndex, nativeLength, forward, isAccessible))
-@@ -356,7 +356,7 @@ static UBool uTextLatin1ContextAwareAccess(UText* text
- ASSERT(newContext == UTextProviderContext::PriorContext);
- textLatin1ContextAwareSwitchToPriorContext(text, nativeIndex, nativeLength, forward);
- }
-- return TRUE;
-+ return true;
- }
-
- static int32_t uTextLatin1ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode)
---- Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp.orig 2020-03-04 17:16:37 UTC
-+++ Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp
-@@ -125,7 +125,7 @@ static inline int64_t uTextUTF16ContextAwareNativeLeng
- static UBool uTextUTF16ContextAwareAccess(UText* text, int64_t nativeIndex, UBool forward)
- {
- if (!text->context)
-- return FALSE;
-+ return false;
- int64_t nativeLength = uTextUTF16ContextAwareNativeLength(text);
- UBool isAccessible;
- if (uTextAccessInChunkOrOutOfRange(text, nativeIndex, nativeLength, forward, isAccessible))
-@@ -145,7 +145,7 @@ static UBool uTextUTF16ContextAwareAccess(UText* text,
- ASSERT(newContext == UTextProviderContext::PriorContext);
- textUTF16ContextAwareSwitchToPriorContext(text, nativeIndex, nativeLength, forward);
- }
-- return TRUE;
-+ return true;
- }
-
- static int32_t uTextUTF16ContextAwareExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode)
diff --git a/www/qt5-webkit/files/pkg-install.in b/www/qt5-webkit/files/pkg-install.in
deleted file mode 100644
index 1136125a5b4f..000000000000
--- a/www/qt5-webkit/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Before r448361, QtWebKit had QT_DEFINES, which caused qconfig-modules.h to
-# include qconfig-webkit.h, which we no longer set. We no longer ship
-# qconfig-webkit.h, we need to make sure qconfig-modules.h no longer includes
-# it (see bug 221828).
-
-if [ "$2" = "POST-INSTALL" ]; then
- sed -i "" '/qconfig-webkit.h/d' \
- %%QT_INCDIR%%/QtCore/qconfig-modules.h 2>/dev/null || true
-fi
diff --git a/www/qt5-webkit/pkg-descr b/www/qt5-webkit/pkg-descr
deleted file mode 100644
index 8c0fc05e5726..000000000000
--- a/www/qt5-webkit/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Qt WebKit is the port of WebKit on top of Qt.
-This is a project aiming to upgrade QtWebKit to modern WebKit code base.
diff --git a/www/qt5-webkit/pkg-plist b/www/qt5-webkit/pkg-plist
deleted file mode 100644
index b08bcc4f00e4..000000000000
--- a/www/qt5-webkit/pkg-plist
+++ /dev/null
@@ -1,108 +0,0 @@
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qhttpheader_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquicknetworkreply_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquicknetworkrequest_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickurlschemedelegate_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebpage_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebpage_p_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebview_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qquickwebview_p_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qtwebsecurityorigin_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebchannelwebkittransport_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdatabase_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdownloaditem_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebdownloaditem_p_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebelement_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebhistory_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebiconimageprovider_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebkittest_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebloadrequest_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationhistory_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationhistory_p_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebnavigationrequest_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpermissionrequest_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebplugindatabase_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpreferences_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebpreferences_p_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebscriptworld_p.h
-%%QT_INCDIR%%/QtWebKit/%%FULLVER%%/QtWebKit/private/qwebsecurityorigin_p.h
-%%QT_INCDIR%%/QtWebKit/QWebDatabase
-%%QT_INCDIR%%/QtWebKit/QWebElement
-%%QT_INCDIR%%/QtWebKit/QWebElementCollection
-%%QT_INCDIR%%/QtWebKit/QWebFullScreenRequest
-%%QT_INCDIR%%/QtWebKit/QWebFullScreenVideoHandler
-%%QT_INCDIR%%/QtWebKit/QWebHapticFeedbackPlayer
-%%QT_INCDIR%%/QtWebKit/QWebHistory
-%%QT_INCDIR%%/QtWebKit/QWebHistoryInterface
-%%QT_INCDIR%%/QtWebKit/QWebHistoryItem
-%%QT_INCDIR%%/QtWebKit/QWebKitPlatformPlugin
-%%QT_INCDIR%%/QtWebKit/QWebNotificationData
-%%QT_INCDIR%%/QtWebKit/QWebNotificationPresenter
-%%QT_INCDIR%%/QtWebKit/QWebPluginFactory
-%%QT_INCDIR%%/QtWebKit/QWebSecurityOrigin
-%%QT_INCDIR%%/QtWebKit/QWebSelectData
-%%QT_INCDIR%%/QtWebKit/QWebSelectMethod
-%%QT_INCDIR%%/QtWebKit/QWebSettings
-%%QT_INCDIR%%/QtWebKit/QWebSpellChecker
-%%QT_INCDIR%%/QtWebKit/QWebTouchModifier
-%%QT_INCDIR%%/QtWebKit/QtWebKit
-%%QT_INCDIR%%/QtWebKit/QtWebKitDepends
-%%QT_INCDIR%%/QtWebKit/QtWebKitVersion
-%%QT_INCDIR%%/QtWebKit/qtwebkitversion.h
-%%QT_INCDIR%%/QtWebKit/qwebdatabase.h
-%%QT_INCDIR%%/QtWebKit/qwebelement.h
-%%QT_INCDIR%%/QtWebKit/qwebfullscreenrequest.h
-%%QT_INCDIR%%/QtWebKit/qwebhistory.h
-%%QT_INCDIR%%/QtWebKit/qwebhistoryinterface.h
-%%QT_INCDIR%%/QtWebKit/qwebkitglobal.h
-%%QT_INCDIR%%/QtWebKit/qwebkitplatformplugin.h
-%%QT_INCDIR%%/QtWebKit/qwebpluginfactory.h
-%%QT_INCDIR%%/QtWebKit/qwebsecurityorigin.h
-%%QT_INCDIR%%/QtWebKit/qwebsettings.h
-%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebframe_p.h
-%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebinspector_p.h
-%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebpage_p.h
-%%QT_INCDIR%%/QtWebKitWidgets/%%FULLVER%%/QtWebKitWidgets/private/qwebviewaccessible_p.h
-%%QT_INCDIR%%/QtWebKitWidgets/QGraphicsWebView
-%%QT_INCDIR%%/QtWebKitWidgets/QWebFrame
-%%QT_INCDIR%%/QtWebKitWidgets/QWebHitTestResult
-%%QT_INCDIR%%/QtWebKitWidgets/QWebInspector
-%%QT_INCDIR%%/QtWebKitWidgets/QWebPage
-%%QT_INCDIR%%/QtWebKitWidgets/QWebView
-%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgets
-%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgetsDepends
-%%QT_INCDIR%%/QtWebKitWidgets/QtWebKitWidgetsVersion
-%%QT_INCDIR%%/QtWebKitWidgets/qgraphicswebview.h
-%%QT_INCDIR%%/QtWebKitWidgets/qtwebkitwidgetsversion.h
-%%QT_INCDIR%%/QtWebKitWidgets/qwebframe.h
-%%QT_INCDIR%%/QtWebKitWidgets/qwebinspector.h
-%%QT_INCDIR%%/QtWebKitWidgets/qwebpage.h
-%%QT_INCDIR%%/QtWebKitWidgets/qwebview.h
-lib/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
-lib/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake
-lib/cmake/Qt5WebKit/WebKitTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/Qt5WebKit/WebKitTargets.cmake
-lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
-lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake
-lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake
-%%QT_LIBDIR%%/libQt5WebKit.so
-%%QT_LIBDIR%%/libQt5WebKit.so.5
-%%QT_LIBDIR%%/libQt5WebKit.so.%%FULLVER%%
-%%QT_LIBDIR%%/libQt5WebKitWidgets.so
-%%QT_LIBDIR%%/libQt5WebKitWidgets.so.5
-%%QT_LIBDIR%%/libQt5WebKitWidgets.so.%%FULLVER%%
-%%QT_MKSPECDIR%%/modules/qt_lib_webkit.pri
-%%QT_MKSPECDIR%%/modules/qt_lib_webkitwidgets.pri
-%%QT_MKSPECDIR%%/modules/qt_lib_webkit_private.pri
-%%QT_MKSPECDIR%%/modules/qt_lib_webkitwidgets_private.pri
-%%QT_QMLDIR%%/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so
-%%QT_QMLDIR%%/QtWebKit/experimental/qmldir
-%%QT_QMLDIR%%/QtWebKit/libqmlwebkitplugin.so
-%%QT_QMLDIR%%/QtWebKit/plugins.qmltypes
-%%QT_QMLDIR%%/QtWebKit/qmldir
-libdata/pkgconfig/Qt5WebKit.pc
-libdata/pkgconfig/Qt5WebKitWidgets.pc
-%%QT_LIBEXECDIR%%/QtWebNetworkProcess
-%%QT_LIBEXECDIR%%/QtWebPluginProcess
-%%QT_LIBEXECDIR%%/QtWebStorageProcess
-%%QT_LIBEXECDIR%%/QtWebProcess