diff options
author | tobik <tobik@FreeBSD.org> | 2018-10-12 17:25:02 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-10-12 17:25:02 +0800 |
commit | 98e2f9fdb72169e57c26729512e96d07c616e30e (patch) | |
tree | 3fbbe5765f0d540841e14872d2faf91830e74126 | |
parent | 51db1de74da3d172ed5fa5888030835d34c248bf (diff) | |
download | freebsd-ports-gnome-98e2f9fdb72169e57c26729512e96d07c616e30e.tar.gz freebsd-ports-gnome-98e2f9fdb72169e57c26729512e96d07c616e30e.tar.zst freebsd-ports-gnome-98e2f9fdb72169e57c26729512e96d07c616e30e.zip |
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)
-rw-r--r-- | x11-wm/qtile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/qtile/Makefile b/x11-wm/qtile/Makefile index 923437184beb..875eb4794fb9 100644 --- a/x11-wm/qtile/Makefile +++ b/x11-wm/qtile/Makefile @@ -7,9 +7,11 @@ 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 |