Date: Sun, 2 Mar 2014 19:32:58 +0400 From: Dmitry Sivachenko <demon@FreeBSD.org> To: python@freebsd.org Subject: python33: incorrect pkg-plist Message-ID: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10C25A62-97F4-47FF-987D-6331189F4104>