1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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
This commit is contained in:
Antoine Brodin 2016-06-04 16:43:14 +00:00
parent a3993edf32
commit 19395a3a37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416368

View File

@ -13,6 +13,8 @@ COMMENT= Python wrapper for Google RE2 using Cython
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= fails to build
BUILD_DEPENDS= cython:lang/cython
LIB_DEPENDS= libre2.so:devel/re2