<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/3ac4a48b19f9b070cfc72c2bd158d8611ac658dc">https://github.com/macports/macports-ports/commit/3ac4a48b19f9b070cfc72c2bd158d8611ac658dc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3ac4a48b19f9b070cfc72c2bd158d8611ac658dc
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Thu Aug 20 12:49:31 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    supertuxkart: remove superfluous comments
</span>---
 games/supertuxkart/Portfile | 5 -----
 1 file changed, 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/supertuxkart/Portfile b/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ec149a8c063..f847a129d4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,8 +37,6 @@ if { ${os.platform} eq "darwin" && ${os.major} < 11 } {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# 10.7+ SDK can build this if cxx11 is used
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# some errors occur when running, but the app can run on 10.7
</span> compiler.cxx_standard   2011
 platform darwin {
     post-patch {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,9 +68,6 @@ configure.args-append -DFREETYPE_INCLUDE_DIRS=${prefix}/include/freetype2
</span> # don't use OpenSSL, use nettle to avoid distribution issues.
 configure.args-append -DUSE_CRYPTO_OPENSSL=OFF
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# supertuxkart fails to build with MacPorts angelscript
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# defaults to using bundled version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # suppress warning gl.h and gl3.h are both included
 configure.cppflags-append -DGL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED
 
</pre><pre style='margin:0'>

</pre>