svn commit: r441708 - head/devel/llvm-devel

Brooks Davis brooks at FreeBSD.org
Thu May 25 18:33:55 UTC 2017


Author: brooks
Date: Thu May 25 18:33:54 2017
New Revision: 441708
URL: https://svnweb.freebsd.org/changeset/ports/441708

Log:
  Disable LLDB on FreeBSD 10.
  
  It's reliably failing to build on the ports cluster likely due to a
  compiler or libc++ issue.

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Thu May 25 17:26:40 2017	(r441707)
+++ head/devel/llvm-devel/Makefile	Thu May 25 18:33:54 2017	(r441708)
@@ -51,6 +51,7 @@ OPTIONS_DEFINE_i386=	COMPILER_RT
 OPTIONS_DEFAULT=	CLANG EXTRAS LIT LLD LLDB
 OPTIONS_DEFAULT_amd64=	COMPILER_RT GOLD OPENMP
 OPTIONS_DEFAULT_i386=	COMPILER_RT
+OPTIONS_EXCLUDE_FreeBSD_10=	LLDB
 OPTIONS_SUB=	yes
 
 PLIST_FILES=


More information about the svn-ports-all mailing list