aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-06-13 15:11:18 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-06-13 15:11:18 +0000
commit80234f25642ad31d5c8af4858d740dcd207968aa (patch)
tree14e2b868ec7d3c224c20555f7e018eb2e966577a /UPDATING
parentae73d29444f166cfcf9d34e8f8568c2f01ae770d (diff)
downloadports-80234f25642ad31d5c8af4858d740dcd207968aa.tar.gz
ports-80234f25642ad31d5c8af4858d740dcd207968aa.zip
- Note changed OPTIONS and defaults for editors/libreoffice
Notes
Notes: svn path=/head/; revision=538677
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 469694be4b2b..fa3e421d7848 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.
+
+20200613:
+ AFFECTS: users of editors/libreoffice
+ AUTHOR: fluffy@FreeBSD.org
+
+ LibreOffice was updated to 6.4 vranch with some critical changes:
+ - GTK2 option is obsolete by upstream
+ - GTK3 option is not more set by default because of unstable yet and have visual glitches
+ - QT5 option is set by default to provide comfy visual style for every user
+ - KDE option was renamed to KF5 follows upstream
+
+ Please re-run "make config" to pick up the new defaults
+
20200610:
AFFECTS: users of www/node
AUTHOR: bhughes@FreeBSD.org