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: prlw1
Date: Sat Jun 2 13:16:42 UTC 2018
Modified Files:
pkgsrc/benchmarks/glmark2: Makefile distinfo
Log Message:
Update glmark2 to 2017.07
Fixes use of auto_ptr.
glmark2 2017.07 (20170728)
==========================
* Use monotonic clock for benchmark timings.
* Use udev to find the best node path to use in the DRM backend.
* Don't rebuild common source needlessly.
* Build in C++14 mode.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/benchmarks/glmark2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/glmark2/distinfo
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.10 pkgsrc/benchmarks/glmark2/Makefile:1.11
--- pkgsrc/benchmarks/glmark2/Makefile:1.10 Sun Jan 1 14:43:24 2017
+++ pkgsrc/benchmarks/glmark2/Makefile Sat Jun 2 13:16:42 2018
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:24 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/06/02 13:16:42 prlw1 Exp $
-DISTNAME= glmark2-2014.03
-PKGREVISION= 2
+DISTNAME= glmark2-2017.07
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=glmark2/}
-GITHUB_TAG= acac90b257a14bd14a1492cd442b79dcaa1c13cf
+GITHUB_TAG= 168d2f1650c84be3f13d1a5b76ccec8cbb89188e
MAINTAINER= prlw1%cam.ac.uk@localhost
HOMEPAGE= https://github.com/glmark2/glmark2
COMMENT= OpenGL 2.0 and ES 2.0 benchmark
LICENSE= gnu-gpl-v3 AND modified-bsd
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
Index: pkgsrc/benchmarks/glmark2/distinfo
diff -u pkgsrc/benchmarks/glmark2/distinfo:1.5 pkgsrc/benchmarks/glmark2/distinfo:1.6
--- pkgsrc/benchmarks/glmark2/distinfo:1.5 Fri Jan 22 15:26:25 2016
+++ pkgsrc/benchmarks/glmark2/distinfo Sat Jun 2 13:16:42 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/01/22 15:26:25 prlw1 Exp $
+$NetBSD: distinfo,v 1.6 2018/06/02 13:16:42 prlw1 Exp $
-SHA1 (glmark2-2014.03-acac90b257a14bd14a1492cd442b79dcaa1c13cf.tar.gz) = e9730fd2850ceace5e93029c1759531dcec4b2b4
-RMD160 (glmark2-2014.03-acac90b257a14bd14a1492cd442b79dcaa1c13cf.tar.gz) = e4eb87716a77048a0c40383c3f1d99e7e316c5b5
-SHA512 (glmark2-2014.03-acac90b257a14bd14a1492cd442b79dcaa1c13cf.tar.gz) =
1f69541be3b585a2791bcf2d5e4904f89444a7ba92918347adb668299fc8d2399796faf69b427cb046f3c20a53bb1bf21f54d7b7042a24fc80e632d3c0d98bbf
-Size (glmark2-2014.03-acac90b257a14bd14a1492cd442b79dcaa1c13cf.tar.gz) = 7811479 bytes
+SHA1 (glmark2-2017.07-168d2f1650c84be3f13d1a5b76ccec8cbb89188e.tar.gz) = 5a27940b9e4ae2a1bc025079802e116af127479a
+RMD160 (glmark2-2017.07-168d2f1650c84be3f13d1a5b76ccec8cbb89188e.tar.gz) = 60572134a88fb3fd1a95f3be35d26b6c4edd852b
+SHA512 (glmark2-2017.07-168d2f1650c84be3f13d1a5b76ccec8cbb89188e.tar.gz) =
9e2c8a2e2da5514476c3fe09e5d87380654b052b8488cfff2d7b06127bfcb92ca81eac09aea34d194ac4e0b9a0758696cc0ac0d4bc1117be5ed858a0ee22a3cc
+Size (glmark2-2017.07-168d2f1650c84be3f13d1a5b76ccec8cbb89188e.tar.gz) = 7827207 bytes
Home |
Main Index |
Thread Index |
Old Index