From owner-svn-ports-all@freebsd.org Mon Oct 12 07:34:22 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 34B9F42E978; Mon, 12 Oct 2020 07:34:22 +0000 (UTC) (envelope-from manu@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 4C8r655x0mz3Xnw; Mon, 12 Oct 2020 07:34:21 +0000 (UTC) (envelope-from manu@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 AEAD2938C; Mon, 12 Oct 2020 07:34:21 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09C7YLBv053412; Mon, 12 Oct 2020 07:34:21 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09C7YLCa053409; Mon, 12 Oct 2020 07:34:21 GMT (envelope-from manu@FreeBSD.org) Message-Id: <202010120734.09C7YLCa053409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Mon, 12 Oct 2020 07:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552105 - in head: . graphics graphics/libxatracker graphics/mesa-gallium-xa x11-drivers/xf86-video-vmware X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: in head: . graphics graphics/libxatracker graphics/mesa-gallium-xa x11-drivers/xf86-video-vmware X-SVN-Commit-Revision: 552105 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.33 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: Mon, 12 Oct 2020 07:34:22 -0000 Author: manu Date: Mon Oct 12 07:34:20 2020 New Revision: 552105 URL: https://svnweb.freebsd.org/changeset/ports/552105 Log: Rename graphics/libxatracker to graphics/mesa-gallium-xa Mesa 20.2 update will split some of the gallium driver into their own ports so rename this gallium driver to be named like the other ones. Reviewed by: zeising X-Differential Revision: https://reviews.freebsd.org/D26682 Added: head/graphics/mesa-gallium-xa/ - copied from r552104, head/graphics/libxatracker/ Deleted: head/graphics/libxatracker/ Modified: head/MOVED head/graphics/Makefile head/x11-drivers/xf86-video-vmware/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Oct 12 07:27:15 2020 (r552104) +++ head/MOVED Mon Oct 12 07:34:20 2020 (r552105) @@ -15640,3 +15640,4 @@ lang/spidermonkey68|lang/spidermonkey78|2020-10-01|Rep audio/zinf||2020-10-02|Has expired: Does not build, no upstream emulators/qemu-sbruno|emulators/qemu|2020-10-02|Has expired: Port will be removed in favor of emulators/qemu dns/knot2-lib|dns/knot3-lib|2020-10-04|Replaced by a more recent version +graphics/libxatracker|graphics/mesa-gallium-xa|2020-10-12|Rename to have all gallium driver properly named Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Oct 12 07:27:15 2020 (r552104) +++ head/graphics/Makefile Mon Oct 12 07:34:20 2020 (r552105) @@ -494,7 +494,6 @@ SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg03 - SUBDIR += libxatracker SUBDIR += libyuv SUBDIR += libzmf SUBDIR += lightzone @@ -535,6 +534,7 @@ SUBDIR += mesa-demos SUBDIR += mesa-devel SUBDIR += mesa-dri + SUBDIR += mesa-gallium-xa SUBDIR += mesa-libs SUBDIR += metacam SUBDIR += metapixel Modified: head/x11-drivers/xf86-video-vmware/Makefile ============================================================================== --- head/x11-drivers/xf86-video-vmware/Makefile Mon Oct 12 07:27:15 2020 (r552104) +++ head/x11-drivers/xf86-video-vmware/Makefile Mon Oct 12 07:34:20 2020 (r552105) @@ -17,7 +17,7 @@ ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only USES= xorg-cat:driver LIB_DEPENDS+= libdrm.so:graphics/libdrm \ - libxatracker.so:graphics/libxatracker + libxatracker.so:graphics/mesa-gallium-xa CONFIGURE_ARGS= --without-libudev