<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/b3220fca0078891834e4d73c4fc62734eed60d04">https://github.com/macports/macports-ports/commit/b3220fca0078891834e4d73c4fc62734eed60d04</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b3220fca0078891834e4d73c4fc62734eed60d04
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Aug 9 08:03:14 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> harfbuzz-devel: Reinstate clang < 700 blacklist
</span>---
graphics/harfbuzz-devel/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<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 a5a2f7db9fd..a8c701ab08d 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;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> PortGroup github 1.0
PortGroup gobject_introspection 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +34,10 @@ depends_build port:pkgconfig
</span> compiler.cxx_standard \
2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: invalid operands to binary expression
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/harfbuzz/harfbuzz/issues/1651#issuecomment-484051395
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Upstream recommends switching to meson but I'm not ready to tackle
# that yet.
</pre><pre style='margin:0'>
</pre>