[102943] trunk/dports

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 10 18:46:38 PST 2013


Revision: 102943
          https://trac.macports.org/changeset/102943
Author:   jeremyhu at macports.org
Date:     2013-02-10 18:46:38 -0800 (Sun, 10 Feb 2013)
Log Message:
-----------
misc: Remove the #32542 workaround block from ports that don't need it on the release branch.

Modified Paths:
--------------
    trunk/dports/databases/mysql5/Portfile
    trunk/dports/databases/mysql51/Portfile
    trunk/dports/graphics/dcmtk/Portfile
    trunk/dports/graphics/enblend/Portfile
    trunk/dports/graphics/exact-image/Portfile
    trunk/dports/multimedia/ffmpeg-devel/Portfile

Modified: trunk/dports/databases/mysql5/Portfile
===================================================================
--- trunk/dports/databases/mysql5/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/databases/mysql5/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -113,20 +113,6 @@
     # This is a bug in mysql's build system, fixed in 5.5
     compiler.blacklist-append clang
     
-    # 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 uses ${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-build {
         if {[variant_isset universal]} {
             set dirs {}

Modified: trunk/dports/databases/mysql51/Portfile
===================================================================
--- trunk/dports/databases/mysql51/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/databases/mysql51/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -110,20 +110,6 @@
     # This is a bug in mysql's build system, fixed in 5.5
     compiler.blacklist-append clang
     
-    # 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 uses ${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-build {
         if {[variant_isset universal]} {
             set dirs {}

Modified: trunk/dports/graphics/dcmtk/Portfile
===================================================================
--- trunk/dports/graphics/dcmtk/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/graphics/dcmtk/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -79,20 +79,6 @@
 # TODO: This project has buggy C++ which clang rejects
 compiler.blacklist-append clang
 
-# 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 private description "Install private tags dictionary" {
   configure.args-append --with-private-tags
 }

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/graphics/enblend/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -45,20 +45,6 @@
 # https://trac.macports.org/ticket/31762
 compiler.blacklist clang
 
-# 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})
-    }
-}
-
 # The build uses vast amounts of memory per job.
 use_parallel_build  no
 

Modified: trunk/dports/graphics/exact-image/Portfile
===================================================================
--- trunk/dports/graphics/exact-image/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/graphics/exact-image/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -38,20 +38,6 @@
 # http://trac.macports.org/ticket/34201
 compiler.blacklist-append  clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.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})
-    }
-}
-
 patchfiles          codecs_png.cc.diff
 
 configure.args      --with-freetype \

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2013-02-11 02:46:02 UTC (rev 102942)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2013-02-11 02:46:38 UTC (rev 102943)
@@ -95,20 +95,6 @@
     compiler.blacklist-append {clang >= 163.7.1 < 422.1.7} macports-clang-3.1
 }
 
-# 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
 platform darwin {
     if {${os.major} < 9} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130210/005e2895/attachment-0001.html>


More information about the macports-changes mailing list