git: b2ae9aec982a - 2023Q1 - graphics/mesa-devel: update to 23.0.b.2941

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 14 Mar 2023 00:50:37 UTC
The branch 2023Q1 has been updated by jbeich:

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

commit b2ae9aec982ad01e98b5f65f25eed0ae273721de
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-13 18:59:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-14 00:50:32 +0000

    graphics/mesa-devel: update to 23.0.b.2941
    
    Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/bc178c044ec...ecf29228d0b
    (cherry picked from commit b73012d372f55b645de03c53ba29d41b13a91bc9)
---
 graphics/mesa-devel/Makefile           | 4 ++--
 graphics/mesa-devel/distinfo           | 6 +++---
 graphics/mesa-devel/files/patch-suffix | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index ebff136034bf..82ec2953737f 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mesa
-DISTVERSION=	23.0-branchpoint-2834
-DISTVERSIONSUFFIX=	-gbc178c044ec
+DISTVERSION=	23.0-branchpoint-2941
+DISTVERSIONSUFFIX=	-gecf29228d0b
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	-devel
 
diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo
index 1aa3be2014a2..91f658af523a 100644
--- a/graphics/mesa-devel/distinfo
+++ b/graphics/mesa-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1678484423
-SHA256 (mesa3d-mesa-23.0-branchpoint-2834-gbc178c044ec_GH0.tar.gz) = 1d410f2335ed66fffc6e33cd273d3b913f31bcdab1fe794b87d87e3b8720ec5c
-SIZE (mesa3d-mesa-23.0-branchpoint-2834-gbc178c044ec_GH0.tar.gz) = 28686585
+TIMESTAMP = 1678737949
+SHA256 (mesa3d-mesa-23.0-branchpoint-2941-gecf29228d0b_GH0.tar.gz) = 0fbc3860936dbfc4fc045f2bb606ac85b5159df0c6f2d466971701c744b93c5d
+SIZE (mesa3d-mesa-23.0-branchpoint-2941-gecf29228d0b_GH0.tar.gz) = 28697521
 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008
 SIZE (700efacda59c.patch) = 983
 SHA256 (3043f16d66bf.patch) = 7afdba18fc3041dc6e30bdb1409f5214e451e7e5ceaa3b21991d6b2f793d9c85
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix
index 61af28390c1c..280b9bde0efe 100644
--- a/graphics/mesa-devel/files/patch-suffix
+++ b/graphics/mesa-devel/files/patch-suffix
@@ -149,15 +149,15 @@ Library selection is handled by libglvnd and/or libmap.conf.
    ['../entry.c', es2_glapi_mapi_tmp_h],
    c_args : [
      c_msvc_compat_args,
---- src/mapi/shared-glapi/meson.build.orig	2020-05-30 21:28:01 UTC
+--- src/mapi/shared-glapi/meson.build.orig	2023-03-13 18:59:50 UTC
 +++ src/mapi/shared-glapi/meson.build
-@@ -42,7 +42,7 @@ if with_platform_windows
+@@ -46,7 +46,7 @@ libglapi = shared_library(
  endif
  
  libglapi = shared_library(
 -  'glapi',
 +  'glapi' + get_option('egl-lib-suffix'),
-   [files_mapi_glapi, files_mapi_util, shared_glapi_mapi_tmp_h],
+   [files_shared_glapi, shared_glapi_mapi_tmp_h],
    c_args : [
      _glapi_c_args,
 --- src/util/meson.build.orig	2022-12-03 14:41:29 UTC