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

Niclas Zeising zeising at FreeBSD.org
Tue Mar 31 20:45:42 UTC 2020


Author: zeising
Date: Tue Mar 31 20:37:21 2020
New Revision: 530016
URL: https://svnweb.freebsd.org/changeset/ports/530016

Log:
  xf86-video-qxl: No longer broken (still deprecated)
  
  After r530014, xf86-video-qxl builds again, so remove broken.  It is still
  deprecated because it uses python 2.

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

Modified: head/x11-drivers/xf86-video-qxl/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-qxl/Makefile	Tue Mar 31 20:36:51 2020	(r530015)
+++ head/x11-drivers/xf86-video-qxl/Makefile	Tue Mar 31 20:37:21 2020	(r530016)
@@ -10,8 +10,7 @@ COMMENT=	X.Org X server -- QXL display driver
 
 LICENSE=	MIT
 
-BROKEN=		does not build with xorg-server 1.20.7
-DEPRECATED=	Broken, uses deprecated version of python
+DEPRECATED=	uses deprecated version of python
 EXPIRATION_DATE=	2020-09-15
 
 BUILD_DEPENDS=	spice-protocol>=0.12.10:devel/spice-protocol \


More information about the svn-ports-all mailing list