[91541] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 4 12:03:26 PDT 2012


Revision: 91541
          https://trac.macports.org/changeset/91541
Author:   jeremyhu at macports.org
Date:     2012-04-04 12:03:25 -0700 (Wed, 04 Apr 2012)
Log Message:
-----------
ld64, cctools{,-headers}: Remove block about requiring Tiger or later since MP itself requires Tiger or later

Modified Paths:
--------------
    trunk/dports/devel/cctools/Portfile
    trunk/dports/devel/cctools-headers/Portfile
    trunk/dports/devel/ld64/Portfile

Modified: trunk/dports/devel/cctools/Portfile
===================================================================
--- trunk/dports/devel/cctools/Portfile	2012-04-04 17:49:31 UTC (rev 91540)
+++ trunk/dports/devel/cctools/Portfile	2012-04-04 19:03:25 UTC (rev 91541)
@@ -26,12 +26,7 @@
 
 patchfiles              PR-11136237.patch
 
-if {${os.major} < 8} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.4 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-} elseif {${os.major} < 10} {
+if {${os.major} < 10} {
     # We should bump to at-least version 795, which was included in
     # XCode 3.2.6 and supports Tiger and Leopard targets.
     version             698.1

Modified: trunk/dports/devel/cctools-headers/Portfile
===================================================================
--- trunk/dports/devel/cctools-headers/Portfile	2012-04-04 17:49:31 UTC (rev 91540)
+++ trunk/dports/devel/cctools-headers/Portfile	2012-04-04 19:03:25 UTC (rev 91541)
@@ -19,12 +19,7 @@
 checksums               rmd160  1caf207acbf421cdc975926a392fc75dc1d2594c \
                         sha256  dfaa9bdbd023524d47429674f64d2d5ea393123dabf90868be0aa17f61f45289
 
-if {${os.major} < 8} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.4 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-} elseif {${os.major} < 10} {
+if {${os.major} < 10} {
     version             698.1
     distname            cctools-${version}
     checksums           rmd160  898c7b46869d4989c115420912fdd8d96ae923d3 \

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2012-04-04 17:49:31 UTC (rev 91540)
+++ trunk/dports/devel/ld64/Portfile	2012-04-04 19:03:25 UTC (rev 91541)
@@ -28,12 +28,7 @@
                         rmd160  0da68b89669233d7b6cc6ebdb92482e191bc9051 \
                         sha256  96a912464e2d4d3d7cdaab0744003b0fa93d139f203c82867f659ee94b4ae9f7
 
-if {${os.major} < 8} {
-    pre-fetch {
-        ui_error "${name} requires Mac OS X 10.4 or later."
-        return -code error "incompatible Mac OS X version"
-    }
-} elseif {${os.major} < 9} {
+if {${os.major} < 9} {
     version             62.1
     revision            3
     checksums           rmd160 5b53ecb7b7a7e40e7420192fdf609e43151a736a \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120404/a504b349/attachment-0001.html>


More information about the macports-changes mailing list