Skip to content

Commit

Permalink
graphics/mesa: Update to 23.3.4
Browse files Browse the repository at this point in the history
Also add a patch to use kcmp(2) if available.

Release notes:	https://lists.freedesktop.org/archives/mesa-dev/2024-January/226125.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
  • Loading branch information
evadot committed Jan 25, 2024
1 parent 6b0e06a commit 2080c2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion graphics/mesa-dri/Makefile.common
Expand Up @@ -12,7 +12,7 @@
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}

MESABASEVERSION= 23.3.3
MESABASEVERSION= 23.3.4
# if there is a subversion, don't include the '-' between 7.11-rc2.
MESASUBVERSION=

Expand All @@ -25,6 +25,7 @@ DISTFILES= mesa-${MESADISTVERSION}${EXTRACT_SUFX}

PATCH_SITES= https://gitlab.freedesktop.org/mesa/mesa/-/commit/
PATCHFILES+= 4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26284
PATCHFILES+= 7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27184

MAINTAINER= x11@FreeBSD.org

Expand Down
8 changes: 5 additions & 3 deletions graphics/mesa-dri/distinfo
@@ -1,5 +1,7 @@
TIMESTAMP = 1704956578
SHA256 (mesa-23.3.3.tar.xz) = 518307c0057fa3cee8b58df78be431d4df5aafa7edc60d09278b2d7a0a80f3b4
SIZE (mesa-23.3.3.tar.xz) = 19379484
TIMESTAMP = 1706171499
SHA256 (mesa-23.3.4.tar.xz) = df12d765be4650fe532860b18aa18e6da1d0b07d1a21dfdfe04660e6b7bac39a
SIZE (mesa-23.3.4.tar.xz) = 19415668
SHA256 (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 84f18f14788bd8f387e2fc754b945bf30f84b517dd917785ed5d8ef1d594e24a
SIZE (4a253aae7ca437201d2a31d2a11a1a5434fe41f1.patch) = 1626
SHA256 (7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch) = 5af88a22abfadb91f6626c9244ed2a365e2bb283e0a42399082d1e909136d5f3
SIZE (7c565db35d39bdbf4e4f867ea19f78b97c8c126f.patch) = 897

0 comments on commit 2080c2e

Please sign in to comment.