<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/b340d17e2bdaabba2718b626285e29d5238c8aa6">https://github.com/macports/macports-ports/commit/b340d17e2bdaabba2718b626285e29d5238c8aa6</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 b340d17e2bd harfbuzz-devel: Re-blacklist clang < 800
</span>b340d17e2bd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b340d17e2bdaabba2718b626285e29d5238c8aa6
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Feb 22 00:09:52 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    harfbuzz-devel: Re-blacklist clang < 800
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Upstream thought they had fixed the problem but they haven't.
</span>---
 graphics/harfbuzz-devel/Portfile | 2 ++
 graphics/harfbuzz/Portfile       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/harfbuzz-devel/Portfile b/graphics/harfbuzz-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 87a86d10fd8..ba58dd9fb54 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/harfbuzz-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/harfbuzz-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,8 @@ compiler.cxx_standard \
</span> 
 # https://github.com/harfbuzz/harfbuzz/issues/1651#issuecomment-484051395
 compiler.blacklist-append {clang < 700}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/harfbuzz/harfbuzz/issues/4066
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span> 
 # Upstream recommends switching to meson but I'm not ready to tackle
 # that yet.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/harfbuzz/Portfile b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d1d7473f23..d5969e02090 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ compiler.cxx_standard \
</span> 
 # https://github.com/harfbuzz/harfbuzz/issues/1651#issuecomment-484051395
 compiler.blacklist-append {clang < 700}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# TODO: bug report URL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/harfbuzz/harfbuzz/issues/4066
</span> compiler.blacklist-append {clang < 800}
 
 # Upstream recommends switching to meson but I'm not ready to tackle
</pre><pre style='margin:0'>

</pre>