pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/vcmi



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 18 15:22:37 UTC 2026

Modified Files:
        pkgsrc/games/vcmi: Makefile

Log Message:
vcmi: Claims to require a C++20 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/vcmi/Makefile

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

Modified files:

Index: pkgsrc/games/vcmi/Makefile
diff -u pkgsrc/games/vcmi/Makefile:1.26 pkgsrc/games/vcmi/Makefile:1.27
--- pkgsrc/games/vcmi/Makefile:1.26     Wed Jun  3 15:43:06 2026
+++ pkgsrc/games/vcmi/Makefile  Thu Jun 18 15:22:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2026/06/03 15:43:06 adam Exp $
+# $NetBSD: Makefile,v 1.27 2026/06/18 15:22:37 nia Exp $
 
 DISTNAME=      vcmi-1.7.4
 CATEGORIES=    games
@@ -17,7 +17,7 @@ HOMEPAGE=     https://vcmi.eu/
 COMMENT=       Open-source engine for Heroes of Might and Magic III
 LICENSE=       gnu-gpl-v2
 
-USE_CXX_FEATURES=      c++17
+USE_CXX_FEATURES=      c++20
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash:run pkg-config
 



Home | Main Index | Thread Index | Old Index