<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6c5664351a8cbd445fc2d4d5500de4a07273c452">https://github.com/macports/macports-ports/commit/6c5664351a8cbd445fc2d4d5500de4a07273c452</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 6c56643 mpd: require a C++14 compatible compiler
</span>6c56643 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6c5664351a8cbd445fc2d4d5500de4a07273c452
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Tue Jun 12 12:28:06 2018 +0000
<span style='display:block; white-space:pre;color:#404040;'> mpd: require a C++14 compatible compiler
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/54208
</span>---
audio/mpd/Portfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/mpd/Portfile b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 89eb691..93e808f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/mpd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,9 +81,9 @@ if {![variant_isset mpg123]} {
</span> default_variants +mad
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Doesn't work with old GCC. Also blacklist old Clang, since it uses
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# LLVM-GCC to compile C++.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append gcc-3.3 {*gcc-4.[0-5]} {clang < 425.0.24}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Doesn't work with old GCC. Also blacklist old Clang, since it requires
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# support for C++14.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append gcc-3.3 {*gcc-4.[0-5]} {clang < 602}
</span>
if {${os.platform} eq "darwin" && ${os.major} > 8} {
set mpduser _mpd
</pre><pre style='margin:0'>
</pre>