pkgsrc-Changes archive

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

CVS commit: pkgsrc/games



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 30 13:12:47 UTC 2020

Modified Files:
        pkgsrc/games/easyrpg-player: Makefile
        pkgsrc/games/liblcf: Makefile

Log Message:
easyrpg-player: Needs gcc5


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/easyrpg-player/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/games/liblcf/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/easyrpg-player/Makefile
diff -u pkgsrc/games/easyrpg-player/Makefile:1.9 pkgsrc/games/easyrpg-player/Makefile:1.10
--- pkgsrc/games/easyrpg-player/Makefile:1.9    Thu Apr 30 13:10:47 2020
+++ pkgsrc/games/easyrpg-player/Makefile        Thu Apr 30 13:12:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/04/30 13:10:47 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/04/30 13:12:46 nia Exp $
 
 DISTNAME=      easyrpg-player-0.6.2
 CATEGORIES=    games
@@ -14,6 +14,10 @@ GNU_CONFIGURE=       yes
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES+=        c c++
 
+# "We require now the C++ language standard C++14.
+# The lowest GCC compiler supporting this fully is GCC5"
+GCC_REQD+=     5
+
 .include "options.mk"
 .include "../../audio/libxmp/buildlink3.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"

Index: pkgsrc/games/liblcf/Makefile
diff -u pkgsrc/games/liblcf/Makefile:1.7 pkgsrc/games/liblcf/Makefile:1.8
--- pkgsrc/games/liblcf/Makefile:1.7    Thu Apr 30 13:10:47 2020
+++ pkgsrc/games/liblcf/Makefile        Thu Apr 30 13:12:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/04/30 13:10:47 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/30 13:12:47 nia Exp $
 
 DISTNAME=      liblcf-0.6.2
 CATEGORIES=    games
@@ -14,6 +14,10 @@ USE_TOOLS+=  pkg-config gmake
 USE_LANGUAGES+=        c c++
 USE_LIBTOOL=   yes
 
+# "We require now the C++ language standard C++14.
+# The lowest GCC compiler supporting this fully is GCC5"
+GCC_REQD+=     5
+
 # Expat in pkgsrc is new enough, however, the version checking fails.
 # Remove the version requirement.
 SUBST_CLASSES+=                expat



Home | Main Index | Thread Index | Old Index