Ticket #32028: patch.diff

File patch.diff, 1.6 KB (added by s9daallw@…, 12 years ago)
  • Portfile

    old new  
    44
    55name            valgrind
    66conflicts       valgrind-devel
    7 version         3.6.1
    8 revision        3
     7version         3.7.0
     8revision        0
    99categories      devel
    1010platforms       darwin
    1111supported_archs i386 x86_64
     
    2020homepage        http://valgrind.org
    2121
    2222master_sites    http://valgrind.org/downloads/
    23 checksums       md5     2c3aa122498baecc9d69194057ca88f5 \
    24                 sha1    6116ddca2708f56e0a2851bdfbe88e01906fa300 \
    25                 rmd160  6f78ae50e2fb354547d90bf289abb1f56252043a
    2623use_bzip2 yes
    27 
     24checksums           md5     a855fda56edf05614f099dca316d1775 \
     25                    sha1    b412f49895bb8a78fc314047119760b5d36e5b5e \
     26                    rmd160  6ffbf04a8ff4eb2555d1a6bd87c0656828830761
    2827# Avoid conflict of faq.html and FAQ.html, #30541
    2928extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
    3029
    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 
    3830depends_build   bin:perl:perl5
    3931# Ignore trace reports about boost, Qt and OpenMP
    4032# as they are only used for tests
    4133
    42 # Compatibility patch for Xcode 4 and above, #28572
    43 if {[rpm-vercomp $xcodeversion 4.0.0] > 0} {
    44     patchfiles-append   patch-xcode4.diff
    45     use_autoreconf yes
    46 }
    47 
    4834configure.args  --mandir=${prefix}/share/man \
    4935                --without-mpicc
    5036