Download raw body.
parallel for x11/py-qt{5,6}
Now that the configure and build steps have been split, I've added
parallel to my builds.
arm64 builds are happy with this for at least a month, OK?
Index: x11/py-qt5/Makefile
===================================================================
RCS file: /cvs/ports/x11/py-qt5/Makefile,v
diff -u -p -u -p -r1.46 Makefile
--- x11/py-qt5/Makefile 19 Aug 2025 15:08:46 -0000 1.46
+++ x11/py-qt5/Makefile 19 Aug 2025 17:23:59 -0000
@@ -5,6 +5,8 @@ DISTNAME= PyQt5-${MODPY_DISTV}
PKGNAME= py-qt5-${MODPY_DISTV}
REVISION= 1
+DPB_PROPERTIES = parallel
+
CATEGORIES= x11 devel
HOMEPAGE= https://www.riverbankcomputing.com/software/pyqt/intro
Index: x11/py-qt6/Makefile
===================================================================
RCS file: /cvs/ports/x11/py-qt6/Makefile,v
diff -u -p -u -p -r1.8 Makefile
--- x11/py-qt6/Makefile 19 Aug 2025 15:07:44 -0000 1.8
+++ x11/py-qt6/Makefile 19 Aug 2025 17:24:04 -0000
@@ -5,6 +5,8 @@ DISTNAME= PyQt6-${MODPY_DISTV}
PKGNAME= py-qt6-${MODPY_DISTV}
REVISION= 0
+DPB_PROPERTIES = parallel
+
CATEGORIES= x11 devel
HOMEPAGE= https://www.riverbankcomputing.com/software/pyqt/intro
--
Government lies, and newspapers lie, but in a democracy they are
different lies.
parallel for x11/py-qt{5,6}