Ticket #34522: google-perftools-2.0.patch
File google-perftools-2.0.patch, 1.3 KB (added by robsonpeixoto@…, 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name google-perftools 7 version 1.77 version 2.0 8 8 description Fast, multi-threaded malloc() and nifty performance analysis tools 9 9 long_description These tools are for use by developers so that they can create \ 10 10 more robust applications. Especially of use to those developing multi-threaded \ … … 14 14 license BSD 15 15 categories devel 16 16 platforms darwin 17 homepage http://code.google.com/p/g oogle-perftools/18 master_sites http://g oogle-perftools.googlecode.com/files/17 homepage http://code.google.com/p/gperftools/ 18 master_sites http://gperftools.googlecode.com/files/ 19 19 20 checksums sha1 e3a65f71aee9270572f7aafa421858e39da1a9a8 \ 21 rmd160 176451ef2bf6c9090f2446678ff2cca957eb4f42 20 distname gperftools-${version} 22 21 22 checksums sha1 da7181a7ba9b5ee7302daf6c16e886c179fe8d1b \ 23 rmd160 565943c6e6ca4e7cc318d98d46dcf757f7486bd3 24 23 25 configure.args --mandir=${prefix}/share/man 24 26 # http://code.google.com/p/google-perftools/issues/detail?id=66 25 27 if {![variant_isset universal] && $build_arch == "x86_64" ||