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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bdf264a925cea70ff195e619b9e68276a459b490">https://github.com/macports/macports-ports/commit/bdf264a925cea70ff195e619b9e68276a459b490</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 bdf264a925c qtads: Add clang blacklist
</span>bdf264a925c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bdf264a925cea70ff195e619b9e68276a459b490
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 15 22:01:57 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qtads: Add clang blacklist
</span>---
 games/qtads/Portfile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/qtads/Portfile b/games/qtads/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6ba6441dfe7..aaf277c8995 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/qtads/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/qtads/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,11 +3,15 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           qmake5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        realnc qtads 3.0.0 v
 revision            0
 github.tarball_from releases
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang: error: unknown argument: '-fno-sized-deallocation'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories          games
 platforms           darwin
 license             GPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,12 +33,12 @@ checksums           rmd160  d4791de09461ae7417ac8d384953636669da9e55 \
</span> 
 use_xz              yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:libsdl2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  port:libsdl2 \
</span>                     port:libsndfile \
                     port:mpg123 \
                     port:fluidsynth \
                     port:libvorbis
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    copy ${worksrcpath}/QTads.app ${destroot}${applications_dir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${worksrcpath}/QTads.app ${destroot}${applications_dir}
</span> }
</pre><pre style='margin:0'>

</pre>