[147061] trunk/dports/audio/wavpack/Portfile

devans at macports.org devans at macports.org
Thu Mar 24 11:43:01 PDT 2016


Revision: 147061
          https://trac.macports.org/changeset/147061
Author:   devans at macports.org
Date:     2016-03-24 11:43:00 -0700 (Thu, 24 Mar 2016)
Log Message:
-----------
wavpack: blacklist older compilers to attempt fix for 10.6 and earlier.

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

Modified: trunk/dports/audio/wavpack/Portfile
===================================================================
--- trunk/dports/audio/wavpack/Portfile	2016-03-24 18:29:56 UTC (rev 147060)
+++ trunk/dports/audio/wavpack/Portfile	2016-03-24 18:43:00 UTC (rev 147061)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                wavpack
 version             4.75.2
@@ -19,13 +20,15 @@
 platforms           darwin
 master_sites        ${homepage}
 
+use_bzip2           yes
+
 checksums           rmd160  26a20a4f8184340deee0cf443522fb1f7ffe8742 \
                     sha256  7d31b34166c33c3109b45c6e4579b472fd05e3ee8ec6d728352961c5cdd1d6b0
 
-use_bzip2           yes
-
 depends_lib         port:libiconv
 
+compiler.blacklist  *gcc* {clang < 300}
+
 livecheck.type      regex
 livecheck.url       ${homepage}/downloads.html
 livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160324/946e9137/attachment.html>


More information about the macports-changes mailing list