Re: python33: incorrect pkg-plist

2014-03-04 Thread Dmitry Sivachenko
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

python33: incorrect pkg-plist

2014-03-02 Thread Dmitry Sivachenko
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