[91502] trunk/dports/devel

Ryan Schmidt ryandesign at macports.org
Tue Apr 3 21:13:59 PDT 2012


On Apr 3, 2012, at 14:10, jeremyhu at macports.org wrote:

> Revision: 91502
>          https://trac.macports.org/changeset/91502
> Author:   jeremyhu at macports.org
> Date:     2012-04-03 12:10:15 -0700 (Tue, 03 Apr 2012)
> Log Message:
> -----------
> cctools{,-headers}: Support Tiger with cctools-698.1
> 
> Modified Paths:
> --------------
>    trunk/dports/devel/cctools/Portfile
>    trunk/dports/devel/cctools-headers/Portfile
> 
> Modified: trunk/dports/devel/cctools/Portfile
> ===================================================================
> --- trunk/dports/devel/cctools/Portfile	2012-04-03 19:08:04 UTC (rev 91501)
> +++ trunk/dports/devel/cctools/Portfile	2012-04-03 19:10:15 UTC (rev 91502)
> @@ -26,9 +26,9 @@
> 
> patchfiles              PR-11136237.patch
> 
> -if {${os.major} < 9} {
> +if {${os.major} < 8} {
>     pre-fetch {
> -        ui_error "${name} requires Mac OS X 10.5 or later."
> +        ui_error "${name} requires Mac OS X 10.4 or later."
>         return -code error "incompatible Mac OS X version"
>     }
> } elseif {${os.major} < 10} {
> 
> Modified: trunk/dports/devel/cctools-headers/Portfile
> ===================================================================
> --- trunk/dports/devel/cctools-headers/Portfile	2012-04-03 19:08:04 UTC (rev 91501)
> +++ trunk/dports/devel/cctools-headers/Portfile	2012-04-03 19:10:15 UTC (rev 91502)
> @@ -19,9 +19,9 @@
> checksums               rmd160  1caf207acbf421cdc975926a392fc75dc1d2594c \
>                         sha256  dfaa9bdbd023524d47429674f64d2d5ea393123dabf90868be0aa17f61f45289
> 
> -if {${os.major} < 9} {
> +if {${os.major} < 8} {
>     pre-fetch {
> -        ui_error "${name} requires Mac OS X 10.5 or later."
> +        ui_error "${name} requires Mac OS X 10.4 or later."
>         return -code error "incompatible Mac OS X version"
>     }
> } elseif {${os.major} < 10} {

MacPorts itself requires OS X 10.4 or later, so these blocks are not needed.





More information about the macports-dev mailing list