diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2020-02-04 22:03:00 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2020-02-04 22:03:00 +0800 |
commit | 25ab2c090e00b2e211e808e02878c73cbb710667 (patch) | |
tree | f1c3099eb228744e9948b691c5420fead6ef4789 /UPDATING | |
parent | 7b97179d5123f900b920a71593f29b6ee31f0cc8 (diff) | |
download | freebsd-ports-gnome-25ab2c090e00b2e211e808e02878c73cbb710667.tar.gz freebsd-ports-gnome-25ab2c090e00b2e211e808e02878c73cbb710667.tar.zst freebsd-ports-gnome-25ab2c090e00b2e211e808e02878c73cbb710667.zip |
vim: Update to patchlevel 205 and add PYTHON option
When python is built with DEBUG, vim fails to build. In fixing this
case, note that vim will now fail to build if python or vim is build
with DEBUG and the other isn't.
This also highlighted that python support is being kludged. The
PYTHON2 and PYTHON3 options have been combined into a single PYTHON
option that builds with the default python. Consequently, it is no
longer possible to build vim with both py2 and py3 support. I can't
name any modern high-usage python-based plugin that requires 2.7,
so hopefully this only messes up things for a very small minority.
Thanks to koobs for the prompt to combine these options. I've been
wanting to do this for a while now.
PR: 243606
Submitted by: novel
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ 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. +20200204: + AFFECTS: users of editors/vim + AUTHOR: adamw@FreeBSD.org + + The PYTHON2 and PYTHON3 options have been turned into a single PYTHON + option that uses whichever python you've set as default. However, + this means that you cannot have both python2 and python3 support at + the same time. + 20200126: AFFECTS: users of multimedia/gstreamer1-plugins[-bad] AUTHOR: kwm@freebsd.org |