aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-05 04:30:22 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-05 04:30:22 +0000
commitc14ad44ccafc66bc75cc6f6c87202147a134e76e (patch)
tree26b51679e4dc537f22a21d2a7de5a9576ecfcd89
parent38c4d4626b7f8de483e4e0891bc14d7328d001c3 (diff)
downloadports-c14ad44ccafc.tar.gz
ports-c14ad44ccafc.zip
graphics/mesa-devel: fix a warning
WARNING: Kernel has no file descriptor comparison support: No error: 0 https://gitlab.freedesktop.org/mesa/mesa/-/commit/aba3aed96e43 https://gitlab.freedesktop.org/mesa/mesa/-/commit/57e4d0aa1c16 amdgpu: os_same_file_description couldn't determine if two DRM fds reference the same file description. If they do, bad things may happen! https://gitlab.freedesktop.org/mesa/mesa/-/commit/9f2bed49d47
Notes
Notes: svn path=/head/; revision=557040
-rw-r--r--graphics/mesa-devel/Makefile1
-rw-r--r--graphics/mesa-devel/distinfo2
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile
index ab036c3aca96..3b74dba32799 100644
--- a/graphics/mesa-devel/Makefile
+++ b/graphics/mesa-devel/Makefile
@@ -16,6 +16,7 @@ PATCHFILES+= 700efacda59c.patch:-p1
PATCHFILES+= 4ed6d957f689.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/966#note_394512
PATCHFILES+= 167fa293d7b7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5464
PATCHFILES+= 19e001833ec1.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778
+PATCHFILES+= a23a346880ad.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6881
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan)
diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo
index c4d596e9b83b..3d84b45757ba 100644
--- a/graphics/mesa-devel/distinfo
+++ b/graphics/mesa-devel/distinfo
@@ -19,3 +19,5 @@ SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e715f676abba65549b07e377dbf6f
SIZE (167fa293d7b7.patch) = 2496
SHA256 (19e001833ec1.patch) = 5ac28692c61dc3dcc5f7e74a8053d63365fc28fb28136ddb11791990a414f762
SIZE (19e001833ec1.patch) = 4057
+SHA256 (a23a346880ad.patch) = c03e7e241aabcb58ccfa9e5abc616a256c3901930754456adce204191f39d281
+SIZE (a23a346880ad.patch) = 1916