<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/bc3700d678faf20cdeb5714ee44d5405850457db">https://github.com/macports/macports-ports/commit/bc3700d678faf20cdeb5714ee44d5405850457db</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 bc3700d  openimageio: Blacklist clang<700
</span>bc3700d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bc3700d678faf20cdeb5714ee44d5405850457db
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun May 17 16:02:22 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    openimageio: Blacklist clang<700
</span>---
 graphics/openimageio/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/openimageio/Portfile b/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 677871c..7bd363c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/openimageio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               github 1.0
</span> PortGroup               qt5 1.0
 PortGroup               cmake 1.1
 PortGroup               active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 github.setup            OpenImageIO oiio 2.1.15.0
 revision                0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +14,8 @@ categories              graphics
</span> license                 BSD
 maintainers             {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 description             a library for reading and writing images
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        OpenImageIO is a library for reading and writing images, and a bunch of \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        related classes, utilities, and applications.
</span> platforms               darwin
 
 checksums               rmd160  753c686d7e6aeb8cf51d807d5acb1d680b895d64 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +23,10 @@ checksums               rmd160  753c686d7e6aeb8cf51d807d5acb1d680b895d64 \
</span>                         size    29051047
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: multiple overloads of 'address' instantiate to the same signature 'const_pointer (const_reference) const noexcept'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# http://lists.llvm.org/pipermail/llvm-bugs/2013-November/031552.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Seen on OSX 10.9 and older.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span> 
 github.master_sites     ${github.homepage}/archive
 distname                Release-${version}
</pre><pre style='margin:0'>

</pre>