Date: Sun, 4 Nov 2018 14:15:05 +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: r484066 - branches/2018Q4/math/mosesdecoder Message-ID: <201811041415.wA4EF5vd044030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 4 14:15:05 2018 New Revision: 484066 URL: https://svnweb.freebsd.org/changeset/ports/484066 Log: MFH: r484065 Mark BROKEN: fails to build In file included from moses/LM/Rand.cpp:37: In file included from /usr/local/include/RandLM/RandLM.h:23: /usr/local/include/RandLM/RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init] static const float kFloatErr = 0.00001f; ^ ~~~~~~~~ Reported by: pkg-fallout Modified: branches/2018Q4/math/mosesdecoder/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/math/mosesdecoder/Makefile ============================================================================== --- branches/2018Q4/math/mosesdecoder/Makefile Sun Nov 4 14:14:45 2018 (r484065) +++ branches/2018Q4/math/mosesdecoder/Makefile Sun Nov 4 14:15:05 2018 (r484066) @@ -10,6 +10,8 @@ CATEGORIES= math MAINTAINER= demon@FreeBSD.org COMMENT= Statistical machine translation system +BROKEN= fails to build + BUILD_DEPENDS= bash:shells/bash \ bjam:devel/boost-jam LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041415.wA4EF5vd044030>