From owner-svn-ports-all@freebsd.org Sat Dec 5 04:30:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A6F54B4869; Sat, 5 Dec 2020 04:30:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CnxSv1yYhz4hnQ; Sat, 5 Dec 2020 04:30:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFDC5179EB; Sat, 5 Dec 2020 04:30:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B54UMa7038554; Sat, 5 Dec 2020 04:30:22 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B54UMu2038553; Sat, 5 Dec 2020 04:30:22 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012050430.0B54UMu2038553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Dec 2020 04:30:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557040 - head/graphics/mesa-devel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/mesa-devel X-SVN-Commit-Revision: 557040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2020 04:30:24 -0000 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@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