<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/20b8bc41bd1f593f67b0367523c630f451c13c08">https://github.com/macports/macports-ports/commit/20b8bc41bd1f593f67b0367523c630f451c13c08</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 20b8bc41bd1f593f67b0367523c630f451c13c08
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon May 25 09:56:13 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ostinato: fix build with c++17 compilers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    newer clangs default to c++17 and this has
</span><span style='display:block; white-space:pre;color:#404040;'>    a header conflict with files named VERSION
</span>---
 net/ostinato/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/ostinato/Portfile b/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 716fc9b..6e755da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,11 @@ if {[string match *clang* ${configure.cxx}]} {
</span>     configure.ldflags-append -stdlib=${configure.cxx_stdlib}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-extract {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move   ${worksrcpath}/extra/qhexedit2/src/VERSION \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+           ${worksrcpath}/extra/qhexedit2/src/VERSION.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     move ${destroot}${prefix}/Ostinato ${destroot}${applications_dir}
 }
</pre><pre style='margin:0'>

</pre>