From owner-svn-ports-head@freebsd.org Sun Oct 7 11:27:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C022410BEEAA; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7629380ECC; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5718413429; Sun, 7 Oct 2018 11:27:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w97BR4QK030427; Sun, 7 Oct 2018 11:27:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w97BR47g030426; Sun, 7 Oct 2018 11:27:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201810071127.w97BR47g030426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 7 Oct 2018 11:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481440 - head/www/qt5-webkit/files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/qt5-webkit/files X-SVN-Commit-Revision: 481440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2018 11:27:05 -0000 Author: tcberner Date: Sun Oct 7 11:27:03 2018 New Revision: 481440 URL: https://svnweb.freebsd.org/changeset/ports/481440 Log: www/qt5-webkit: fix patches - follow up to r481434, make the patch apply on the official tree... Pointy hat: tcberner Deleted: head/www/qt5-webkit/files/patch-git_14947c-fix_build_cmake_3.10 Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Modified: head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake ============================================================================== --- head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 10:58:42 2018 (r481439) +++ head/www/qt5-webkit/files/patch-Source_WebKit_PlatformQt.cmake Sun Oct 7 11:27:03 2018 (r481440) @@ -6,25 +6,27 @@ Date: Sat Oct 7 17:38:32 2017 +0300 Change-Id: I65d4f491f21c17f6d99a14259988d2ddb0d67105 ---- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 07:18:38 UTC +--- Source/WebKit/PlatformQt.cmake.orig 2018-10-07 11:03:32 UTC +++ Source/WebKit/PlatformQt.cmake -@@ -481,6 +481,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) +@@ -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" ++ DESCRIPTION "Qt WebKit module" ) set(ECM_PKGCONFIG_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" CACHE PATH "The directory where pkgconfig will be installed to.") -@@ -672,6 +673,7 @@ if (NOT MACOS_BUILD_FRAMEWORKS) + 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" ++ DESCRIPTION "Qt WebKitWidgets module" ) install(FILES ${WebKitWidgets_PKGCONFIG_FILENAME} DESTINATION ${ECM_PKGCONFIG_INSTALL_DIR} COMPONENT Data) -@@ -788,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) + endif () +@@ -786,6 +790,7 @@ if (COMPILER_IS_GCC_OR_CLANG) set_source_files_properties( qt/Api/qwebdatabase.cpp qt/Api/qwebelement.cpp @@ -32,7 +34,7 @@ Date: Sat Oct 7 17:38:32 2017 +0300 qt/Api/qwebhistory.cpp qt/Api/qwebhistoryinterface.cpp qt/Api/qwebpluginfactory.cpp -@@ -797,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) +@@ -795,7 +800,6 @@ if (COMPILER_IS_GCC_OR_CLANG) qt/WidgetApi/qgraphicswebview.cpp qt/WidgetApi/qwebframe.cpp