Created attachment 178408 [details] Patch for the vim port to update python support. The 'patch-src-auto-configure' patch tests for python 3.2 up to and including 3.5. This means that building vim with python version 3.6 fails to include the python feature. The attached patch updates that to python3.3 up to and including 3.6.
Thanks, Roland. I'll put that into tomorrow's commit.
A commit references this bug: Author: adamw Date: Sat Dec 31 14:52:35 UTC 2016 New revision: 430125 URL: https://svnweb.freebsd.org/changeset/ports/430125 Log: Remove the check for python 3.2, and add a check for python 3.6. Without this, users with DEFAULT_VERSIONS+=python=3.6 were getting vim without python3 support. PORTREVISION bump for this, because py3.6 users need a rebuilt vim. PR: 215676 Submitted by: rsmith xs4all nl Changes: head/editors/vim/Makefile head/editors/vim/files/patch-src-auto-configure
Committed. Thanks for this, Roland. I was bit by this and didn't even realize it!