New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81374


Ignore:
Timestamp:
07/29/11 18:03:45 (4 years ago)
Author:
raimue@…
Message:

devel/valgrind:
The current version is only compatible with Mac OS X 10.5 or 10.6, #30462

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/valgrind/Portfile

    r80764 r81374  
    2424 
    2525pre-configure { 
    26     if {"darwin" == ${os.platform} && ${os.major} < 9} { 
    27         ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or later." 
     26    if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} { 
     27        ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6." 
    2828        return -code error "incompatible Mac OS X version" 
    2929    } 
Note: See TracChangeset for help on using the changeset viewer.