pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/bugdom2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 14 08:42:22 UTC 2024

Modified Files:
        pkgsrc/games/bugdom2: DESCR Makefile

Log Message:
bugdom2: requires c++20


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/bugdom2/DESCR
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/bugdom2/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/bugdom2/DESCR
diff -u pkgsrc/games/bugdom2/DESCR:1.1 pkgsrc/games/bugdom2/DESCR:1.2
--- pkgsrc/games/bugdom2/DESCR:1.1      Wed Feb 14 19:47:13 2024
+++ pkgsrc/games/bugdom2/DESCR  Sun Apr 14 08:42:22 2024
@@ -1,7 +1,7 @@
 It has been three years since Rollie McFly rid the Bugdom of the evil King
 Thorax and his minions, but the Bugdom can still be dangerous place as our
 new hero Skip is about to find out. While on his way to visit his family on
-the far side of the Bugdom, a Bully Bee swooped down and stole Skip’s
+the far side of the Bugdom, a Bully Bee swooped down and stole Skip's
 knapsack. Your job as Skip is to track down the Bully Bee and get your
 knapsack back.
 

Index: pkgsrc/games/bugdom2/Makefile
diff -u pkgsrc/games/bugdom2/Makefile:1.3 pkgsrc/games/bugdom2/Makefile:1.4
--- pkgsrc/games/bugdom2/Makefile:1.3   Sat Apr  6 08:05:23 2024
+++ pkgsrc/games/bugdom2/Makefile       Sun Apr 14 08:42:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/04/06 08:05:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/14 08:42:22 wiz Exp $
 
 DISTNAME=      bugdom2-4.0.0
 PKGREVISION=   1
@@ -14,10 +14,11 @@ LICENSE=    cc-by-nc-sa-v4.0-license
 GITHUB_SUBMODULES=     \
        jorio Pomme c6a38eab19a11847024a13f9b3e2af0c2d908c3e extern/Pomme
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c c++
-FORCE_CXX_STD= c++20
-USE_TOOLS+=    pax pkg-config
+USE_CMAKE=             yes
+USE_LANGUAGES=         c c++
+FORCE_CXX_STD=         c++20
+USE_CXX_FEATURES=      c++20
+USE_TOOLS+=            pax pkg-config
 
 WRKSRC=                ${WRKDIR}/Bugdom2-${PKGVERSION_NOREV}
 



Home | Main Index | Thread Index | Old Index