CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/02/14 07:24:21
Modified files:
devel : Makefile
x11 : Makefile
devel/py-sip : Makefile distinfo
devel/py-sip/pkg: DESCR PLIST
x11/py-qt5 : Makefile
x11/py-qt5/pkg : PLIST
x11/py-sip-qt5 : Makefile distinfo
x11/py-sip-qt5/pkg: DESCR PLIST
geo/qgis : Makefile
editors/py-qscintilla: Makefile
editors/py-qscintilla/pkg: PLIST
www/py-qtwebengine: Makefile
www/py-qtwebengine/pkg: PLIST
Removed files:
devel/py-sip/patches: patch-configure_py patch-specs_openbsd-g++
Log message:
whack py-sip and friends into shape. the previous ports update ended up
with two different versions of py-sip; the old one configured to only
produce the module for py-qt5 (in devel/py-sip) and the actual sip in
x11/py-sip-qt5, with broken update chain and which didn't entirely
make sense.
in particular: py-sip is now actually (a newer version of) sip again,
with py2 support dropped (current versions don't have it). other ports
using this are changed to the newer build system using "sip-build"
where possible.
for the future we will need to move to sip 6.x which drops the older
build system using the "sip5" or "sip" script; other ports (veusz, and
i think qgis) don't work with that yet.