diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-09 03:02:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-09 03:02:22 +0800 |
commit | 539469ce555195fddc4d1c8f223baba990a08882 (patch) | |
tree | 3cf0137b4af5cfafbefdf489ef4ad940dd058918 | |
parent | 637126756c955242cd7c193c89163a4a33866596 (diff) | |
download | freebsd-ports-gnome-539469ce555195fddc4d1c8f223baba990a08882.tar.gz freebsd-ports-gnome-539469ce555195fddc4d1c8f223baba990a08882.tar.zst freebsd-ports-gnome-539469ce555195fddc4d1c8f223baba990a08882.zip |
Mark BROKEN: fails to build
/bin/sh ../../../build-aux/ylwrap xre_parse.yy y.tab.c xre_parse.cc y.tab.h `echo xre_parse.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output xre_parse.output -- byacc -d
byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error
%name-prefix="xre"
Reported by: pkg-falout
MFH: 2017Q4
-rw-r--r-- | math/hfst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/hfst/Makefile b/math/hfst/Makefile index a19e52d96a4f..62b3f180ba64 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= demon@FreeBSD.org COMMENT= Toolkit for for processing natural language morphologies +BROKEN= fails to build + USE_GITHUB= yes GH_TAGNAME= c187d5a |