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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/74dc7dca8679cac57c49c4f87cc3208982735d68">https://github.com/macports/macports-ports/commit/74dc7dca8679cac57c49c4f87cc3208982735d68</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 74dc7dc  net/gpsd: mark as using Xcode - unbreaks trace mode builds.
</span>74dc7dc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 74dc7dca8679cac57c49c4f87cc3208982735d68
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Tue Jul 30 08:51:12 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    net/gpsd: mark as using Xcode - unbreaks trace mode builds.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    While technically the port doesn't use any Xcode utility, it looks like
</span><span style='display:block; white-space:pre;color:#404040;'>    the shims in /usr/bin do that implicitly to call the actual clang
</span><span style='display:block; white-space:pre;color:#404040;'>    binary.
</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/58770
</span>---
 net/gpsd/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/gpsd/Portfile b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a55ed74..da0a4d9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,6 +116,9 @@ depends_lib-append      port:ncurses
</span> depends_build-append    port:scons port:pkgconfig
 
 use_configure           no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[info exists use_xcode]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_xcode "yes"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 set cxx_stdlibflags {}
 if {[string match *clang* ${configure.cxx}]} {
</pre><pre style='margin:0'>

</pre>