Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2016 16:43:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416368 - head/devel/py-re2
Message-ID:  <201606041643.u54GhEEG043672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606041643.u54GhEEG043672>