From owner-svn-ports-head@freebsd.org Fri Feb 19 03:59:13 2021 Return-Path: Delivered-To: svn-ports-head@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 7B26E53AC98; Fri, 19 Feb 2021 03:59:13 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dhd9s36gSz4qcd; Fri, 19 Feb 2021 03:59:13 +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 5C77D24BDF; Fri, 19 Feb 2021 03:59:13 +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 11J3xDpD065742; Fri, 19 Feb 2021 03:59:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11J3xDdD065741; Fri, 19 Feb 2021 03:59:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102190359.11J3xDdD065741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 19 Feb 2021 03:59:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566020 - head/graphics/vulkan-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/vulkan-tools X-SVN-Commit-Revision: 566020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 03:59:13 -0000 Author: jbeich Date: Fri Feb 19 03:59:12 2021 New Revision: 566020 URL: https://svnweb.freebsd.org/changeset/ports/566020 Log: graphics/vulkan-tools: document upstream issue Modified: head/graphics/vulkan-tools/Makefile (contents, props changed) Modified: head/graphics/vulkan-tools/Makefile ============================================================================== --- head/graphics/vulkan-tools/Makefile Fri Feb 19 01:37:46 2021 (r566019) +++ head/graphics/vulkan-tools/Makefile Fri Feb 19 03:59:12 2021 (r566020) @@ -27,7 +27,7 @@ OPTIONS_SLAVE= DISPLAY OPTIONS_SUB= yes WAYLAND_PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -WAYLAND_PATCHFILES= ea2e75bea224.patch:-p1 +WAYLAND_PATCHFILES= ea2e75bea224.patch:-p1 # https://github.com/KhronosGroup/Vulkan-Tools/issues/469 WAYLAND_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland