[109450] trunk/dports/x11

jeremyhu at macports.org jeremyhu at macports.org
Thu Aug 15 10:03:09 PDT 2013


Revision: 109450
          https://trac.macports.org/changeset/109450
Author:   jeremyhu at macports.org
Date:     2013-08-15 10:03:09 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
wine*: Remove compiler dependency done by base 2.2

Modified Paths:
--------------
    trunk/dports/x11/wine/Portfile
    trunk/dports/x11/wine-crossover/Portfile
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2013-08-15 17:01:11 UTC (rev 109449)
+++ trunk/dports/x11/wine/Portfile	2013-08-15 17:03:09 UTC (rev 109450)
@@ -151,12 +151,6 @@
 # http://bugs.winehq.org/show_bug.cgi?id=32872
 compiler.blacklist-append   {clang < 425} macports-clang-2.9 macports-clang-3.0
 
-# TODO: This should be done by base
-if {${configure.compiler} eq "apple-gcc-4.2"} {
-    depends_build-append port:apple-gcc42
-    depends_skip_archcheck-append apple-gcc42
-}
-
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."

Modified: trunk/dports/x11/wine-crossover/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover/Portfile	2013-08-15 17:01:11 UTC (rev 109449)
+++ trunk/dports/x11/wine-crossover/Portfile	2013-08-15 17:03:09 UTC (rev 109450)
@@ -128,12 +128,6 @@
 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly)
 compiler.whitelist gcc-4.2 apple-gcc-4.2
 
-# TODO: This should be done by base
-if {${configure.compiler} eq "apple-gcc-4.2"} {
-    depends_build-append port:apple-gcc42
-    depends_skip_archcheck-append apple-gcc42
-}
-
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2013-08-15 17:01:11 UTC (rev 109449)
+++ trunk/dports/x11/wine-devel/Portfile	2013-08-15 17:03:09 UTC (rev 109450)
@@ -151,12 +151,6 @@
 # http://bugs.winehq.org/show_bug.cgi?id=32872
 compiler.blacklist-append   {clang < 425} macports-clang-2.9 macports-clang-3.0
 
-# TODO: This should be done by base
-if {${configure.compiler} eq "apple-gcc-4.2"} {
-    depends_build-append port:apple-gcc42
-    depends_skip_archcheck-append apple-gcc42
-}
-
 platform darwin {
     if {${os.major} <= 9} {
         # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/4e846626/attachment.html>


More information about the macports-changes mailing list