svn commit: r451732 - branches/2017Q4/textproc/opengrm-ngram

Antoine Brodin antoine at FreeBSD.org
Wed Oct 11 05:30:32 UTC 2017


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


More information about the svn-ports-branches mailing list