aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-10-26 22:00:04 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-10-26 22:00:04 +0000
commit12b38b8896e53712a94770c6137798818c0b879d (patch)
tree0a4a1bfe6c10dc33f77208e88f095abb27572327 /www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn
parent9cd872d0511dd014d181fc8b50c744c9e3d229dd (diff)
downloadports-12b38b8896e53712a94770c6137798818c0b879d.tar.gz
ports-12b38b8896e53712a94770c6137798818c0b879d.zip
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
Notes
Notes: svn path=/head/; revision=515731
Diffstat (limited to 'www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn')
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_services_device_serial_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
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) {