Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 05:27:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451730 - head/textproc/opengrm-ngram
Message-ID:  <201710110527.v9B5RZbo092798@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710110527.v9B5RZbo092798>