pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 10 14:21:00 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: Needs c++14


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.174 pkgsrc/graphics/MesaLib/Makefile:1.175
--- pkgsrc/graphics/MesaLib/Makefile:1.174      Tue Oct 29 20:27:39 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Sun Nov 10 14:21:00 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.174 2019/10/29 20:27:39 nia Exp $
+# $NetBSD: Makefile,v 1.175 2019/11/10 14:21:00 nia Exp $
 
-DISTNAME=      mesa-19.2.2
+DISTNAME=      mesa-19.2.3
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
 CATEGORIES=    graphics
 MASTER_SITES=  https://mesa.freedesktop.org/archive/
@@ -12,9 +12,12 @@ COMMENT=     Open source OpenGL implementati
 LICENSE=       mit
 
 USE_TOOLS+=    bison flex pkg-config xgettext
-USE_LANGUAGES= c99 c++
+USE_LANGUAGES= c99 c++14
 USE_LIBTOOL=   yes
 
+# ERROR: C++ Compiler does not support -std=c++14
+GCC_REQD+=     5
+
 USE_FEATURES+= strnlen
 
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS



Home | Main Index | Thread Index | Old Index