Date: Thu, 2 Sep 2021 06:55:12 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e6d25870c13 - main - UPDATING: Add entry for vim reconstruction Message-ID: <202109020655.1826tCtM046391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e6d25870c13b22ba11987a30f94b1e3f5377c91 commit 6e6d25870c13b22ba11987a30f94b1e3f5377c91 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2021-09-02 06:54:59 +0000 Commit: Adam Weinberger <adamw@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@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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109020655.1826tCtM046391>