From 12b38b8896e53712a94770c6137798818c0b879d Mon Sep 17 00:00:00 2001 From: Kai Knoblich Date: Sat, 26 Oct 2019 22:00:04 +0000 Subject: www/qt5-webengine: Update to 5.13.0 Under the hood runs Chromium 73.0.3683.105 with applied security fixes from Chrome up to version 74.0.3729.157. Most of the patches were synced with www/chromium 73.0.3683.103 (= r498089) with some re-added/modified patches from r497877 and r499210 to get also successful builds on aarch64. Some tweaking might still be needed to get positive build results on the armv7 architecture. Other notable changes: * GN keywords "use_system_{libusb,libcxx}" aren't used anymore thus both were removed from the FreeBSD specific qmake file "freebsd.pri". * In various GN files the OS is now identified as "freebsd" (prior it was "bsd") so "mkspecs/features/functions.prf" was changed accordingly. * The hook up of the sandbox feature is no longer excluded which led to some more patches (= patch-*crashpad* files) * Add "xorg" to USES as using USE_XORG alone is deprecated. Changelog: https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.13.0 Approved by: tcberner (kde) Differential Revision: https://reviews.freebsd.org/D22095 --- ...atch-src_3rdparty_chromium_services_device_serial_BUILD.gn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn (limited to 'www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn') diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn b/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn new file mode 100644 index 000000000000..b19d623a438d --- /dev/null +++ b/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn @@ -0,0 +1,11 @@ +--- src/3rdparty/chromium/services/device/serial/BUILD.gn.orig 2019-05-23 12:39:34 UTC ++++ src/3rdparty/chromium/services/device/serial/BUILD.gn +@@ -4,7 +4,7 @@ + + import("//build/config/features.gni") + +-if (is_win || (is_linux && use_udev) || is_mac) { ++if (is_win || (is_linux && use_udev) || is_mac || is_bsd) { + config("platform_support") { + visibility = [ ":serial" ] + if (is_win) { -- cgit v1.2.3