<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f5188ed04d819af438866db1e36f4786b26f392c">https://github.com/macports/macports-ports/commit/f5188ed04d819af438866db1e36f4786b26f392c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new f5188ed  bazel: revert adding BUILD to patched file list, blacklist MP clang 7 and 8 due to libarclite issues
</span>f5188ed is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f5188ed04d819af438866db1e36f4786b26f392c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Oct 5 12:50:55 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    bazel: revert adding BUILD to patched file list, blacklist MP clang 7 and 8 due to libarclite issues
</span>---
 devel/bazel/Portfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bazel/Portfile b/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6e7fa28..afa9c6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -192,7 +192,7 @@ post-patch {
</span>     }
 
     # Patch build files to enforce correct compiler
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    foreach f [ exec find ${worksrcpath} -name "configure" -or -name "configure.py" -or -name "compile.sh" -or -name "*.tpl" -or -name "*.bzl" -or -name "CROSSTOOL" -or -name "configure.py" -or -name "MOCK_CROSSTOOL" -or -name "BUILD" ] {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach f [ exec find ${worksrcpath} -name "configure" -or -name "configure.py" -or -name "compile.sh" -or -name "*.tpl" -or -name "*.bzl" -or -name "CROSSTOOL" -or -name "configure.py" -or -name "MOCK_CROSSTOOL" ] {
</span>         foreach cmd {ar nm strip libtool ld objdump} {
             reinplace -q "s|/usr/bin/${cmd}|${prefix}/bin/${cmd}|g" ${f}
         }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -204,8 +204,14 @@ post-patch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist too old system compilers
</span> compiler.blacklist-append {clang < 710}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#compilers.setup           require_fortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Clang 7 and 8 fail with missing libarclite on older systems (e.g. 10.10)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ../usr/bin/xcrun /opt/local/bin/clang-mp-8.0 -fobjc-arc -framework CoreServices -framework Foundation -o /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_bazel/bazel26/work/.tmp/bazel_4sKHinCP/archive/_embedded_binaries/xcode-locator tools/osx/xcode_locator.m
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# ld: file not found: /opt/local/libexec/llvm-8.0/lib/arc/libarclite_macosx.a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {macports-clang-[7-8].0}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.env-append  CC=${configure.cc} \
                  CXX=${configure.cxx} \
               TMPDIR=${workpath}/tmp \
</pre><pre style='margin:0'>

</pre>