Date: Wed, 16 May 2018 19:36:05 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470143 - head/net/py-pcs Message-ID: <201805161936.w4GJa57O081484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805161936.w4GJa57O081484>