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

larryv at macports.org larryv at macports.org
Sun Jan 5 11:45:45 PST 2014


Revision: 115573
          https://trac.macports.org/changeset/115573
Author:   larryv at macports.org
Date:     2014-01-05 11:45:45 -0800 (Sun, 05 Jan 2014)
Log Message:
-----------
mpd: Blacklist older versions of Clang that used LLVM-GCC as a C++ compiler.

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

Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile	2014-01-05 19:35:48 UTC (rev 115572)
+++ trunk/dports/audio/mpd/Portfile	2014-01-05 19:45:45 UTC (rev 115573)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                mpd
 version             0.18.6
@@ -75,8 +76,9 @@
     default_variants    +mad
 }
 
-# Doesn't work with old GCC.
-compiler.blacklist  gcc-3.3 {*gcc-4.[0-5]}
+# 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 < 211}
 
 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/20140105/9bab50ce/attachment.html>


More information about the macports-changes mailing list