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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/81afc68c58d8b8107473fdcc147b97ac5d2e8411">https://github.com/macports/macports-ports/commit/81afc68c58d8b8107473fdcc147b97ac5d2e8411</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 81afc68  aquaterm: use old xcode build system on Xcode10+
</span>81afc68 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 81afc68c58d8b8107473fdcc147b97ac5d2e8411
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Sep 29 20:01:23 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    aquaterm: use old xcode build system on Xcode10+
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/56895
</span>---
 aqua/aquaterm/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/aquaterm/Portfile b/aqua/aquaterm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 04b51a8..3459b7c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/aquaterm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/aquaterm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,6 +59,12 @@ post-patch {
</span>         ${worksrcpath}/adapters/pgplot/ReadMe
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# this port does not build with the new xcode build system at present
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} 10.0] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.pre_args      -UseNewBuildSystem=NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.pre_args   -UseNewBuildSystem=NO
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     xinstall -d -m 0755 ${destroot}${prefix}/share/AquaTerm
     copy ${worksrcpath}/adapters ${destroot}${prefix}/share/AquaTerm
</pre><pre style='margin:0'>

</pre>