=> Bootstrap dependency digest>=20010302: found digest-20180917 => Checksum SHA1 OK for 0325d51c4a2a05fb.patch => Checksum RMD160 OK for 0325d51c4a2a05fb.patch => Checksum SHA512 OK for 0325d51c4a2a05fb.patch => Checksum SHA1 OK for 6c7b0f61c12d28cc.patch => Checksum RMD160 OK for 6c7b0f61c12d28cc.patch => Checksum SHA512 OK for 6c7b0f61c12d28cc.patch => Checksum SHA1 OK for qtwebkit-5.212.0-alpha2.tar.xz => Checksum RMD160 OK for qtwebkit-5.212.0-alpha2.tar.xz => Checksum SHA512 OK for qtwebkit-5.212.0-alpha2.tar.xz ===> Installing dependencies for qt5-qtwebkit-5.212.0.alpha2nb12 ========================================================================== The following variables will affect the build process of this package, qt5-qtwebkit-5.212.0.alpha2nb12. Their current value is shown below: * CURSES_DEFAULT = curses * JPEG_DEFAULT = jpeg * PYTHON_VERSION_DEFAULT = 27 * SSLBASE = /usr * SSLCERTS = /etc/openssl/certs * SSLDIR = /etc/openssl * SSLKEYS = /etc/openssl/private Based on these variables, the following variables have been set: * CURSES_TYPE = curses * JPEGBASE (defined, but empty) * JPEG_TYPE = jpeg * PYPACKAGE = python27 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.56.2 => Tool dependency bison>=1.0: found bison-3.0.4nb4 => Tool dependency cmake>=2.8.1nb1: found cmake-3.13.2 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency perl>=5.0: found perl-5.28.1 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.4.1nb1 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency gperf-[0-9]*: found gperf-3.1 => Build dependency x11-links>=1.12: found x11-links-1.12 => Build dependency python27>=2.7.1nb2: found python27-2.7.15nb1 => Build dependency ruby24-base>=2.4.5: found ruby24-base-2.4.5 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency libwebp>=0.6.0: found libwebp-1.0.1 => Full dependency hyphen>=2.8.6: found hyphen-2.8.8nb1 => Full dependency icu>=62.1: found icu-63.1nb1 => Full dependency libxslt>=1.1.28nb2: found libxslt-1.1.32nb1 => Full dependency gst-plugins1-base>=1.0.0: found gst-plugins1-base-1.14.4 => Full dependency qt5-qtdeclarative>=5.11.2nb3: found qt5-qtdeclarative-5.12.0 => Full dependency qt5-qtlocation>=5.11.2nb3: found qt5-qtlocation-5.12.0 => Full dependency qt5-qtmultimedia>=5.11.2nb2: found qt5-qtmultimedia-5.12.0 => Full dependency qt5-qtsensors>=5.11.2nb2: found qt5-qtsensors-5.12.0 => Full dependency qt5-qtwebchannel>=5.11.2nb2: found qt5-qtwebchannel-5.12.0 ===> Overriding tools for qt5-qtwebkit-5.212.0.alpha2nb12 ===> Extracting for qt5-qtwebkit-5.212.0.alpha2nb12 ===> Patching for qt5-qtwebkit-5.212.0.alpha2nb12 => Applying distribution patches for qt5-qtwebkit-5.212.0.alpha2nb12 => Applying distribution patch 0325d51c4a2a05fb.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 0325d51c4a2a05fb11b93f0c99d1d08976aac47d Mon Sep 17 00:00:00 2001 |From: Konstantin Tokarev |Date: Thu, 28 Dec 2017 02:22:58 +0300 |Subject: [PATCH] [ECM] Update ECMGeneratePkgConfigFile to latest version, fill | in DESCRIPTION | |Change-Id: Ib9252a02badeb2be4d8da74c9ab38195ded92afd |--- | Source/WebKit/PlatformQt.cmake | 2 + | Source/cmake/ECMGeneratePkgConfigFile.cmake | 60 ++++++++++++++++----- | 2 files changed, 50 insertions(+), 12 deletions(-) | |diff --git a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake |index cf5f36700405..909efc00dba3 100644 |--- a/Source/WebKit/PlatformQt.cmake |+++ b/Source/WebKit/PlatformQt.cmake -------------------------- Patching file Source/WebKit/PlatformQt.cmake using Plan A... Hunk #1 succeeded at 479 (offset -23 lines). Hunk #2 succeeded at 693 (offset -34 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/Source/cmake/ECMGeneratePkgConfigFile.cmake b/Source/cmake/ECMGeneratePkgConfigFile.cmake |index b4e68663038c..09d7e2b476d2 100644 |--- a/Source/cmake/ECMGeneratePkgConfigFile.cmake |+++ b/Source/cmake/ECMGeneratePkgConfigFile.cmake -------------------------- Patching file Source/cmake/ECMGeneratePkgConfigFile.cmake using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 43. Hunk #3 succeeded at 71. Hunk #4 succeeded at 139. Hunk #5 succeeded at 166. Hunk #6 succeeded at 180. Hunk #7 succeeded at 189. done => Applying distribution patch 6c7b0f61c12d28cc.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 6c7b0f61c12d28cc6d107a3a2210ff96e4653cd5 Mon Sep 17 00:00:00 2001 |From: Dmitry Shachnev |Date: Sat, 24 Feb 2018 15:09:53 +0300 |Subject: [PATCH] [cmake] Fix include dir in the generated pkg-config files | |--- | Source/WebKit/PlatformQt.cmake | 2 ++ | 1 file changed, 2 insertions(+) | |diff --git a/Source/WebKit/PlatformQt.cmake b/Source/WebKit/PlatformQt.cmake |index 6fe440be800c..28976b611cd8 100644 |--- a/Source/WebKit/PlatformQt.cmake |+++ b/Source/WebKit/PlatformQt.cmake -------------------------- Patching file Source/WebKit/PlatformQt.cmake using Plan A... Hunk #1 succeeded at 480 (offset -23 lines). Hunk #2 succeeded at 695 (offset -34 lines). done => Applying pkgsrc patches for qt5-qtwebkit-5.212.0.alpha2nb12 => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_API_ObjCCallbackFunction.h,v 1.1 2014/12/30 17:23:47 adam Exp $ | |--- Source/JavaScriptCore/API/ObjCCallbackFunction.h.orig 2014-04-21 21:08:37.000000000 +0000 |+++ Source/JavaScriptCore/API/ObjCCallbackFunction.h -------------------------- Patching file Source/JavaScriptCore/API/ObjCCallbackFunction.h using Plan A... Hunk #1 succeeded at 29. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_assembler_ARMAssembler.h,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2017-06-04 20:16:05.000000000 +0000 |+++ Source/JavaScriptCore/assembler/ARMAssembler.h -------------------------- Patching file Source/JavaScriptCore/assembler/ARMAssembler.h using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 1132. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp.orig 2017-06-04 20:16:05.000000000 +0000 |+++ Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp -------------------------- Patching file Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 69. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_dfg_DFGNode.h,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/JavaScriptCore/dfg/DFGNode.h.orig 2017-06-04 20:16:05.000000000 +0000 |+++ Source/JavaScriptCore/dfg/DFGNode.h -------------------------- Patching file Source/JavaScriptCore/dfg/DFGNode.h using Plan A... Hunk #1 succeeded at 226. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |Support NetBSD | |XXXX - currently only did CPU(X86_64) and guessed those values. | rest are currently jsut copied from FreeBSD | |--- Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig 2017-06-04 20:16:05.000000000 +0000 |+++ Source/JavaScriptCore/heap/MachineStackMarker.cpp -------------------------- Patching file Source/JavaScriptCore/heap/MachineStackMarker.cpp using Plan A... Hunk #1 succeeded at 665. Hunk #2 succeeded at 763. Hunk #3 succeeded at 870. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_jit_ThunkGenerators.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_jit_ThunkGenerators.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_jit_ThunkGenerators.cpp,v 1.1 2018/08/01 15:01:08 maya Exp $ | |Treat netbsd as linux for JIT purposes. | |--- Source/JavaScriptCore/jit/ThunkGenerators.cpp.orig 2017-06-04 20:16:05.000000000 +0000 |+++ Source/JavaScriptCore/jit/ThunkGenerators.cpp -------------------------- Patching file Source/JavaScriptCore/jit/ThunkGenerators.cpp using Plan A... Hunk #1 succeeded at 633. Hunk #2 succeeded at 651. Hunk #3 succeeded at 675. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_tools_CodeProfiling.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_JavaScriptCore_tools_CodeProfiling.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_JavaScriptCore_tools_CodeProfiling.cpp,v 1.4 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/JavaScriptCore/tools/CodeProfiling.cpp.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/JavaScriptCore/tools/CodeProfiling.cpp -------------------------- Patching file Source/JavaScriptCore/tools/CodeProfiling.cpp using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 48. Hunk #3 succeeded at 80. Hunk #4 succeeded at 148. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h,v 1.1 2014/12/30 17:23:47 adam Exp $ | |--- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2013-11-27 01:01:50.000000000 +0000 |+++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h -------------------------- Patching file Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h using Plan A... Hunk #1 succeeded at 175 (offset 2 lines). Hunk #2 succeeded at 447 (offset 5 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_Assertions.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_Assertions.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WTF_wtf_Assertions.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/WTF/wtf/Assertions.cpp.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/WTF/wtf/Assertions.cpp -------------------------- Patching file Source/WTF/wtf/Assertions.cpp using Plan A... Hunk #1 succeeded at 68. Hunk #2 succeeded at 225. Hunk #3 succeeded at 259. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_InlineASM.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_InlineASM.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WTF_wtf_InlineASM.h,v 1.1 2014/12/30 17:23:47 adam Exp $ | |* Add NetBSD support |* Add Solaris/SunOS support | |--- Source/WTF/wtf/InlineASM.h.orig 2013-11-27 01:01:21.000000000 +0000 |+++ Source/WTF/wtf/InlineASM.h -------------------------- Patching file Source/WTF/wtf/InlineASM.h using Plan A... Hunk #1 succeeded at 40 (offset -2 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_MathExtras.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WTF_wtf_MathExtras.h,v 1.2 2018/01/17 19:37:33 markd Exp $ | |Fix SunOS build. | |--- Source/WTF/wtf/MathExtras.h.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/WTF/wtf/MathExtras.h -------------------------- Patching file Source/WTF/wtf/MathExtras.h using Plan A... Hunk #1 succeeded at 75. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_Platform.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_Platform.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WTF_wtf_Platform.h,v 1.4 2018/08/01 15:01:08 maya Exp $ | |* Use system's malloc for NetBSD, do not use fastmalloc from qt5, | fix segfault of qtwebkit consumers | |* Disable DISASSEMBLER on Linux. Unresolved symbols as not building | UDis86Disassembler.cpp for some reason. | |--- Source/WTF/wtf/Platform.h.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/WTF/wtf/Platform.h -------------------------- Patching file Source/WTF/wtf/Platform.h using Plan A... Hunk #1 succeeded at 694. Hunk #2 succeeded at 754. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WTF_wtf_ThreadIdentifierDataPthreads.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Add NetBSD support | |--- Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp -------------------------- Patching file Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp using Plan A... Hunk #1 succeeded at 39. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_page_NavigatorBase.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_page_NavigatorBase.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebCore_page_NavigatorBase.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Treat *BSD like Linux | |--- Source/WebCore/page/NavigatorBase.cpp.orig 2017-06-04 20:16:06.000000000 +0000 |+++ Source/WebCore/page/NavigatorBase.cpp -------------------------- Patching file Source/WebCore/page/NavigatorBase.cpp using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 90. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp,v 1.1 2015/03/31 16:01:12 joerg Exp $ | |--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2014-12-05 16:24:49.000000000 +0000 |+++ Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp -------------------------- Patching file Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp using Plan A... Hunk #1 succeeded at 403 (offset -1 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface.h,v 1.1 2014/12/30 17:23:48 adam Exp $ | |* Treat *BSD like Linux | |--- Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h.orig 2013-11-27 01:01:44.000000000 +0000 |+++ Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h -------------------------- Patching file Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h using Plan A... Hunk #1 succeeded at 34 (offset -2 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurfaceToken.h,v 1.1 2014/12/30 17:23:48 adam Exp $ | |* Treat *BSD like Linux | |--- Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h.orig 2013-11-27 01:01:44.000000000 +0000 |+++ Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h -------------------------- Patching file Source/WebCore/platform/graphics/surfaces/GraphicsSurfaceToken.h using Plan A... Hunk #1 succeeded at 33 (offset -2 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebKit2_Platform_unix_SharedMemoryUnix.cpp,v 1.2 2018/01/17 19:37:33 markd Exp $ | |* Try to use /tmp/* file like shared memory, I am not sure. | |--- Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp.orig 2017-06-04 20:16:07.000000000 +0000 |+++ Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp -------------------------- Patching file Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp using Plan A... Hunk #1 succeeded at 96. Hunk #2 succeeded at 125. Hunk #3 succeeded at 138. done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebKit_PlatformQt.cmake => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_WebKit_PlatformQt.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_WebKit_PlatformQt.cmake,v 1.1 2018/01/17 19:37:33 markd Exp $ | |Fix build with CMake 3.10 | |--- Source/WebKit/PlatformQt.cmake.orig 2017-06-09 14:11:36.000000000 +0000 |+++ Source/WebKit/PlatformQt.cmake -------------------------- Patching file Source/WebKit/PlatformQt.cmake using Plan A... Hunk #1 succeeded at 790 (offset 4 lines). Hunk #2 succeeded at 800 (offset 4 lines). done => Verifying /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_cmake_OptionsQt.cmake => Applying pkgsrc patch /usr/pkgsrc/x11/qt5-qtwebkit/patches/patch-Source_cmake_OptionsQt.cmake Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-Source_cmake_OptionsQt.cmake,v 1.1 2018/01/17 19:37:33 markd Exp $ | |ECM_MODULE_DIR wants a single directory, not a path | |--- Source/cmake/OptionsQt.cmake.orig 2017-06-15 23:36:48.000000000 +0000 |+++ Source/cmake/OptionsQt.cmake -------------------------- Patching file Source/cmake/OptionsQt.cmake using Plan A... Hunk #1 succeeded at 1. done ===> Creating toolchain wrappers for qt5-qtwebkit-5.212.0.alpha2nb12 ===> Configuring for qt5-qtwebkit-5.212.0.alpha2nb12 /bin/mkdir -p /tmp/pkgbuild/x11/qt5-qtwebkit/work/qtwebkit-5.212.0-alpha2/_build => Generating pkg-config files for builtin xz package. => Generating pkg-config file for builtin expat package. => Replacing Perl interpreter in Source/WebKit2/Scripts/generate-forwarding-headers.pl. => Fixing CMAKE_MODULE_PATH in CMakeLists.txt => Checking for portability problems in extracted files -- The C compiler identification is GNU 5.5.0 -- The CXX compiler identification is GNU 5.5.0 -- Check for working C compiler: /tmp/pkgbuild/x11/qt5-qtwebkit/work/.cwrapper/bin/gcc -- Check for working C compiler: /tmp/pkgbuild/x11/qt5-qtwebkit/work/.cwrapper/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/pkgbuild/x11/qt5-qtwebkit/work/.cwrapper/bin/c++ -- Check for working CXX compiler: /tmp/pkgbuild/x11/qt5-qtwebkit/work/.cwrapper/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:85 (message): Unknown CPU 'sparc64' -- Configuring incomplete, errors occurred! See also "/tmp/pkgbuild/x11/qt5-qtwebkit/work/qtwebkit-5.212.0-alpha2/_build/CMakeFiles/CMakeOutput.log". *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/x11/qt5-qtwebkit *** Error code 1 Stop. make: stopped in /usr/pkgsrc/x11/qt5-qtwebkit