<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/3120e9aeffd9f3001aba8a710feb484516226a5d">https://github.com/macports/macports-ports/commit/3120e9aeffd9f3001aba8a710feb484516226a5d</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 3120e9a  opencv: add compiler blacklist Closes: https://trac.macports.org/ticket/58784
</span>3120e9a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3120e9aeffd9f3001aba8a710feb484516226a5d
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Aug 2 18:51:36 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    opencv: add compiler blacklist
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/58784
</span>---
 graphics/opencv/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencv/Portfile b/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e3662b9..dd3e0ff 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,8 @@ worksrcdir          opencv-${version}
</span> 
 conflicts           opencv4
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append cc *gcc* {clang < 800} {macports-clang-3.[0-9]} macports-clang-4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
                     port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>