svn commit: r549558 - head/devel/folly

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 05:20:20 UTC 2020


Author: yuri
Date: Tue Sep 22 05:20:19 2020
New Revision: 549558
URL: https://svnweb.freebsd.org/changeset/ports/549558

Log:
  devel/folly: Broken on 11

Modified:
  head/devel/folly/Makefile

Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile	Tue Sep 22 04:13:05 2020	(r549557)
+++ head/devel/folly/Makefile	Tue Sep 22 05:20:19 2020	(r549558)
@@ -11,6 +11,7 @@ COMMENT=	C++ library developed and used at Facebook
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_11=	bug in folly, confusion with Jemalloc: https://github.com/facebook/folly/issues/1458
 BROKEN_i386=	error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168
 
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \


More information about the svn-ports-all mailing list