https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262129
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Adriaan de Groot <adr...@freebsd.org> --- - Build and install py-sip, current version (for me, that's py38-sip-6.5.1,1) - Check what is installed ``` devel/py-qt5-pyqt # pkg info | grep sip py38-qt5-sip-12.9.1 Python to C and C++ bindings generator py38-sip-6.5.1,1 Python to C and C++ bindings generator ``` - Bump the py-sip version in Uses/Mk/pyqt.mk - Check what BUILD_DEPENDS says ``` devel/py-qt5-pyqt # make -V BUILD_DEPENDS py38-dbus>1:devel/py-dbus pkgconf>=1.3.0_1:devel/pkgconf /usr/local/bin/python3.8:lang/python38 py38-qt5-sip>=12.9.1:devel/py-qt5-sip@py38 py38-qtbuilder>=1.12.2:devel/py-qtbuilder@py38 py38-sip>=7.6.1:devel/py-sip@py38 qt5-buildtools>=5.15.2:devel/qt5-buildtools /usr/local/lib/qt5/bin/designer:devel/qt5-designer /usr/local/lib/qt5/plugins/imageformats/libqtiff.so:graphics/qt5-imageformats qt5-qmake>=5.15.2:devel/qt5-qmake ``` - Notice "py38-sip>=7.6.1:devel/py-sip@py38" in there; in principle that's greater, right? Except it isn't: PORTEPOCH counts, as well, and 7.6.1 is a PORTEPOCH behind 6.5.1, so the check passes. I'm going to have to fix this in pyqt.mk. -- You are receiving this mail because: You are the assignee for the bug.