aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2020-02-04 14:03:00 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2020-02-04 14:03:00 +0000
commit25ab2c090e00b2e211e808e02878c73cbb710667 (patch)
treef1c3099eb228744e9948b691c5420fead6ef4789 /UPDATING
parent7b97179d5123f900b920a71593f29b6ee31f0cc8 (diff)
downloadports-25ab2c090e00b2e211e808e02878c73cbb710667.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=525167
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 73cb9d4f0211..b5f924bff6f5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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