Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 20:37:21 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530016 - head/x11-drivers/xf86-video-qxl
Message-ID:  <202003312037.02VKbLUJ070916@repo.freebsd.org>

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



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