svn commit: r451730 - head/textproc/opengrm-ngram
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 11 05:27:36 UTC 2017
Author: antoine
Date: Wed Oct 11 05:27:35 2017
New Revision: 451730
URL: https://svnweb.freebsd.org/changeset/ports/451730
Log:
Mark BROKEN: fails to build
libtool: compile: c++ -DHAVE_CONFIG_H -I./../include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=c++11 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o
In file included from util.cc:15:
./../include/ngram/util.h:24:1: error: unknown type name 'DECLARE_bool'
DECLARE_bool(ngram_error_fatal);
^
util.cc:19:1: error: C++ requires a type specifier for all declarations
DEFINE_bool(ngram_error_fatal, true,
^
Reported by: pkg-fallout
MFH: 2017Q4
Modified:
head/textproc/opengrm-ngram/Makefile
Modified: head/textproc/opengrm-ngram/Makefile
==============================================================================
--- head/textproc/opengrm-ngram/Makefile Wed Oct 11 02:55:30 2017 (r451729)
+++ head/textproc/opengrm-ngram/Makefile Wed Oct 11 05:27:35 2017 (r451730)
@@ -12,6 +12,7 @@ COMMENT= Library for making n-gram language models enc
LICENSE= APACHE20
+BROKEN= fails to build
BROKEN_powerpc64= fails to compile: ngram-count.cc: 'to_string' is not a member of 'std'
LIB_DEPENDS= libfst.so:math/openfst
More information about the svn-ports-head
mailing list