[Bug 243606] editors/vim fails to build with PYTHON3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 4 14:03:33 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243606
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: adamw
Date: Tue Feb 4 14:03:01 UTC 2020
New revision: 525167
URL: https://svnweb.freebsd.org/changeset/ports/525167
Log:
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
Changes:
head/UPDATING
head/editors/vim/Makefile
head/editors/vim/distinfo
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list