Changeset 117639 for trunk/dports


Ignore:
Timestamp:
Mar 6, 2014, 4:56:40 PM (10 years ago)
Author:
raimue@…
Message:

devel/valgrind:
Add patch for compatibility with Mac OS X 10.6 Snow Leopard.
No revbump as build was broken and changes do not affect other platforms.

Location:
trunk/dports/devel/valgrind
Files:
1 added
1 edited

Legend:

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

    r116349 r117639  
    3535extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
    3636
    37 pre-fetch {
    38     if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 12)} {
    39         ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"
    40         return -code error "incompatible Mac OS X version"
    41     }
    42 }
     37#pre-fetch {
     38#    if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 12)} {
     39#        ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"
     40#        return -code error "incompatible Mac OS X version"
     41#    }
     42#}
    4343
    4444depends_build   bin:perl:perl5
     
    4646# as they are only used for tests
    4747
    48 patchfiles      link_tool_exe_darwin-ccache.diff
     48patchfiles      link_tool_exe_darwin-ccache.diff \
     49                patch-compat-snowleo.diff
    4950
    5051configure.args  --mandir=${prefix}/share/man \
Note: See TracChangeset for help on using the changeset viewer.