From owner-svn-ports-head@freebsd.org Wed May 16 19:36:06 2018 Return-Path: Delivered-To: svn-ports-head@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 001C9EACE1C; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@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 AAE0A77F78; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@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 8BC361E82C; Wed, 16 May 2018 19:36:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GJa5Yn081485; Wed, 16 May 2018 19:36:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GJa57O081484; Wed, 16 May 2018 19:36:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201805161936.w4GJa57O081484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 May 2018 19:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470143 - head/net/py-pcs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/py-pcs X-SVN-Commit-Revision: 470143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 19:36:06 -0000 Author: jbeich Date: Wed May 16 19:36:05 2018 New Revision: 470143 URL: https://svnweb.freebsd.org/changeset/ports/470143 Log: net/py-pcs: mark BROKEN after r470010 pcs/pcap/pcap.c:4802:34: error: expected expression (void)(Py_BEGIN_ALLOW_THREADS); ^ pcs/pcap/pcap.c:4820:12: error: expected ')' (void)(Py_END_ALLOW_THREADS); ^ /usr/local/include/python2.7/ceval.h:135:60: note: expanded from macro 'Py_END_ALLOW_THREADS' #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \ ^ pcs/pcap/pcap.c:4820:11: note: to match this '(' (void)(Py_END_ALLOW_THREADS); ^ pcs/pcap/pcap.c:5866:34: error: expected expression (void)(Py_BEGIN_ALLOW_THREADS); ^ pcs/pcap/pcap.c:5884:12: error: expected ')' (void)(Py_END_ALLOW_THREADS); ^ PR: 228235 Reported by: pkg-fallout Modified: head/net/py-pcs/Makefile (contents, props changed) Modified: head/net/py-pcs/Makefile ============================================================================== --- head/net/py-pcs/Makefile Wed May 16 19:35:50 2018 (r470142) +++ head/net/py-pcs/Makefile Wed May 16 19:36:05 2018 (r470143) @@ -14,6 +14,8 @@ COMMENT= Protocol Construction Set LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +BROKEN= fails to build with cython 0.28 + PORTDOCS= pcs.pdf PORTEXAMPLES= *