Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 13:24:13 +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: r484027 - head/net-mgmt/centreon-clib
Message-ID:  <201811041324.wA4DODpb014191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 13:24:13 2018
New Revision: 484027
URL: https://svnweb.freebsd.org/changeset/ports/484027

Log:
  Mark BROKEN: fails to build
  
  In file included from src/process_manager_posix.cc:32:
  In file included from build/../inc/com/centreon/process_manager_posix.hh:30:
  build/../inc/com/centreon/unordered_hash.hh:74:12: error: class template partial specialization of 'hash' not in a namespace enclosing '__1'
      struct hash<std::pair<T, U> > {
             ^
  
  Reported by:	pkg-fallout

Modified:
  head/net-mgmt/centreon-clib/Makefile

Modified: head/net-mgmt/centreon-clib/Makefile
==============================================================================
--- head/net-mgmt/centreon-clib/Makefile	Sun Nov  4 13:21:09 2018	(r484026)
+++ head/net-mgmt/centreon-clib/Makefile	Sun Nov  4 13:24:13 2018	(r484027)
@@ -11,6 +11,8 @@ COMMENT=	Common library of all Centreon projects writt
 
 LICENSE=	AGPLv3
 
+BROKEN=		fails to build
+
 USES=		cmake
 CMAKE_SOURCE_PATH=	${WRKSRC}/build
 CMAKE_ARGS=	-DWITH_PREFIX=${PREFIX} \



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