<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d2afc9fc9a5f98d71aaaa9b5be3931b0a344f259">https://github.com/macports/macports-ports/commit/d2afc9fc9a5f98d71aaaa9b5be3931b0a344f259</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 d2afc9fc ctlang: require C++11 due to ilmbase dependency
</span>d2afc9fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2afc9fc9a5f98d71aaaa9b5be3931b0a344f259
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Nov 7 01:17:13 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ctlang: require C++11 due to ilmbase dependency
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/57523
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump because port either builds correctly or not at all.
</span>---
 graphics/ctlang/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/ctlang/Portfile b/graphics/ctlang/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16faf34..e59a61b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/ctlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/ctlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem           1.0
 PortGroup            github 1.0
 PortGroup            cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup            cxx11 1.1
</span> 
 github.setup         ampas CTL 1.5.2 ctl-
 revision             5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +27,9 @@ patchfiles           patch-OpenEXR_CTL.pc.in.diff
</span> # see https://github.com/ampas/CTL/issues/71
 patchfiles-append    patch-CtlSimdInst.cpp.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/57523
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append     \
     port:pkgconfig
 depends_lib-append       \
</pre><pre style='margin:0'>

</pre>