Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 07:37:58 +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: r379483 - head/devel/libe
Message-ID:  <201502210737.t1L7bwmt086074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 21 07:37:57 2015
New Revision: 379483
URL: https://svnweb.freebsd.org/changeset/ports/379483
QAT: https://qat.redports.org/buildarchive/r379483/

Log:
  Mark BROKEN: Fails to build
  
    CXX    garbage_collector.lo
  garbage_collector.cc:176:38: error: no member named 'min' in namespace 'std'
                  min_timestamp = std::min(qst, min_timestamp);
                                  ~~~~~^
  garbage_collector.cc:180:36: error: no member named 'min' in namespace 'std'
                  min_offline = std::min(oft, min_offline);
                                ~~~~~^
  2 errors generated.
  
  Reported by:	pkg-fallout

Modified:
  head/devel/libe/Makefile

Modified: head/devel/libe/Makefile
==============================================================================
--- head/devel/libe/Makefile	Sat Feb 21 07:35:32 2015	(r379482)
+++ head/devel/libe/Makefile	Sat Feb 21 07:37:57 2015	(r379483)
@@ -11,6 +11,8 @@ COMMENT=	High-performance datastructures
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		Fails to build
+
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6
 
 GNU_CONFIGURE=	yes



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