Ticket #44557: valgrind-Portfile-3.10.diff
File valgrind-Portfile-3.10.diff, 2.2 KB (added by aaron@…, 10 years ago) |
---|
-
/
old new 5 5 PortGroup mpi 1.0 6 6 7 7 name valgrind 8 version 3. 9.08 version 3.10.0 9 9 revision 1 10 10 categories devel 11 11 platforms darwin … … 23 23 homepage http://valgrind.org 24 24 master_sites http://valgrind.org/downloads/ 25 25 26 checksums md5 0947de8112f946b9ce64764af7be6df2\27 sha1 9415e28933de9d6687f993c4bb797e6bd49583f1\28 sha256 e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f026 checksums md5 7c311a72a20388aceced1aa5573ce970 \ 27 sha1 aec0b8cd042ec36c8cce4f6027b98627ab202f26 \ 28 sha256 03047f82dfc6985a4c7d9d2700e17bc05f5e1a0ca6ad902e5d6c81aeb720edc9 29 29 30 30 compilers.choose cc cxx 31 31 mpi.choose … … 89 89 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html 90 90 91 91 pre-fetch { 92 if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 1 2)} {93 ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7 and 10.8"92 if {${os.platform} eq "darwin" && (${os.major} < 9 || ${os.major} > 13)} { 93 ui_error "${name} ${version} is only compatible with Mac OS X 10.5, 10.6, 10.7, 10.8 and 10.9" 94 94 return -code error "incompatible Mac OS X version" 95 95 } 96 96 } 97 97 98 patchfiles-append link_tool_exe_darwin-ccache.diff \99 patch-compat-snowleo.diff100 101 98 livecheck.type regex 102 99 livecheck.url ${homepage} 103 100 livecheck.regex ${name}-(\\d(?:\\.\\d)+) … … 106 103 subport valgrind-devel { 107 104 conflicts valgrind 108 105 109 svn.revision 1 3710110 set vex_revision 2 797111 version 3. 9.0-r${svn.revision}106 svn.revision 14560 107 set vex_revision 2953 108 version 3.10.0-r${svn.revision} 112 109 revision 1 113 110 114 111 fetch.type svn