Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 09:25:03 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481889 - head/x11-wm/qtile
Message-ID:  <201810120925.w9C9P3Pn010246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small, flexible, scriptable tiling window manager written in Python
+
+BROKEN=		does not run
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE



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