pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/glmark2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 28 18:41:03 UTC 2024

Modified Files:
        pkgsrc/benchmarks/glmark2: Makefile

Log Message:
glmark2: not for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/benchmarks/glmark2/Makefile

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

Modified files:

Index: pkgsrc/benchmarks/glmark2/Makefile
diff -u pkgsrc/benchmarks/glmark2/Makefile:1.22 pkgsrc/benchmarks/glmark2/Makefile:1.23
--- pkgsrc/benchmarks/glmark2/Makefile:1.22     Mon Aug 14 05:23:50 2023
+++ pkgsrc/benchmarks/glmark2/Makefile  Sat Sep 28 18:41:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/08/14 05:23:50 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2024/09/28 18:41:03 wiz Exp $
 
 DISTNAME=      glmark2-2023.01
 CATEGORIES=    benchmarks
@@ -14,6 +14,9 @@ USE_LANGUAGES=        c c++14
 
 USE_TOOLS+=    pkg-config
 
+# https://github.com/glmark2/glmark2/issues/234
+PYTHON_VERSIONS_ACCEPTED=      311 310
+
 .include "../../mk/dlopen.buildlink3.mk"
 .if ${BUILTIN_LIB_FOUND.dl:U:tl} != yes
 SUBST_CLASSES+=                rmdl



Home | Main Index | Thread Index | Old Index