svn commit: r528170 - head/biology/pbcopper

Antoine Brodin antoine at FreeBSD.org
Tue Mar 10 14:17:21 UTC 2020


Author: antoine
Date: Tue Mar 10 14:17:19 2020
New Revision: 528170
URL: https://svnweb.freebsd.org/changeset/ports/528170

Log:
  Mark BROKEN: fails to build
  
  ../include/pbcopper/json/internal/json.hpp:1229:9: error: static_assert failed due to requirement 'sizeof(nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>) == 0' "could not find from_json() method in T's namespace"
          static_assert(sizeof(BasicJsonType) == 0,
          ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	pkg-fallout

Modified:
  head/biology/pbcopper/Makefile

Modified: head/biology/pbcopper/Makefile
==============================================================================
--- head/biology/pbcopper/Makefile	Tue Mar 10 14:15:42 2020	(r528169)
+++ head/biology/pbcopper/Makefile	Tue Mar 10 14:17:19 2020	(r528170)
@@ -13,6 +13,8 @@ COMMENT=	Core C++ library for Pacific Biosciences tool
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libboost_regex.so:devel/boost-libs
 
 # Meson needs BOOST_ROOT=${LOCALBASE}


More information about the svn-ports-head mailing list