<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/02a0091213fac9ffbfdf7419535ee692b52751db">https://github.com/macports/macports-ports/commit/02a0091213fac9ffbfdf7419535ee692b52751db</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 02a0091  harfbuzz: Blacklist clang < 300
</span>02a0091 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 02a0091213fac9ffbfdf7419535ee692b52751db
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 4 05:18:54 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    harfbuzz: Blacklist clang < 300
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/55507
</span>---
 graphics/harfbuzz/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<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 172276c..828089d 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;'>@@ -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> 
 name                harfbuzz
 version             1.7.6
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +28,8 @@ patchfiles-append   32bit.patch
</span> 
 # Remove this on an update to >1.7.6 as https://github.com/harfbuzz/harfbuzz/commit/2a2360
 compiler.blacklist  *llvm-gcc-4.2
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang 211.10.1 and earlier are known to fail. Assume 300 works?
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {clang < 300}
</span> 
 configure.args      --disable-silent-rules \
                     ac_cv_prog_AWK=/usr/bin/awk
</pre><pre style='margin:0'>

</pre>