Ticket #50667: pv.patch
File pv.patch, 1.5 KB (added by eborisch (Eric A. Borisch), 9 years ago) |
---|
-
Portfile
5 5 PortGroup muniversal 1.0 6 6 7 7 name pv 8 version 1. 4.68 version 1.6.0 9 9 categories sysutils 10 10 platforms darwin 11 11 maintainers me.com:mark.carver openmaintainer … … 25 25 26 26 use_bzip2 yes 27 27 28 checksums rmd160 ecbcc4791acd108bfee09f49280808d1470e37c2 \ 29 sha256 edfea0033ec6222eb60b4ec6d905dd2dccdb5900beef03f67f42ca9ed67e9fe2 28 checksums \ 29 rmd160 c1271f71df99db9e8b9df3f491bd2d18ebab4b68 \ 30 sha256 0ece824e0da27b384d11d1de371f20cafac465e038041adab57fcf4b5036ef8d 30 31 31 32 configure.args --mandir=${prefix}/share/man \ 32 33 --infodir=${prefix}/share/info … … 34 35 depends_lib port:gettext 35 36 36 37 if {${os.platform} eq "darwin" && ${os.major} != 9} { 37 # Leopard is the only release where stat64 exists and is not deprecated 38 patchfiles-append stat64.diff 38 # Leopard is the only release where stat64 exists and is not deprecated. 39 # Rather than updating a patch to replace each instance, use the deprecated 40 # interface as long as it exists, just don't complain about it. (configure 41 # script runs a check.) 42 configure.cppflags-append -Wno-deprecated 43 } 44 45 patch { 46 reinplace "/fscanf/s/Lu/llu/" src/pv/watchpid.c 39 47 } 40 48 41 49 livecheck.type regex