svn commit: r416368 - head/devel/py-re2
Antoine Brodin
antoine at FreeBSD.org
Sat Jun 4 16:43:15 UTC 2016
Author: antoine
Date: Sat Jun 4 16:43:14 2016
New Revision: 416368
URL: https://svnweb.freebsd.org/changeset/ports/416368
Log:
Mark BROKEN: fails to build
cythoning src/re2.pyx to src/re2.cpp
Error compiling Cython file:
------------------------------------------------------------
...
return self._named_groups
self._named_groups = result
it = self.named_groups.begin()
while it != self.named_groups.end():
indexes[cpp_to_pystring(deref(it).first)] = deref(it).second
^
Reported by: pkg-fallout
Modified:
head/devel/py-re2/Makefile
Modified: head/devel/py-re2/Makefile
==============================================================================
--- head/devel/py-re2/Makefile Sat Jun 4 16:25:06 2016 (r416367)
+++ head/devel/py-re2/Makefile Sat Jun 4 16:43:14 2016 (r416368)
@@ -13,6 +13,8 @@ COMMENT= Python wrapper for Google RE2 u
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to build
+
BUILD_DEPENDS= cython:lang/cython
LIB_DEPENDS= libre2.so:devel/re2
More information about the svn-ports-all
mailing list