svn commit: r557040 - head/graphics/mesa-devel
Jan Beich
jbeich at FreeBSD.org
Sat Dec 5 04:30:24 UTC 2020
Author: jbeich
Date: Sat Dec 5 04:30:22 2020
New Revision: 557040
URL: https://svnweb.freebsd.org/changeset/ports/557040
Log:
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
Modified:
head/graphics/mesa-devel/Makefile (contents, props changed)
head/graphics/mesa-devel/distinfo (contents, props changed)
Modified: head/graphics/mesa-devel/Makefile
==============================================================================
--- head/graphics/mesa-devel/Makefile Sat Dec 5 04:30:15 2020 (r557039)
+++ head/graphics/mesa-devel/Makefile Sat Dec 5 04:30:22 2020 (r557040)
@@ -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 at FreeBSD.org
COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan)
Modified: head/graphics/mesa-devel/distinfo
==============================================================================
--- head/graphics/mesa-devel/distinfo Sat Dec 5 04:30:15 2020 (r557039)
+++ head/graphics/mesa-devel/distinfo Sat Dec 5 04:30:22 2020 (r557040)
@@ -19,3 +19,5 @@ SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e71
SIZE (167fa293d7b7.patch) = 2496
SHA256 (19e001833ec1.patch) = 5ac28692c61dc3dcc5f7e74a8053d63365fc28fb28136ddb11791990a414f762
SIZE (19e001833ec1.patch) = 4057
+SHA256 (a23a346880ad.patch) = c03e7e241aabcb58ccfa9e5abc616a256c3901930754456adce204191f39d281
+SIZE (a23a346880ad.patch) = 1916
More information about the svn-ports-all
mailing list