diff options
author | antoine <antoine@FreeBSD.org> | 2018-05-31 05:52:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-05-31 05:52:33 +0800 |
commit | 3a5d3f4cde775f855fcfd92f2ede84003290c6af (patch) | |
tree | b456c6b2c062595da0c1121d9a8dbada9d6d737f /x11 | |
parent | 3fed357261ba49c9a63d5d748e6b6a2fe62f945b (diff) | |
download | freebsd-ports-gnome-3a5d3f4cde775f855fcfd92f2ede84003290c6af.tar.gz freebsd-ports-gnome-3a5d3f4cde775f855fcfd92f2ede84003290c6af.tar.zst freebsd-ports-gnome-3a5d3f4cde775f855fcfd92f2ede84003290c6af.zip |
Mark BROKEN: fails to build
/usr/local/bin/python2.7 ./py_client.py -p /usr/local/lib/python2.7/site-packages /usr/local/share/xcb/xproto.xml
Traceback (most recent call last):
File "./py_client.py", line 607, in <module>
from xcbgen.state import Module
File "/usr/local/lib/python2.7/site-packages/xcbgen/state.py", line 7, in <module>
from xcbgen import matcher
File "/usr/local/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in <module>
from xcbgen.xtypes import *
File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in <module>
class EventStruct(Union):
File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1239, in EventStruct
out = __main__.output['eventstruct']
KeyError: 'eventstruct'
Reported by: pkg-fallout
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpyb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index 7435b06106e1..f540eeeab107 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb +BROKEN= fails to build + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:x11/xcb-proto \ xcb-proto>=1.7.1:x11/xcb-proto |