python33: incorrect pkg-plist
Dmitry Sivachenko
demon at FreeBSD.org
Sun Mar 2 15:33:03 UTC 2014
Hello!
Right now, python's include files are listed as follows:
%%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h
But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m":
# make -V PLIST_SUB
PYVER=3.3 PYMAJOR=3 PYVER_WITHPAT=3.3.3 PYABIVER=m PYTHON_INCLUDEDIR=include/python3.3m <...>
Thus this line in pkg-plist becomes
include/python3.3mm/accu.h
(double "m").
So both "make package" and "make check-orphans" report these files.
I am not sure how did this work earlier, but now it seems broken.
More information about the freebsd-python
mailing list