svn commit: r504617 - head/devel/folly

Yuri Victorovich yuri at FreeBSD.org
Thu Jun 20 05:20:27 UTC 2019


Author: yuri
Date: Thu Jun 20 05:20:26 2019
New Revision: 504617
URL: https://svnweb.freebsd.org/changeset/ports/504617

Log:
  devel/folly: Broken on 13 due to clang crashes

Modified:
  head/devel/folly/Makefile

Modified: head/devel/folly/Makefile
==============================================================================
--- head/devel/folly/Makefile	Thu Jun 20 04:34:10 2019	(r504616)
+++ head/devel/folly/Makefile	Thu Jun 20 05:20:26 2019	(r504617)
@@ -15,6 +15,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	error: use of undeclared identifier 'DCHECK': https://github.com/facebook/folly/issues/1168
+BROKEN_FreeBSD_13=	clang crashes: https://bugs.llvm.org/show_bug.cgi?id=42338
 
 LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \
 		libdouble-conversion.so:devel/double-conversion \


More information about the svn-ports-all mailing list