git: 7023f3d11c3c - 2021Q2 - benchmarks/glmark2: backport --fullscreen fix for WAYLAND option

Jan Beich jbeich at FreeBSD.org
Fri May 21 15:55:57 UTC 2021


The branch 2021Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7023f3d11c3c36d5dd0d08a697dff45534f09541

commit 7023f3d11c3c36d5dd0d08a697dff45534f09541
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-21 10:43:36 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-21 15:54:30 +0000

    benchmarks/glmark2: backport --fullscreen fix for WAYLAND option
    
    $ glmark2-wayland --fullscreen
    Error: eglCreateWindowSurface failed with error: 0x300b
    Error: eglCreateWindowSurface failed with error: 0x300b
    Error: CanvasGeneric: Invalid EGL state
    Error: main: Could not initialize canvas
    
    (cherry picked from commit 1307312bf475a3457d54c8ea2b3ff871519db22a)
---
 benchmarks/glmark2/Makefile | 3 ++-
 benchmarks/glmark2/distinfo | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile
index d362f433cd16..09d20c0937bd 100644
--- a/benchmarks/glmark2/Makefile
+++ b/benchmarks/glmark2/Makefile
@@ -2,11 +2,12 @@
 
 PORTNAME=	glmark2
 PORTVERSION=	2021.02
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	bd2c4ca8360a.patch:-p1 # https://github.com/glmark2/glmark2/issues/147
+PATCHFILES+=	042bbea08fae.patch:-p1 # https://github.com/glmark2/glmark2/issues/155
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Benchmark for OpenGL (ES) 2.0
diff --git a/benchmarks/glmark2/distinfo b/benchmarks/glmark2/distinfo
index 006ccd86f9ec..9410a0a39b3a 100644
--- a/benchmarks/glmark2/distinfo
+++ b/benchmarks/glmark2/distinfo
@@ -3,3 +3,5 @@ SHA256 (glmark2-glmark2-2021.02_GH0.tar.gz) = bebadb78c13aea5e88ed892e5563101ccb
 SIZE (glmark2-glmark2-2021.02_GH0.tar.gz) = 9369477
 SHA256 (bd2c4ca8360a.patch) = 0b32388e82fb35faddf1502d32680a61203bb32e4ee4d4d65f60b78ac244e73f
 SIZE (bd2c4ca8360a.patch) = 3777
+SHA256 (042bbea08fae.patch) = 990a9075cefb63f38c2388d1d9f08224452ddbf3d2c3a44b99b5425a0ccd4698
+SIZE (042bbea08fae.patch) = 5160


More information about the dev-commits-ports-all mailing list