[102268] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 29 14:50:41 PST 2013


Revision: 102268
          https://trac.macports.org/changeset/102268
Author:   jeremyhu at macports.org
Date:     2013-01-29 14:50:41 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
VLC*: Use a whitelist instead (#37830)

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile
    trunk/dports/multimedia/VLC-devel/Portfile

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-01-29 22:32:40 UTC (rev 102267)
+++ trunk/dports/multimedia/VLC/Portfile	2013-01-29 22:50:41 UTC (rev 102268)
@@ -90,7 +90,9 @@
 
 # Older gcc fail at register allocation
 if {${build_arch} == "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1)} {
-    compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2
+    # Switch to the blacklist once base 2.2 is out: https://trac.macports.org/ticket/37830
+    #compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2
+    compiler.whitelist clang apple-gcc-4.2 macports-clang-3.2
 }
 
 # TODO: base should do this: http://trac.macports.org/ticket/32542

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2013-01-29 22:32:40 UTC (rev 102267)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2013-01-29 22:50:41 UTC (rev 102268)
@@ -98,7 +98,9 @@
 
 # Older gcc fail at register allocation
 if {${build_arch} == "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1)} {
-    compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2
+    # Switch to the blacklist once base 2.2 is out: https://trac.macports.org/ticket/37830
+    #compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2
+    compiler.whitelist clang apple-gcc-4.2 macports-clang-3.2
 }
 
 # TODO: base should do this: http://trac.macports.org/ticket/32542
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/5fad2859/attachment.html>


More information about the macports-changes mailing list