pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/musescore



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jan 22 17:41:35 UTC 2026

Modified Files:
        pkgsrc/audio/musescore: Makefile

Log Message:
musescore: recent versions require C++17


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/audio/musescore/Makefile

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

Modified files:

Index: pkgsrc/audio/musescore/Makefile
diff -u pkgsrc/audio/musescore/Makefile:1.66 pkgsrc/audio/musescore/Makefile:1.67
--- pkgsrc/audio/musescore/Makefile:1.66        Wed Jan  7 08:45:53 2026
+++ pkgsrc/audio/musescore/Makefile     Thu Jan 22 17:41:35 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2026/01/07 08:45:53 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/01/22 17:41:35 gutteridge Exp $
 
 DISTNAME=      musescore-4.6.5
 PKGREVISION=   1
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES=      c++11
+USE_CXX_FEATURES=      c++17
 
 DEPENDS+=      qt6-qttranslations-[0-9]*:../../x11/qt6-qttranslations
 



Home | Main Index | Thread Index | Old Index