svn commit: r527039 - head/x11-drivers/xf86-video-qxl

Niclas Zeising zeising at FreeBSD.org
Mon Feb 24 19:27:04 UTC 2020


Author: zeising
Date: Mon Feb 24 19:27:02 2020
New Revision: 527039
URL: https://svnweb.freebsd.org/changeset/ports/527039

Log:
  x11-drivers/xf86-video-qxl: Mark broken
  
  Mark xf86-video-qxl as broken with xorg-server 1.20.7.  A fix is being
  worked on, but mark this as broken while it's being developed, to avoid
  chatter from the build cluster.

Modified:
  head/x11-drivers/xf86-video-qxl/Makefile

Modified: head/x11-drivers/xf86-video-qxl/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-qxl/Makefile	Mon Feb 24 19:11:18 2020	(r527038)
+++ head/x11-drivers/xf86-video-qxl/Makefile	Mon Feb 24 19:27:02 2020	(r527039)
@@ -10,6 +10,8 @@ COMMENT=	X.Org X server -- QXL display driver
 
 LICENSE=	MIT
 
+BROKEN=		does not build with xorg-server 1.20.7
+
 BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol \
 		${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 LIB_DEPENDS=	libspice-server.so:devel/libspice-server


More information about the svn-ports-head mailing list