git: 52768539d46f - main - graphics/mesa: Update to 22.3.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Feb 2023 22:25:29 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=52768539d46f7549a8333c403c02e838182293bf
commit 52768539d46f7549a8333c403c02e838182293bf
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-02-09 07:19:05 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-09 22:25:10 +0000
graphics/mesa: Update to 22.3.5
Release notes: https://lists.freedesktop.org/archives/mesa-announce/2023-February/000705.html
Sponsored by: Beckhoff Automation GmbH & Co. KG
---
graphics/mesa-dri/Makefile.common | 2 +-
graphics/mesa-dri/distinfo | 6 +++---
graphics/mesa-gallium-va/Makefile | 2 +-
graphics/mesa-gallium-vdpau/Makefile | 2 +-
graphics/mesa-gallium-xa/Makefile | 1 -
5 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common
index af42ce8bfa5d..e08b5df07a13 100644
--- a/graphics/mesa-dri/Makefile.common
+++ b/graphics/mesa-dri/Makefile.common
@@ -12,7 +12,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}
-MESABASEVERSION= 22.3.4
+MESABASEVERSION= 22.3.5
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=
diff --git a/graphics/mesa-dri/distinfo b/graphics/mesa-dri/distinfo
index e573c803dc93..a69fbd524e4f 100644
--- a/graphics/mesa-dri/distinfo
+++ b/graphics/mesa-dri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674801615
-SHA256 (mesa-22.3.4.tar.xz) = 37a1ddaf03f41919ee3c89c97cff41e87de96e00e9d3247959cc8279d8294593
-SIZE (mesa-22.3.4.tar.xz) = 17041184
+TIMESTAMP = 1675926912
+SHA256 (mesa-22.3.5.tar.xz) = 3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+SIZE (mesa-22.3.5.tar.xz) = 17069488
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index 007bfcd2d437..5d2000dd6370 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -38,7 +38,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dgles2=disabled \
-Dosmesa=false \
-Dglx=disabled \
- -Ddri3=disabled
+ -Ddri3=enabled
LDFLAGS_i386= -Wl,-znotext
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 105c8d45823f..882214830bcb 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -38,7 +38,7 @@ MESON_ARGS+= -Ddri-drivers="" \
-Dgles2=disabled \
-Dosmesa=false \
-Dglx=disabled \
- -Ddri3=disabled
+ -Ddri3=enabled
LDFLAGS_i386= -Wl,-znotext
diff --git a/graphics/mesa-gallium-xa/Makefile b/graphics/mesa-gallium-xa/Makefile
index 81ff7f58f808..ed3a9b174157 100644
--- a/graphics/mesa-gallium-xa/Makefile
+++ b/graphics/mesa-gallium-xa/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mesa-gallium-xa
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 2
CATEGORIES= graphics
COMMENT= Mesa Gallium XA state tracker