Date: Tue, 22 Sep 2020 05:20:19 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549558 - head/devel/folly Message-ID: <202009220520.08M5KJwG014495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009220520.08M5KJwG014495>