diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2025-01-17 14:51:49 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2025-01-18 00:27:49 +0000 |
commit | 4c0bdd8ffff995ee576bca5d4f07bb6f0585b856 (patch) | |
tree | 457f2eeede5a885fb11232c6571033ecabf1fa78 | |
parent | a641464c08bea9c03f520a79915f096549a034fc (diff) |
graphics/mesa-devel: update to 24.3.b.3014
-rw-r--r-- | graphics/mesa-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesa-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/mesa-devel/files/patch-libc++ | 13 |
3 files changed, 5 insertions, 18 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 675caccffaec..69795b7558b1 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 24.3-branchpoint-2823 -DISTVERSIONSUFFIX= -g10f04dc3dfb +DISTVERSION= 24.3-branchpoint-3014 +DISTVERSIONSUFFIX= -g0a4584a6844 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index c59c98575f73..1be7cd32aa1a 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1736983116 -SHA256 (mesa-24.3-branchpoint-2823-g10f04dc3dfb.tar.bz2) = b714759228460b456c7c7d71cc5a0f9f4f6d34ab48d683f20eb6f0e2444b3191 -SIZE (mesa-24.3-branchpoint-2823-g10f04dc3dfb.tar.bz2) = 57839759 +TIMESTAMP = 1737148223 +SHA256 (mesa-24.3-branchpoint-3014-g0a4584a6844.tar.bz2) = 23cb0e91f7ac2623fb0ab4f993e0733e9928b41d7e78b152f86bad4fba6b97ef +SIZE (mesa-24.3-branchpoint-3014-g0a4584a6844.tar.bz2) = 57849171 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (2930dcbb3329.patch) = f90ab77950ba1a56d165f0bc8a3cbd9c5f624bb5c67d1c7f337316027e8295e8 diff --git a/graphics/mesa-devel/files/patch-libc++ b/graphics/mesa-devel/files/patch-libc++ deleted file mode 100644 index 43040e35a727..000000000000 --- a/graphics/mesa-devel/files/patch-libc++ +++ /dev/null @@ -1,13 +0,0 @@ -https://gitlab.freedesktop.org/mesa/mesa/-/issues/12434 - ---- src/gallium/drivers/radeonsi/si_state_draw.cpp.orig 2025-01-08 22:47:42 UTC -+++ src/gallium/drivers/radeonsi/si_state_draw.cpp -@@ -16,6 +16,8 @@ - #include "ac_rtld.h" - #include "si_build_pm4.h" - #include "si_tracepoints.h" -+ -+#include <algorithm> - - #if (GFX_VER == 6) - #define GFX(name) name##GFX6 |