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

Brooks Davis brooks at FreeBSD.org
Fri Aug 17 15:30:25 UTC 2018


Author: brooks
Date: Fri Aug 17 15:30:24 2018
New Revision: 477434
URL: https://svnweb.freebsd.org/changeset/ports/477434

Log:
  Mark broken on 10.x.
  
  There won't be a devel/llvm80 before 10.x is EOL so I'm not planning to
  try to keep this alive there.  Patches are welcome.

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Fri Aug 17 15:03:16 2018	(r477433)
+++ head/devel/llvm-devel/Makefile	Fri Aug 17 15:30:24 2018	(r477434)
@@ -31,6 +31,8 @@ SHEBANG_FILES=	utils/lit/lit.py utils/llvm-lit/llvm-li
 		tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \
 		tools/clang/tools/extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py
 
+BROKEN_FreeBSD_10=	error: anonymous union can only contain non-static data members
+
 SUB_FILES=	llvm-wrapper.sh
 SUB_LIST=	LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
 


More information about the svn-ports-all mailing list