pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/qt6-qtwebengine



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 10 16:03:13 UTC 2026

Modified Files:
        pkgsrc/www/qt6-qtwebengine: Makefile

Log Message:
qt6-qtwebengine: my last two builds with node24 failed

but the last one with node26 worked, so default to that


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/qt6-qtwebengine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/qt6-qtwebengine/Makefile
diff -u pkgsrc/www/qt6-qtwebengine/Makefile:1.10 pkgsrc/www/qt6-qtwebengine/Makefile:1.11
--- pkgsrc/www/qt6-qtwebengine/Makefile:1.10    Thu May 14 16:42:23 2026
+++ pkgsrc/www/qt6-qtwebengine/Makefile Fri Jul 10 16:03:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2026/05/14 16:42:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2026/07/10 16:03:13 wiz Exp $
 
 DISTNAME=      qtwebengine-everywhere-src-${QTVERSION}
 PKGNAME=       qt6-qtwebengine-${QTVERSION}
@@ -9,6 +9,8 @@ LICENSE=        gnu-lgpl-v3 OR gnu-gpl-v2 OR gn
 
 CMAKE_GENERATORS_INCOMPATIBLE= make
 
+NODE_VERSIONS_ACCEPTED=        26
+
 .include "../../x11/qt6-qtbase/Makefile.common"
 
 AUDIOIO=                       kikadf-chromium-audioio-v130.0.tar.gz



Home | Main Index | Thread Index | Old Index