[108870] trunk/dports

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 3 23:18:38 PDT 2013


Revision: 108870
          https://trac.macports.org/changeset/108870
Author:   jeremyhu at macports.org
Date:     2013-08-03 23:18:37 -0700 (Sat, 03 Aug 2013)
Log Message:
-----------
multiple: Remove compiler dependency block that is not needed with base 2.2 (#32542).

If anyone is still on an older base, the workaround is trivial (install the missing compiler).

Modified Paths:
--------------
    trunk/dports/devel/ld64/Portfile
    trunk/dports/devel/ppl/Portfile
    trunk/dports/devel/smake/Portfile
    trunk/dports/gnustep/gnustep-make/Portfile
    trunk/dports/graphics/opencv/Portfile
    trunk/dports/lang/dragonegg-3.0/Portfile
    trunk/dports/lang/dragonegg-3.1/Portfile
    trunk/dports/lang/dragonegg-3.2/Portfile
    trunk/dports/lang/dragonegg-3.3/Portfile
    trunk/dports/lang/dragonegg-3.4/Portfile
    trunk/dports/lang/gprolog/Portfile
    trunk/dports/lang/llvm-2.9/Portfile
    trunk/dports/lang/llvm-3.0/Portfile
    trunk/dports/lang/llvm-3.1/Portfile
    trunk/dports/lang/llvm-3.2/Portfile
    trunk/dports/lang/llvm-3.3/Portfile
    trunk/dports/lang/llvm-3.4/Portfile
    trunk/dports/lang/ruby/Portfile
    trunk/dports/multimedia/MPlayer/Portfile
    trunk/dports/multimedia/VLC/Portfile
    trunk/dports/multimedia/ffmpeg/Portfile
    trunk/dports/multimedia/mplayer-devel/Portfile
    trunk/dports/x11/xorg-xcb-util/Portfile

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/devel/ld64/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -124,20 +124,6 @@
 
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 post-extract {
     file copy ${filespath}/${makefile} ${worksrcpath}/Makefile
 }

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/devel/ppl/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -45,20 +45,6 @@
 
 compiler.fallback-append apple-gcc-4.2
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 if { [string match "*clang*" ${configure.compiler}] || [string match "*llvm*" ${configure.compiler}] } {
     # As of 'ppl-0.12.1', we need to be careful about use of the '--enable-fpmath' flag!
     # Newer versions of 'clang' will error about '-frounding-math' being unsupported due to '-Werror'.

Modified: trunk/dports/devel/smake/Portfile
===================================================================
--- trunk/dports/devel/smake/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/devel/smake/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -26,20 +26,6 @@
 # https://trac.macports.org/ticket/31616
 compiler.blacklist-append llvm-gcc-4.2 {clang < 318}
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 build.type		gnu
 build.args      CC=${configure.cc}
 use_parallel_build  no

Modified: trunk/dports/gnustep/gnustep-make/Portfile
===================================================================
--- trunk/dports/gnustep/gnustep-make/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/gnustep/gnustep-make/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -29,20 +29,6 @@
 
 compiler.blacklist  gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 configure.args      CC=${configure.cc} \
                     --with-library-combo=gnu-gnu-gnu \
                     --with-objc-lib-flag=-lobjc-gnu

Modified: trunk/dports/graphics/opencv/Portfile
===================================================================
--- trunk/dports/graphics/opencv/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/graphics/opencv/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -115,20 +115,6 @@
 # Older clang also don't work (#36956)
 compiler.blacklist-append   {clang < 318}
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 # PCH broken when universal
 if {[variant_isset universal]} {
     configure.args-delete       -DENABLE_PRECOMPILED_HEADERS=ON

Modified: trunk/dports/lang/dragonegg-3.0/Portfile
===================================================================
--- trunk/dports/lang/dragonegg-3.0/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/dragonegg-3.0/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -103,20 +103,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 patchfiles revision.patch missing-includes.patch
 
 post-extract {

Modified: trunk/dports/lang/dragonegg-3.1/Portfile
===================================================================
--- trunk/dports/lang/dragonegg-3.1/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/dragonegg-3.1/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -109,20 +109,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 patchfiles missing-includes.patch cstring.patch
 
 post-extract {

Modified: trunk/dports/lang/dragonegg-3.2/Portfile
===================================================================
--- trunk/dports/lang/dragonegg-3.2/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/dragonegg-3.2/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -109,20 +109,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 patchfiles missing-includes.patch
 
 post-extract {

Modified: trunk/dports/lang/dragonegg-3.3/Portfile
===================================================================
--- trunk/dports/lang/dragonegg-3.3/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/dragonegg-3.3/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -103,20 +103,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 patchfiles missing-includes.patch
 
 post-extract {

Modified: trunk/dports/lang/dragonegg-3.4/Portfile
===================================================================
--- trunk/dports/lang/dragonegg-3.4/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/dragonegg-3.4/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -108,20 +108,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 patchfiles missing-includes.patch
 
 post-extract {

Modified: trunk/dports/lang/gprolog/Portfile
===================================================================
--- trunk/dports/lang/gprolog/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/gprolog/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -49,20 +49,6 @@
 compiler.blacklist-append  clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.2
 compiler.blacklist-append  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})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 post-destroot	{
 	foreach cmd {fd2c gplc gprolog hexgplc ma2asm pl2wam wam2ma} {
 		system "ln -fs ../lib/${name}-${version}/bin/${cmd} ${destroot}${prefix}/bin/${cmd}"

Modified: trunk/dports/lang/llvm-2.9/Portfile
===================================================================
--- trunk/dports/lang/llvm-2.9/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-2.9/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -133,20 +133,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/llvm-3.0/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.0/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-3.0/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -131,20 +131,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/llvm-3.1/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.1/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-3.1/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -135,20 +135,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/llvm-3.2/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.2/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-3.2/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -136,20 +136,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/llvm-3.3/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.3/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-3.3/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -123,20 +123,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/llvm-3.4/Portfile
===================================================================
--- trunk/dports/lang/llvm-3.4/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/llvm-3.4/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -110,20 +110,6 @@
 # Intel looks ok, but I prefer using gcc-4.2 for consistency
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 variant universal {
     build.env-append \
         UNIVERSAL=1 \

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/lang/ruby/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -84,20 +84,6 @@
 # TODO: When was this last verified?  Is there a ticket open? Radar?
 compiler.blacklist-append llvm-gcc-4.2 macports-llvm-gcc-4.2 {clang  < 211}
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 if {[string match *clang* ${configure.compiler}]} {
 	configure.optflags -Os
 }

Modified: trunk/dports/multimedia/MPlayer/Portfile
===================================================================
--- trunk/dports/multimedia/MPlayer/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/multimedia/MPlayer/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -274,20 +274,6 @@
 # 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})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 platform darwin 8 {
     depends_build-append port:gmake
     depends_skip_archcheck-append gmake

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/multimedia/VLC/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -94,23 +94,9 @@
 if {${build_arch} == "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1)} {
     # 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 apple-gcc-4.2 macports-llvm-gcc-4.2
-    compiler.whitelist clang macports-clang-3.2
+    compiler.whitelist clang macports-clang-3.3
 }
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 # Other
 configure.args-append \
     --with-contrib=${worksrcpath}/contrib \

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -97,20 +97,6 @@
     compiler.blacklist-append 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})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 # And similarly, disable asm on Tiger
 # libblueray doesn't build on Tiger so disable for now (#39442)
 platform darwin {

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -284,20 +284,6 @@
 # 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})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 platform darwin 8 {
     depends_build-append port:gmake
     depends_skip_archcheck-append gmake

Modified: trunk/dports/x11/xorg-xcb-util/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-util/Portfile	2013-08-04 01:39:21 UTC (rev 108869)
+++ trunk/dports/x11/xorg-xcb-util/Portfile	2013-08-04 06:18:37 UTC (rev 108870)
@@ -26,20 +26,6 @@
 
 compiler.blacklist gcc-4.0
 
-# TODO: base should do this: http://trac.macports.org/ticket/32542
-if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
-    depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-
-    # base 2.1.x ignores the argument and just use ${configure.compiler}
-    if {[portconfigure::arch_flag_supported ${configure.compiler}]} {
-        depends_skip_archcheck-append $portconfigure::compiler_name_map(${configure.compiler})
-    }
-
-    if {[string match macports-gcc* ${configure.compiler}]} {
-        depends_lib-append port:$portconfigure::compiler_name_map(${configure.compiler})
-    }
-}
-
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
 livecheck.regex xcb-util-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130803/1f01d896/attachment-0001.html>


More information about the macports-changes mailing list