aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
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 /UPDATING
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 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 52e60cea169e..1188c6870885 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20191026:
+ AFFECTS: users of www/qt5-webengine
+ AUTHOR: kai@FreeBSD.org
+
+ Users that upgrade www/qt5-webengine without using pkg/poudriere might
+ experience failures due to conflicts with the installed version of 5.12.2.
+
+ In that case, pkg delete -f the qt5-webengine package before building
+ the updated version.
+
20191025:
AFFECTS: users of x11/nvidia-driver (and slave ports)
AUTHOR: danfe@FreeBSD.org