From 25ab2c090e00b2e211e808e02878c73cbb710667 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 4 Feb 2020 14:03:00 +0000 Subject: 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 --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3