From owner-svn-ports-all@freebsd.org Wed May 30 21:52:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3E78F71FCE; Wed, 30 May 2018 21:52:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A1347CF57; Wed, 30 May 2018 21:52:33 +0000 (UTC) (envelope-from antoine@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 7ADFD10FBA; Wed, 30 May 2018 21:52:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4ULqX8Z019827; Wed, 30 May 2018 21:52:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4ULqXNa019826; Wed, 30 May 2018 21:52:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201805302152.w4ULqXNa019826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 30 May 2018 21:52:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471180 - head/x11/xpyb X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/x11/xpyb X-SVN-Commit-Revision: 471180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 21:52:34 -0000 Author: antoine Date: Wed May 30 21:52:33 2018 New Revision: 471180 URL: https://svnweb.freebsd.org/changeset/ports/471180 Log: 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 from xcbgen.state import Module File "/usr/local/lib/python2.7/site-packages/xcbgen/state.py", line 7, in from xcbgen import matcher File "/usr/local/lib/python2.7/site-packages/xcbgen/matcher.py", line 12, in from xcbgen.xtypes import * File "/usr/local/lib/python2.7/site-packages/xcbgen/xtypes.py", line 1221, in 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 Modified: head/x11/xpyb/Makefile Modified: head/x11/xpyb/Makefile ============================================================================== --- head/x11/xpyb/Makefile Wed May 30 21:50:46 2018 (r471179) +++ head/x11/xpyb/Makefile Wed May 30 21:52:33 2018 (r471180) @@ -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