pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvise



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 13:59:49 UTC 2023

Modified Files:
        pkgsrc/devel/cvise: Makefile

Log Message:
cvise: Require a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/cvise/Makefile

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

Modified files:

Index: pkgsrc/devel/cvise/Makefile
diff -u pkgsrc/devel/cvise/Makefile:1.12 pkgsrc/devel/cvise/Makefile:1.13
--- pkgsrc/devel/cvise/Makefile:1.12    Sun May  7 10:01:26 2023
+++ pkgsrc/devel/cvise/Makefile Sun Jul  9 13:59:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/05/07 10:01:26 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/09 13:59:49 nia Exp $
 
 DISTNAME=      cvise-2.8.0
 CATEGORIES=    devel
@@ -19,6 +19,9 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    flex
 TEST_TARGET=   test
 
+# g++: error: unrecognized command line option '-std=c++17'
+GCC_REQD+=     7
+
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index