<pre style='margin:0'>
Marko Käning (mkae) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/aa1b8f92d9708d97cefd4b55c74d4322cff7cc0e">https://github.com/macports/macports-ports/commit/aa1b8f92d9708d97cefd4b55c74d4322cff7cc0e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa1b8f92d9708d97cefd4b55c74d4322cff7cc0e
</span>Author: R.J.V. Bertin <rjvbertin@gmail.com>
AuthorDate: Sun Dec 11 18:53:28 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    port:qtcurve : drop special treatment of OS X 10.6 .
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Users of that legacy OS version will simply see a modified long_description
</span><span style='display:block; white-space:pre;color:#404040;'>    informing them of the need to perform the libc++ conversion but that they
</span><span style='display:block; white-space:pre;color:#404040;'>    can also try GCC 4.7 or newer.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Committed from host : Portia.local
</span>---
 kde/qtcurve/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/kde/qtcurve/Portfile b/kde/qtcurve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1ba2253..a53a106 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/kde/qtcurve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/kde/qtcurve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -248,4 +248,9 @@ if {(${subport} ne "${name}-gtk2") && (${subport} ne "${name}-extra")} {
</span> # never strip binaries for more useful backtraces
 configure.args-append           -DCMAKE_STRIP:FILEPATH=/bin/echo
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${os.platform} eq "darwin" && ${os.major} <= 10 && ${subport} ne "${name}-extra"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description-append \n\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        This port requires the libc++ conversion but should also build with GCC 4.7 or later (configure.compiler=macports-gcc-4.7).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # kate: backspace-indents true; indent-pasted-text true; indent-width 4; keep-extra-spaces true; remove-trailing-spaces modified; replace-tabs true; replace-tabs-save true; syntax Tcl/Tk; tab-indents true; tab-width 4;
</pre><pre style='margin:0'>

</pre>