Date: Thu, 20 Jun 2019 05:20:26 +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: r504617 - head/devel/folly Message-ID: <201906200520.x5K5KQah028336@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906200520.x5K5KQah028336>