<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8162710c537dccc3e5e66ad855eeff930f2913c3">https://github.com/macports/macports-ports/commit/8162710c537dccc3e5e66ad855eeff930f2913c3</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 8162710c537 catch2: Blacklist clang < 700
</span>8162710c537 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8162710c537dccc3e5e66ad855eeff930f2913c3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 15 20:44:56 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> catch2: Blacklist clang < 700
</span>---
devel/catch2/Portfile | 7 +++++++
1 file changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/catch2/Portfile b/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd13f1a6df2..a27319b49df 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/catch2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,11 @@
</span>
PortSystem 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
github.setup catchorg catch2 2.12.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 0
</span> categories devel
platforms darwin
maintainers {gmail.com:howarth.at.macports @jwhowarth} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,3 +21,8 @@ checksums rmd160 6c13b0a604105d78c8d2a9700df36474c4e5c327 \
</span> size 641598
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Old clangs apparently have trouble with std::is_constructible.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/catchorg/Catch2/issues/1935
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/catchorg/Catch2/issues/946
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span></pre><pre style='margin:0'>
</pre>