From owner-svn-ports-head@freebsd.org Tue Mar 31 20:45:42 2020 Return-Path: Delivered-To: svn-ports-head@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 A2C5A26BAA7; Tue, 31 Mar 2020 20:45:42 +0000 (UTC) (envelope-from zeising@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) server-signature RSA-PSS (4096 bits) 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 48sLv904lcz43Jb; Tue, 31 Mar 2020 20:45:40 +0000 (UTC) (envelope-from zeising@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 443F61854B; Tue, 31 Mar 2020 20:37:22 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02VKbLar070917; Tue, 31 Mar 2020 20:37:21 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02VKbLUJ070916; Tue, 31 Mar 2020 20:37:21 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202003312037.02VKbLUJ070916@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Tue, 31 Mar 2020 20:37:21 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11-drivers/xf86-video-qxl X-SVN-Commit-Revision: 530016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2020 20:45:42 -0000 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 \