pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-qt6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  2 10:58:08 UTC 2025

Modified Files:
        pkgsrc/x11/py-qt6: Makefile

Log Message:
py-qt6: add a verbose-build target for debugging build problems

from adam@


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/py-qt6/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-qt6/Makefile
diff -u pkgsrc/x11/py-qt6/Makefile:1.20 pkgsrc/x11/py-qt6/Makefile:1.21
--- pkgsrc/x11/py-qt6/Makefile:1.20     Sun Feb  2 10:41:34 2025
+++ pkgsrc/x11/py-qt6/Makefile  Sun Feb  2 10:58:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/02/02 10:41:34 adam Exp $
+# $NetBSD: Makefile,v 1.21 2025/02/02 10:58:08 wiz Exp $
 
 DISTNAME=      pyqt6-6.8.1.dev2502011625
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/.dev2502011625/pre2/}
@@ -45,6 +45,11 @@ fix-darwin-install-name:
        done
 .endif
 
+# for debugging
+verbose-build:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} sip-build --qmake \
+               ${QTDIR}/bin/qmake --verbose --jobs ${MAKE_JOBS}
+
 post-install:
 .for bin in pylupdate6 pyuic6
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index