Subject: Python include issue
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 10/31/2007 01:57:22
Hi all,
during the debugging of a bug in the PKGNAME_REQD parsing of Python, I
had to notice that the include order of lang/python/application.mk and
lang/python/extension.mk determines if this behaviour works correctly.
If app.mk is included first, the PKGNAME_REQD magic is applied to late
and therefore the default Python version gets choosen. Should
lang/extension.mk be included by both or the magic be moved to
pyversion.mk? What do others think?

Joerg