git: 4123f4e99fc0 - main - UPDATING: Add qt5-webengine upgrade instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 05:01:54 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=4123f4e99fc0fbbf02576e5582970c11a6d19c16 commit 4123f4e99fc0fbbf02576e5582970c11a6d19c16 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-03-06 04:59:57 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-03-06 04:59:57 +0000 UPDATING: Add qt5-webengine upgrade instructions Give users some advice about the upgrade for the recent update of www/qt5-webengine. --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index 4e717c661f0e..47c69c92ed96 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. +20230306: + 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.15.2. + + In that case, pkg delete -f the qt5-webengine package before building + the updated version. + 20230304: AFFECTS: users of accessibility/atk and accessibilty/at-spi2-atk AUTHOR: tcberner@FreeBSD.org