aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-02-06 01:23:29 +0800
committerantoine <antoine@FreeBSD.org>2016-02-06 01:23:29 +0800
commitbce5802f7cfac3499449df19c859d5c3a6a926bb (patch)
tree7a5a3fe7045bc25270a5dc39562f094062e082d7
parent4a21733a0a5effbc70075c76d57358a2a8f4e015 (diff)
downloadfreebsd-ports-gnome-bce5802f7cfac3499449df19c859d5c3a6a926bb.tar.gz
freebsd-ports-gnome-bce5802f7cfac3499449df19c859d5c3a6a926bb.tar.zst
freebsd-ports-gnome-bce5802f7cfac3499449df19c859d5c3a6a926bb.zip
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
-rw-r--r--math/py-pyfst/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pyfst/Makefile b/math/py-pyfst/Makefile
index a99252129740..b02682079273 100644
--- a/math/py-pyfst/Makefile
+++ b/math/py-pyfst/Makefile
@@ -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