[Bug 211414] devel/py-qt5-core: Make it work with different python versions (set through PYTHON=N.N)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 9 10:35:18 UTC 2016


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

groot at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |groot at kde.org

--- Comment #5 from groot at kde.org ---
Shouldn't this be fixed (given comment:2) in bsd.pyqt.mk in a generic fashion,
instead of on a per-port basis? Something along the lines of:

.if ${_PYQT_VERSION} != "sip"
CONFIGURE_ARGS+="--sip=${LOCALBASE}/bin/sip-${PYTHON:D${PYTHON}:U${PYTHON_VER}}"
.endif

But it seems like sip would need fixing then as well: won't bin/sip conflict if
you install sip for multiple Python versions?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list