[Bug 211414] devel/py-qt5-core: Use/reference PEP394 compatible (suffixed) Python scripts/binaries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 5 08:52:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211414

--- Comment #7 from Tobias C. Berner <tcberner at freebsd.org> ---
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.


More information about the kde-freebsd mailing list