svn commit: r481889 - head/x11-wm/qtile

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 12 09:25:03 UTC 2018


Author: tobik
Date: Fri Oct 12 09:25:02 2018
New Revision: 481889
URL: https://svnweb.freebsd.org/changeset/ports/481889

Log:
  Explicitly mark x11-wm/qtile as broken
  
  It's already being skipped now since x11/xpyb was marked as broken
  in ports r471180, but qtile previously died with an xcb.Exception,
  so mark it as broken anyway by request of Michael.
  
  While here also reset maintainer due to the long timeout.
  
  PR:		222363
  Submitted by:	Michael Reim <kraileth at elderlinux.org>
  Approved by:	wg (maintainer timeout, 1 year)

Modified:
  head/x11-wm/qtile/Makefile

Modified: head/x11-wm/qtile/Makefile
==============================================================================
--- head/x11-wm/qtile/Makefile	Fri Oct 12 09:19:04 2018	(r481888)
+++ head/x11-wm/qtile/Makefile	Fri Oct 12 09:25:02 2018	(r481889)
@@ -7,8 +7,10 @@ DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	x11-wm
 
-MAINTAINER=	wg at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Small, flexible, scriptable tiling window manager written in Python
+
+BROKEN=		does not run
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE


More information about the svn-ports-all mailing list