Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 07:34:21 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
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
Message-ID:  <202010120734.09C7YLCa053409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010120734.09C7YLCa053409>