Ticket #51053: Portfile-valgrind.diff
File Portfile-valgrind.diff, 683 bytes (added by chrstphrchvz (Christopher Chavez), 9 years ago) |
---|
-
Portfile
old new 83 83 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html 84 84 85 85 pre-fetch { 86 if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 1 4)} {87 ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.1 0"86 if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 15)} { 87 ui_error "${subport} @${version} is only compatible with Mac OS X versions from 10.5 up to 10.11" 88 88 return -code error "incompatible Mac OS X version" 89 89 } 90 90 }