Date: Tue, 04 Feb 2020 14:03:32 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 243606] editors/vim fails to build with PYTHON3 Message-ID: <bug-243606-21822-99rnp8PWZm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243606-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-243606-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243606 --- Comment #6 from commit-hook@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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243606-21822-99rnp8PWZm>