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

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


Revision: 115572
          https://trac.macports.org/changeset/115572
Author:   larryv at macports.org
Date:     2014-01-05 11:35:48 -0800 (Sun, 05 Jan 2014)
Log Message:
-----------
mpd: Quote character range to prevent misinterpretation of brackets.

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

Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile	2014-01-05 19:32:15 UTC (rev 115571)
+++ trunk/dports/audio/mpd/Portfile	2014-01-05 19:35:48 UTC (rev 115572)
@@ -76,7 +76,7 @@
 }
 
 # Doesn't work with old GCC.
-compiler.blacklist  gcc-3.3 *gcc-4.[0-5]
+compiler.blacklist  gcc-3.3 {*gcc-4.[0-5]}
 
 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/0f893b8c/attachment.html>


More information about the macports-changes mailing list