Date: Fri, 17 Aug 2018 15:30:24 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477434 - head/devel/llvm-devel Message-ID: <201808171530.w7HFUOiG089722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808171530.w7HFUOiG089722>