diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-24 08:39:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-24 08:39:30 +0000 |
commit | d0b8c1a99b6bb4bcf79ad5e4edfde179103e2dad (patch) | |
tree | e5e408b9ef0dd830afe50db38bd386f34092ea25 /devel/py-sip/files | |
parent | Update to upstream version 2.3.3 (diff) |
devel/py-sip: doesn't honor sip_dir
pyqt.mk had a long standing bug, where the sip-dir was not properly set
for the port devel/py-sip. The underlying issue was the following:
When using pyqt.mk consumers would specify
USES=pyqt:<version>
To also have easy access for the data from pyqt.mk in the py-sip port, we allowed
version=sip, which only unhides a very limited scope of pyqt.mk. However, we also
set
_VERSION_SUBDIR_REL= PyQt${_PYQT_VERSION}/${PYTHON_VER}
and used that in
_SIPDIR_REL= share/${_VERSION_SUBDIR_REL}/sip
PYQT_SIPDIR= ${PREFIX}/${_SIPDIR_REL}
Therefore, py-sip got a very mangled PYQT_SIPDIR value passed to its configure
script.
Big thanks to Loïc for figuring out the issue :)
PR: 223409
Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org>
Notes
Notes:
svn path=/head/; revision=518302
Diffstat (limited to 'devel/py-sip/files')
0 files changed, 0 insertions, 0 deletions