diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-26 06:19:17 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-04-26 06:19:17 +0200 |
commit | 8a90098e6b19316d1403ff8ba109a188df369036 (patch) | |
tree | efba2b00163e45af6fd01d792137c2c9f8240365 /UPDATING | |
parent | 4f2ca09a90b81fdd37a3b25688ece86d1085708b (diff) | |
download | freebsd-ports-8a90098e6b19316d1403ff8ba109a188df369036.zip |
UPDATING: document issue with deskutils/grantleetheme
PR: 263570
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |