svn commit: r484028 - branches/2018Q4/net-mgmt/centreon-clib

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 13:24:34 UTC 2018


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} \


More information about the svn-ports-branches mailing list