<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/64c4060aebef6ffcabfd8142b34a1cc88f283e35">https://github.com/macports/macports-ports/commit/64c4060aebef6ffcabfd8142b34a1cc88f283e35</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 64c4060  gmic: require Xcode if SDKs not provided by CLT
</span>64c4060 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 64c4060aebef6ffcabfd8142b34a1cc88f283e35
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Nov 14 05:45:17 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gmic: require Xcode if SDKs not provided by CLT
</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/59677
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/58779
</span>---
 science/gmic/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmic/Portfile b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c218f5..1d4d3f3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,5 +77,11 @@ build.dir           ${worksrcpath}/src
</span> build.args-append   CC=${configure.cc} \
                     CXX=${configure.cxx}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#see https://trac.macports.org/ticket/59677
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#see https://trac.macports.org/ticket/58779
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { !${use_xcode} && ![file exists ${configure.developer_dir}/SDKs] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_xcode yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.url       http://gmic.eu/files/source/
 livecheck.regex     ${name}_(\[0-9.\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>