svn commit: r557049 - head/graphics/mesa-devel

Jan Beich jbeich at FreeBSD.org
Sat Dec 5 11:30:03 UTC 2020


Author: jbeich
Date: Sat Dec  5 11:30:02 2020
New Revision: 557049
URL: https://svnweb.freebsd.org/changeset/ports/557049

Log:
  graphics/mesa-devel: address review for r557040
  
  - Stop calling getpid() in a loop
  - Abort if xfile array doesn't contain desired fds

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 10:44:44 2020	(r557048)
+++ head/graphics/mesa-devel/Makefile	Sat Dec  5 11:30:02 2020	(r557049)
@@ -16,7 +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
+PATCHFILES+=	50433886a3e3.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 10:44:44 2020	(r557048)
+++ head/graphics/mesa-devel/distinfo	Sat Dec  5 11:30:02 2020	(r557049)
@@ -19,5 +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
+SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470
+SIZE (50433886a3e3.patch) = 2008


More information about the svn-ports-all mailing list