- Update PLIST_SUB: - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Build x11/xcb-proto with Python 3.5 - Simplify Makefile
Pending updated patch
Request exp-run for updated patch.
Exp-run looks fine on 10.3 i386 and 11.0 amd64
A commit references this bug: Author: sunpoet Date: Sat Jan 7 21:42:29 UTC 2017 New revision: 430839 URL: https://svnweb.freebsd.org/changeset/ports/430839 Log: Add more PLIST_SUB to Mk/Uses/python.mk - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine Changes: head/Mk/Uses/python.mk head/accessibility/accerciser/Makefile head/accessibility/accerciser/pkg-plist head/accessibility/orca/Makefile head/accessibility/orca/pkg-plist head/accessibility/py3-atspi/Makefile head/accessibility/py3-atspi/pkg-plist head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile head/astro/weather/Makefile head/audio/gnome-music/Makefile head/audio/gnome-music/pkg-plist head/audio/rhythmbox/Makefile head/audio/rhythmbox/pkg-plist head/databases/postgresql92-server/pkg-plist-plpython head/databases/postgresql93-server/pkg-plist-plpython head/databases/postgresql94-server/pkg-plist-plpython head/databases/postgresql95-plpython/Makefile head/databases/postgresql95-server/pkg-plist-plpython head/databases/postgresql96-server/pkg-plist-plpython head/devel/gitg/Makefile head/devel/gitg/pkg-plist head/devel/py3-gobject3/pkg-plist head/devel/pygobject3-common/Makefile head/dns/bundy/Makefile head/dns/bundy/pkg-plist head/editors/gedit/Makefile head/editors/gedit/pkg-plist head/editors/gedit-plugins/Makefile head/editors/gedit-plugins/pkg-plist head/graphics/eog-plugins/Makefile head/graphics/eog-plugins/pkg-plist head/graphics/py3-cairo/Makefile head/graphics/py3-cairo/pkg-plist head/math/convertall/Makefile head/math/convertall/pkg-plist head/math/rpcalc/Makefile head/math/rpcalc/pkg-plist head/multimedia/py3-gstreamer1/Makefile head/multimedia/py3-gstreamer1/pkg-plist
Committed. Thanks!