The Python 1.5.2 port (lang/python) doesn't install h2py.py. This script compiles C header files into Python scripts so #defines such as those in /usr/include can be used. This would be needed by prospective Python packages that need to pull in special numbers in /usr/include headers when compiled. This file is normally installed as $PREFIX/Tools/scripts/h2py.py Fix: Please add this to the list of files which is packaged up and installed by the python port. Alternatively, make all of the tools in the Python source dist available via a separate python-tools package. Thanks. How-To-Repeat: Install the package. pkg_info -L python-1.5.2 | grep h2py.py
State Changed From-To: open->closed The port now installs the tools into ${PREFIX}/lib/python1.5/Tools.