summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-04-26 06:19:17 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2022-04-26 06:19:17 +0200
commit8a90098e6b19316d1403ff8ba109a188df369036 (patch)
treeefba2b00163e45af6fd01d792137c2c9f8240365 /UPDATING
parent4f2ca09a90b81fdd37a3b25688ece86d1085708b (diff)
downloadfreebsd-ports-8a90098e6b19316d1403ff8ba109a188df369036.zip
UPDATING: document issue with deskutils/grantleetheme
PR: 263570
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e2004da5ddab..dcf737eeb631 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20220426:
+ AFFECTS: users of deskutils/grantleetheme
+ AUTHOR: kde@FreeBSD.org
+
+ The pkg update of deskutils/grantleetheme to 22.04 can fail due
+ to a filesystem location having changed from being a file to being
+ a directory. This leads to pkg's temporary file creation throwing
+ an error.
+
+ To update to KDE Gear 22.04 please run
+ # pkg delete -f grantleetheme
+ prior to the update.
+
20220424:
AFFECTS: users of emulators/qemu
AUTHOR: bofh@FreeBSD.org