Subject: PYTHON_VERSION_DEFAULT no longer works correctly
To: None <tech-pkg@netbsd.org>
From: MLH <mlh@goathill.org>
List: tech-pkg
Date: 04/27/2004 10:39:07
PYTHON_VERSION_DEFAULT in mk.conf is no longer always obeyed.
This behavior has changed since Apr 21st.

For example, if I have python21-pth-2.1.3nb4 installed and
PYTHON_VERSION_DEFAULT = 23pth, the pkg system attempts to build
py21pth versions of the packages I want built instead of py23pth
versions.

Only if no py21pth version exists is PYTHON_VERSION_DEFAULT honored.