[105592] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 26 08:46:23 PDT 2013


Revision: 105592
          https://trac.macports.org/changeset/105592
Author:   jeremyhu at macports.org
Date:     2013-04-26 08:46:22 -0700 (Fri, 26 Apr 2013)
Log Message:
-----------
mplayer-devel,Mplayer: Blacklist llvm-gcc, allow more gcc-4.2 versions, and allow newer gcc-4.0 versions (#38007)

Modified Paths:
--------------
    trunk/dports/multimedia/MPlayer/Portfile
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2013-04-26 15:40:22 UTC (rev 105591)
+++ trunk/dports/multimedia/MPlayer/Portfile	2013-04-26 15:46:22 UTC (rev 105592)
@@ -263,8 +263,9 @@
     configure.args-append   --enable-debug=gdb3 --disable-altivec
 }
 
-# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+# gcc-4.0 and older gcc-4.2 (< 5646) used to fail to build cpudetect.c properly, but it seems to work now (38007#comment:20)
+# llvm-gcc-4.2 macports-llvm-gcc-4.2 fail (38007#comment:19)
+compiler.blacklist-append gcc-3.3 {gcc-4.0 < 5493} llvm-gcc-4.2 macports-llvm-gcc-4.2
 
 # TODO: base should do this: http://trac.macports.org/ticket/32542
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2013-04-26 15:40:22 UTC (rev 105591)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2013-04-26 15:46:22 UTC (rev 105592)
@@ -273,8 +273,9 @@
     configure.args-append   --enable-debug=gdb3 --disable-altivec
 }
 
-# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+# gcc-4.0 and older gcc-4.2 (< 5646) used to fail to build cpudetect.c properly, but it seems to work now (38007#comment:20)
+# llvm-gcc-4.2 macports-llvm-gcc-4.2 fail (38007#comment:19)
+compiler.blacklist-append gcc-3.3 {gcc-4.0 < 5493} llvm-gcc-4.2 macports-llvm-gcc-4.2
 
 # TODO: base should do this: http://trac.macports.org/ticket/32542
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130426/5c346a26/attachment.html>


More information about the macports-changes mailing list