Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 17:23:29 +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: r408233 - head/math/py-pyfst
Message-ID:  <201602051723.u15HNT0w091629@repo.freebsd.org>

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



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