<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/97bf46d4b77652fc7f4de6bba9cfe3d779f37bf7">https://github.com/macports/macports-ports/commit/97bf46d4b77652fc7f4de6bba9cfe3d779f37bf7</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 97bf46d4b77 orcus: Extend compiler blacklist to macOS10.13 Xcode versions
</span>97bf46d4b77 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97bf46d4b77652fc7f4de6bba9cfe3d779f37bf7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Mar 21 09:53:44 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    orcus: Extend compiler blacklist to macOS10.13 Xcode versions
</span>---
 devel/orcus/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/orcus/Portfile b/devel/orcus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d08b3044a18..113c28a04ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/orcus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/orcus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           gitlab 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 gitlab.setup        orcus orcus 0.16.1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +25,11 @@ checksums           rmd160  8c18cf3459d8054dd36215db16c99720dcc55a3c \
</span>                     size    7945943
 
 use_autoreconf      yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Extend blacklist to cover macOS10.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1050}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.cxxflags-append -std=gnu++17
 configure.args      --disable-python \
                     --disable-static \
</pre><pre style='margin:0'>

</pre>