git: 6e6d25870c13 - main - UPDATING: Add entry for vim reconstruction
Adam Weinberger
adamw at FreeBSD.org
Thu Sep 2 06:55:13 UTC 2021
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6d25870c13b22ba11987a30f94b1e3f5377c91
commit 6e6d25870c13b22ba11987a30f94b1e3f5377c91
Author: Adam Weinberger <adamw at FreeBSD.org>
AuthorDate: 2021-09-02 06:54:59 +0000
Commit: Adam Weinberger <adamw at FreeBSD.org>
CommitDate: 2021-09-02 06:55:09 +0000
UPDATING: Add entry for vim reconstruction
---
UPDATING | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/UPDATING b/UPDATING
index ce067577210c..e8344ffec2bb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ 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.
+20210902:
+ AFFECTS: users of editors/vim
+ AUTHOR: adamw at FreeBSD.org
+
+ The vim ports have been completely reworked to take advantage of flavors.
+
+ The biggest change is that the `vim' package is now console-only. If
+ you want the GTk3 GUI, you'll need to install the `vim-gtk3' package
+ instead. All the GUI toolkits have their own package now: vim-gtk3,
+ vim-gtk2, -athena, -motif, and -x11. The vim-tiny package still exists.
+
+ Also: only python3 bindings are included now. There are very few plugins
+ written in Perl or Ruby, so there really wasn't a need to bundle those
+ languages with Vim. They still exist as OPTIONS, so you can still enable
+ them if you'd like. Also, support for py27 has been dropped.
+
20210901:
AFFECTS: users of audio/ampache
AUTHOR: crees at FreeBSD.org
More information about the dev-commits-ports-all
mailing list