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

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

Log:
  MFH: r484027
  
  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:
  branches/2018Q4/net-mgmt/centreon-clib/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net-mgmt/centreon-clib/Makefile
==============================================================================
--- branches/2018Q4/net-mgmt/centreon-clib/Makefile	Sun Nov  4 13:24:13 2018	(r484027)
+++ branches/2018Q4/net-mgmt/centreon-clib/Makefile	Sun Nov  4 13:24:32 2018	(r484028)
@@ -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.wA4DOXW3014323>