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. _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"