aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-02-09 07:19:05 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-09 22:25:10 +0000
commit52768539d46f7549a8333c403c02e838182293bf (patch)
treed20db7f33f37b2ef9322efa4e4e92b1ce5ed30de
parentd02558549591aed8ad347650d9afdbde99fda793 (diff)
downloadports-52768539d46f7549a8333c403c02e838182293bf.tar.gz
ports-52768539d46f7549a8333c403c02e838182293bf.zip
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
-rw-r--r--graphics/mesa-dri/Makefile.common2
-rw-r--r--graphics/mesa-dri/distinfo6
-rw-r--r--graphics/mesa-gallium-va/Makefile2
-rw-r--r--graphics/mesa-gallium-vdpau/Makefile2
-rw-r--r--graphics/mesa-gallium-xa/Makefile1
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