<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/9ecf2a73a9dd952bc382120f40f95ef05b8da29b">https://github.com/macports/macports-ports/commit/9ecf2a73a9dd952bc382120f40f95ef05b8da29b</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 9ecf2a7  Chmox: don't build twice
</span>9ecf2a7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ecf2a73a9dd952bc382120f40f95ef05b8da29b
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Wed Feb 27 22:02:55 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    Chmox: don't build twice
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    no need to build twice and causes errors with new
</span><span style='display:block; white-space:pre;color:#404040;'>    Xcode build system due to duplicated symlinks
</span>---
 aqua/Chmox/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/Chmox/Portfile b/aqua/Chmox/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05590b0..ebce3c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/Chmox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/Chmox/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ maintainers nomaintainer
</span> description       Read CHM documents on your Mac
 long_description       \
        A viewer for Microsoft Help \"CHM\" (aka Compiled HTML) files \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        on Mac OS X 10.3 using Cocoa, WebKit and chmlib.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   using Cocoa, WebKit and chmlib.
</span> homepage  http://chmox.sourceforge.net
 
 fetch.type     cvs
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,10 @@ post-patch {
</span> depends_lib       path:lib/libssl.dylib:openssl \
                        port:libxml2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# xcode PG builds port again in destroot phase - no need to build twice and causes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# errors on new Xcode build system if we try due to duplicated symlinks
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build                   {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> xcode.build.settings      LIBRARY_SEARCH_PATHS=${prefix}/lib \
                                            DEPLOYMENT_LOCATION=NO
 
</pre><pre style='margin:0'>

</pre>