svn commit: r379483 - head/devel/libe
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 21 07:37:58 UTC 2015
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
More information about the svn-ports-all
mailing list