git: d1659f74b1d1 - main - graphics/mesa-devel: update to 25.0.b.2462
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Mar 2025 00:21:44 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1659f74b1d13d30187c20f55e65e481013fd8db commit d1659f74b1d13d30187c20f55e65e481013fd8db Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-03-28 23:07:17 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-03-29 00:20:19 +0000 graphics/mesa-devel: update to 25.0.b.2462 Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/0eab7bfabc2...8b0271050a4 --- graphics/mesa-devel/Makefile | 4 ++-- graphics/mesa-devel/distinfo | 6 +++--- graphics/mesa-devel/files/patch-suffix | 30 +++++++++++++++--------------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 00aedb6dcdfc..191d72eb0d26 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.0-branchpoint-2321 -DISTVERSIONSUFFIX= -g0eab7bfabc2 +DISTVERSION= 25.0-branchpoint-2462 +DISTVERSIONSUFFIX= -g8b0271050a4 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index fd8415bc73c5..321a04c42783 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1743032114 -SHA256 (mesa-25.0-branchpoint-2321-g0eab7bfabc2.tar.bz2) = 838e0af029eed8a175298f100874085a85845a66d614b01933f30214580ae68a -SIZE (mesa-25.0-branchpoint-2321-g0eab7bfabc2.tar.bz2) = 58126846 +TIMESTAMP = 1743203237 +SHA256 (mesa-25.0-branchpoint-2462-g8b0271050a4.tar.bz2) = 8a6fe42e8e8f5bcc7595c85c71260c4fd5999a7cdb940c24210fbd7d821e3156 +SIZE (mesa-25.0-branchpoint-2462-g8b0271050a4.tar.bz2) = 58147105 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index f04d8df80a87..c03c6ab8c5cc 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -154,39 +154,39 @@ Library selection is handled by libglvnd and/or libmap.conf. [files('anv_gem.c'), anv_hasvk_entrypoints[0]], include_directories : [ inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel, inc_compiler, ---- src/mapi/es1api/meson.build.orig 2020-05-30 21:28:01 UTC +--- src/mapi/es1api/meson.build.orig 2025-03-28 23:07:17 UTC +++ src/mapi/es1api/meson.build -@@ -33,7 +33,7 @@ if with_platform_windows - endif +@@ -23,7 +23,7 @@ libglesv1_cm = shared_library( + ) libglesv1_cm = shared_library( - 'GLESv1_CM' + get_option('gles-lib-suffix'), + 'GLESv1_CM' + get_option('egl-lib-suffix') + get_option('gles-lib-suffix'), - ['../entry.c', es1_glapi_mapi_tmp_h], + ['libgles1_public.c', es1_glapi_mapi_tmp_h], + vs_module_defs : gles1_def, c_args : [ - c_msvc_compat_args, ---- src/mapi/es2api/meson.build.orig 2020-05-30 21:28:01 UTC +--- src/mapi/es2api/meson.build.orig 2025-03-28 23:07:17 UTC +++ src/mapi/es2api/meson.build -@@ -33,7 +33,7 @@ if with_platform_windows - endif +@@ -23,7 +23,7 @@ libgles2 = shared_library( + ) libgles2 = shared_library( - 'GLESv2' + get_option('gles-lib-suffix'), + 'GLESv2' + get_option('egl-lib-suffix') + get_option('gles-lib-suffix'), - ['../entry.c', es2_glapi_mapi_tmp_h], + ['libgles2_public.c', es2_glapi_mapi_tmp_h], + vs_module_defs : gles2_def, c_args : [ - c_msvc_compat_args, ---- src/mapi/shared-glapi/meson.build.orig 2025-01-24 21:51:50 UTC +--- src/mapi/shared-glapi/meson.build.orig 2025-03-28 23:07:17 UTC +++ src/mapi/shared-glapi/meson.build -@@ -27,7 +27,7 @@ libglapi = static_library( - endif +@@ -11,7 +11,7 @@ libglapi = static_library( + ) libglapi = static_library( - 'glapi', + 'glapi' + get_option('egl-lib-suffix'), - [files_shared_glapi, shared_glapi_mapi_tmp_h], + ['core.c', shared_glapi_mapi_tmp_h], c_args : [ - _glapi_c_args, + c_msvc_compat_args, --- src/util/meson.build.orig 2022-12-03 14:41:29 UTC +++ src/util/meson.build @@ -170,10 +170,10 @@ files_mesa_util = files(