svn commit: r408233 - head/math/py-pyfst

Antoine Brodin antoine at FreeBSD.org
Fri Feb 5 17:23:30 UTC 2016


Author: antoine
Date: Fri Feb  5 17:23:29 2016
New Revision: 408233
URL: https://svnweb.freebsd.org/changeset/ports/408233

Log:
  Mark BROKEN everywhere: does not build
  
  In file included from fst/_fst.cpp:322:
  In file included from /usr/local/include/fst/fstlib.h:93:
  /usr/local/include/fst/shortest-path.h:75:52: error: a space is required between consecutive right angle brackets (use '> >')
      const vector<pair<typename Arc::StateId, size_t>>& parent,
                                                     ^~
                                                     > >
  /usr/local/include/fst/shortest-path.h:91:26: error: a space is required between consecutive right angle brackets (use '> >')
        ArcIterator<Fst<Arc>> aiter(ifst, s);
                           ^~
                           > >
  
  Reported by:	pkg-fallout

Modified:
  head/math/py-pyfst/Makefile

Modified: head/math/py-pyfst/Makefile
==============================================================================
--- head/math/py-pyfst/Makefile	Fri Feb  5 17:18:21 2016	(r408232)
+++ head/math/py-pyfst/Makefile	Fri Feb  5 17:23:29 2016	(r408233)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libfst.so:${PORTSDIR}/math/openfst
 
-BROKEN_FreeBSD_9=	does not build
+BROKEN=	does not build
 
 USES=		compiler:c++11-lib python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list