Am I the only person with that problem?
After python3.3.3->3.3.4 upgrade I still get this:
root:/usr/ports/lang/python33 # make package
===> Building package for python33-3.3.4
pkg-static:
lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/accu.h):
No such file or directory
Hello!
Right now, python's include files are listed as follows:
%%PYTHON_INCLUDEDIRPYABIVER%%/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 thi