https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211414
--- Comment #7 from Tobias C. Berner <[email protected]> --- As Adriaan suggested, it should be enough to CONFIGURE_ARGS+=--sip=${PREFIX}/bin/sip-${PYTHON_VER} in Mk/Uses/pyqt.mk -- as USE_PYTHON=conncurrent is already set, sip gets installed as sip-${PYTHON_VER} already and linked if necessary. So all that is missing seems to be to pass the correct binary to the configure script. However, we also need to add USE_PYTHON+=concurrent to the other py-qt5 ports too -- and also install the sip-files into a versioned directory. I'll look into it. -- You are receiving this mail because: You are on the CC list for the bug.
