[64548] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Mon Mar 8 22:31:59 PST 2010


Revision: 64548
          http://trac.macports.org/changeset/64548
Author:   ryandesign at macports.org
Date:     2010-03-08 22:31:58 -0800 (Mon, 08 Mar 2010)
Log Message:
-----------
wine, wine-devel: require Xcode 2.5 on Tiger to prevent build failures with older Xcode; see #23974

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2010-03-09 03:40:34 UTC (rev 64547)
+++ trunk/dports/x11/wine/Portfile	2010-03-09 06:31:58 UTC (rev 64548)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               archcheck 1.0
+PortGroup               xcodeversion 1.0
 
 name                    wine
 conflicts               wine-devel wine-crossover-games
@@ -24,6 +25,8 @@
 use_parallel_build      yes
 universal_variant       no
 
+minimum_xcodeversions   {8 2.5}
+
 description \
     Wine Is Not an Emulator
 

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-03-09 03:40:34 UTC (rev 64547)
+++ trunk/dports/x11/wine-devel/Portfile	2010-03-09 06:31:58 UTC (rev 64548)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               archcheck 1.0
+PortGroup               xcodeversion 1.0
 
 name                    wine-devel
 conflicts               wine wine-crossover-games
@@ -23,6 +24,8 @@
 use_parallel_build      yes
 universal_variant       no
 
+minimum_xcodeversions   {8 2.5}
+
 description \
     Wine Is Not an Emulator
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100308/24c801e2/attachment-0001.html>


More information about the macports-changes mailing list