Ticket #14104: Portfile.2.diff

File Portfile.2.diff, 979 bytes (added by meissnem@…, 17 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            pv
    6 version         1.0.1
     6version         1.1.0
    77categories      sysutils
    88platforms       darwin
    99maintainers     meissnem@gmail.com
     
    1818homepage        http://www.ivarch.com/programs/pv.shtml
    1919master_sites    sourceforge:pipeviewer
    2020use_bzip2       yes
    21 checksums       md5 d0dfbd1a901040cd1d6bc47c0962ca15 \
    22                 sha1 99bee1b992f6ffd4e66c7a83892b0129df32b9ab \
    23                 rmd160 6398044999d44933ad6b1ac88e45d784367f75b4
     21checksums       md5 c0ca1f0cac602ac04ea1d8834231af99 \
     22                sha1 d45afb281f379fa9b1da6c7c5985f5b25a2856bd \
     23                rmd160 0951132e7691ba63981c3441bed8994ec8c90fd0
    2424configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
     25depends_lib     port:gettext
     26 
     27platform darwin 9 {
     28        post-patch {
     29                reinplace "s|^# define stat64 stat$||g" ${worksrcpath}/autoconf/header.in
     30                reinplace "s|^# define fstat64 fstat$||g" ${worksrcpath}/autoconf/header.in
     31        }
     32}