pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qt5
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 20 07:10:35 UTC 2025
Modified Files:
pkgsrc/x11/py-qt5: Makefile
Log Message:
py-qt5: build faster using jobs
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/x11/py-qt5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qt5/Makefile
diff -u pkgsrc/x11/py-qt5/Makefile:1.99 pkgsrc/x11/py-qt5/Makefile:1.100
--- pkgsrc/x11/py-qt5/Makefile:1.99 Wed Feb 12 06:45:43 2025
+++ pkgsrc/x11/py-qt5/Makefile Thu Feb 20 07:10:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2025/02/12 06:45:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.100 2025/02/20 07:10:35 adam Exp $
DISTNAME= PyQt5-5.15.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyQt5/qt5/}
@@ -20,8 +20,6 @@ USE_TOOLS+= gmake pkg-config
PLIST_VARS+= x11
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
SUBST_CLASSES+= x11lib
SUBST_STAGE.x11lib= pre-configure
SUBST_MESSAGE.x11lib= Fixing rpath for X11 and pulseaudio libraries.
@@ -34,6 +32,12 @@ pre-configure:
.include "../../mk/bsd.prefs.mk"
+.if defined(MAKE_JOBS) && !empty(MAKE_JOBS) && !(defined(MAKE_JOBS_SAFE) && ${MAKE_JOBS_SAFE:U:tl} == no)
+WHEEL_ARGS+= -C=--jobs=${MAKE_JOBS}
+.endif
+# for debugging
+#WHEEL_ARGS+= -C=--verbose
+
.if ${OPSYS} == "Darwin"
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
Home |
Main Index |
Thread Index |
Old Index