Date: Wed, 11 Oct 2017 05:30:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451732 - branches/2017Q4/textproc/opengrm-ngram Message-ID: <201710110530.v9B5UVpp093190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 11 05:30:31 2017 New Revision: 451732 URL: https://svnweb.freebsd.org/changeset/ports/451732 Log: MFH: r451730 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 Modified: branches/2017Q4/textproc/opengrm-ngram/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/textproc/opengrm-ngram/Makefile ============================================================================== --- branches/2017Q4/textproc/opengrm-ngram/Makefile Wed Oct 11 05:29:30 2017 (r451731) +++ branches/2017Q4/textproc/opengrm-ngram/Makefile Wed Oct 11 05:30:31 2017 (r451732) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710110530.v9B5UVpp093190>