Ticket #32028: patch.diff
File patch.diff, 1.6 KB (added by s9daallw@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name valgrind 6 6 conflicts valgrind-devel 7 version 3. 6.18 revision 37 version 3.7.0 8 revision 0 9 9 categories devel 10 10 platforms darwin 11 11 supported_archs i386 x86_64 … … 20 20 homepage http://valgrind.org 21 21 22 22 master_sites http://valgrind.org/downloads/ 23 checksums md5 2c3aa122498baecc9d69194057ca88f5 \24 sha1 6116ddca2708f56e0a2851bdfbe88e01906fa300 \25 rmd160 6f78ae50e2fb354547d90bf289abb1f56252043a26 23 use_bzip2 yes 27 24 checksums md5 a855fda56edf05614f099dca316d1775 \ 25 sha1 b412f49895bb8a78fc314047119760b5d36e5b5e \ 26 rmd160 6ffbf04a8ff4eb2555d1a6bd87c0656828830761 28 27 # Avoid conflict of faq.html and FAQ.html, #30541 29 28 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html 30 29 31 pre-configure {32 if {"darwin" == ${os.platform} && (${os.major} < 9 || ${os.major} > 10)} {33 ui_error "${name} ${version} is only compatible with Mac OS X 10.5 or 10.6."34 return -code error "incompatible Mac OS X version"35 }36 }37 38 30 depends_build bin:perl:perl5 39 31 # Ignore trace reports about boost, Qt and OpenMP 40 32 # as they are only used for tests 41 33 42 # Compatibility patch for Xcode 4 and above, #2857243 if {[rpm-vercomp $xcodeversion 4.0.0] > 0} {44 patchfiles-append patch-xcode4.diff45 use_autoreconf yes46 }47 48 34 configure.args --mandir=${prefix}/share/man \ 49 35 --without-mpicc 50 36