[153111] trunk/dports/audio/mpd/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 24 16:34:08 PDT 2016


Revision: 153111
          https://trac.macports.org/changeset/153111
Author:   ryandesign at macports.org
Date:     2016-09-24 16:34:07 -0700 (Sat, 24 Sep 2016)
Log Message:
-----------
mpd: use cxx11 1.0 portgroup

Resolves #43417

Modified Paths:
--------------
    trunk/dports/audio/mpd/Portfile

Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile	2016-09-24 23:20:31 UTC (rev 153110)
+++ trunk/dports/audio/mpd/Portfile	2016-09-24 23:34:07 UTC (rev 153111)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
+PortGroup           cxx11 1.0
 
 name                mpd
 version             0.19.19
@@ -80,7 +81,7 @@
 
 # Doesn't work with old GCC. Also blacklist old Clang, since it uses
 # LLVM-GCC to compile C++.
-compiler.blacklist  gcc-3.3 {*gcc-4.[0-5]} {clang < 425.0.24}
+compiler.blacklist-append   gcc-3.3 {*gcc-4.[0-5]} {clang < 425.0.24}
 
 if {${os.platform} eq "darwin" && ${os.major} > 8} {
     set mpduser       _mpd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160924/cd8fd1ba/attachment.html>


More information about the macports-changes mailing list