From owner-svn-ports-all@freebsd.org Mon Apr 27 07:35:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A6862AC9E6; Mon, 27 Apr 2020 07:35:06 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 499c4V3b1fz4ZHY; Mon, 27 Apr 2020 07:35:06 +0000 (UTC) (envelope-from kai@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 583F26E03; Mon, 27 Apr 2020 07:35:06 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03R7Z6IQ065541; Mon, 27 Apr 2020 07:35:06 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03R7Z5x2065536; Mon, 27 Apr 2020 07:35:05 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202004270735.03R7Z5x2065536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 27 Apr 2020 07:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533106 - in head/www/qt5-webengine: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/www/qt5-webengine: . files X-SVN-Commit-Revision: 533106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2020 07:35:06 -0000 Author: kai Date: Mon Apr 27 07:35:04 2020 New Revision: 533106 URL: https://svnweb.freebsd.org/changeset/ports/533106 Log: www/qt5-webengine: Update to 5.14.2 * Under the hood runs Chromium version to 77.0.3865.129 with security patches up to 80.0.3987.132 . * Restore one patch that was removed in r497425 . It's now required again to get successful builds. Changelog: [QTBUG-78284] Fixed conversion of tabpanel aria role [QTBUG-81206] Fixed overriding shortcuts in password input fields on Windows [QTBUG-80234] Fixed media playback issue on custom urls by supporting HTTP ranges headers [QTBUG-81521] Update navigation actions when load finishes in a subframe [QTBUG-82109] Fixed name filters of GTK file picker [QTBUG-78284] Fixed widget accessibility on macOS [QTBUG-78284] Fixed quick accessibility on macOS [QTBUG-81783] Fixed event.key for Ctrl key combinations on Windows [QTBUG-81574] Clear previous page text selection on new navigation unconditionally [QTBUG-78284] Fixed VoiceOver navigation on web pages on macOS [QTBUG-81539] Update accessibility focus on FocusIn events for Quick [QTBUG-82715] Support build with system ninja >= 1.10.0 * Fixed deadlocks on WebEngineContext destruction * Suppress error message on ACCESSIBILITY_EVENTS permission type * Example 'quicknanobrowser' improvements Approved by: tcberner (kde) Added: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h - copied unchanged from r497424, head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h Modified: head/www/qt5-webengine/Makefile head/www/qt5-webengine/distinfo head/www/qt5-webengine/files/patch-configure.pri head/www/qt5-webengine/files/patch-src_3rdparty_gn_build_gen.py Modified: head/www/qt5-webengine/Makefile ============================================================================== --- head/www/qt5-webengine/Makefile Mon Apr 27 06:25:58 2020 (r533105) +++ head/www/qt5-webengine/Makefile Mon Apr 27 07:35:04 2020 (r533106) @@ -48,7 +48,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libwebp.so:graphics/webp DISTINFO_FILE= ${.CURDIR}/distinfo -QT5_VERSION= 5.14.0 +QT5_VERSION= 5.14.2 OPTIONS_SINGLE= AUDIO OPTIONS_SINGLE_AUDIO= ALSA PULSEAUDIO SNDIO Modified: head/www/qt5-webengine/distinfo ============================================================================== --- head/www/qt5-webengine/distinfo Mon Apr 27 06:25:58 2020 (r533105) +++ head/www/qt5-webengine/distinfo Mon Apr 27 07:35:04 2020 (r533106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578321366 -SHA256 (KDE/Qt/5.14.0/qtwebengine-everywhere-src-5.14.0.tar.xz) = 74f8c11cc318612c8d9dc87cf791badb1efe7080c10d8b3ed5843b249a942d32 -SIZE (KDE/Qt/5.14.0/qtwebengine-everywhere-src-5.14.0.tar.xz) = 241565016 +TIMESTAMP = 1586559398 +SHA256 (KDE/Qt/5.14.2/qtwebengine-everywhere-src-5.14.2.tar.xz) = e169d6a75d8c397e04f843bc1b9585950fb9a001255cd18d6293f66fa8a6c947 +SIZE (KDE/Qt/5.14.2/qtwebengine-everywhere-src-5.14.2.tar.xz) = 242467568 Modified: head/www/qt5-webengine/files/patch-configure.pri ============================================================================== --- head/www/qt5-webengine/files/patch-configure.pri Mon Apr 27 06:25:58 2020 (r533105) +++ head/www/qt5-webengine/files/patch-configure.pri Mon Apr 27 07:35:04 2020 (r533106) @@ -19,12 +19,3 @@ } !isEmpty(platformError) { -@@ -163,7 +166,7 @@ defineTest(qtConfTest_detectNinja) { - !isEmpty(ninja) { - qtLog("Found ninja from path: $$ninja") - qtRunLoggedCommand("$$ninja --version", version)|return(false) -- contains(version, "1.[7-9].*"): return(true) -+ contains(version, "1\.([7-9]|1[0-9])\..*"): return(true) - qtLog("Ninja version too old") - } - qtLog("Building own ninja") Copied: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h (from r497424, head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h Mon Apr 27 07:35:04 2020 (r533106, copy of r497424, head/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h) @@ -0,0 +1,13 @@ +--- src/3rdparty/chromium/base/files/file_path_watcher_kqueue.h.orig 2017-01-26 00:49:07 UTC ++++ src/3rdparty/chromium/base/files/file_path_watcher_kqueue.h +@@ -5,6 +5,10 @@ + #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ + #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ + ++#ifdef __FreeBSD__ ++#include ++#include ++#endif + #include + + #include Modified: head/www/qt5-webengine/files/patch-src_3rdparty_gn_build_gen.py ============================================================================== --- head/www/qt5-webengine/files/patch-src_3rdparty_gn_build_gen.py Mon Apr 27 06:25:58 2020 (r533105) +++ head/www/qt5-webengine/files/patch-src_3rdparty_gn_build_gen.py Mon Apr 27 07:35:04 2020 (r533106) @@ -1,14 +1,5 @@ --- src/3rdparty/gn/build/gen.py.orig 2019-11-27 21:12:25 UTC +++ src/3rdparty/gn/build/gen.py -@@ -46,7 +46,7 @@ class Platform(object): - - @staticmethod - def known_platforms(): -- return ['linux', 'darwin', 'msvc', 'aix', 'fuchsia', 'openbsd'] -+ return ['linux', 'darwin', 'msvc', 'aix', 'fuchsia', 'openbsd', 'freebsd'] - - def platform(self): - return self._platform @@ -69,6 +69,9 @@ class Platform(object): def is_aix(self): return self._platform == 'aix'