Ticket #14104: Portfile.2.diff
File Portfile.2.diff, 979 bytes (added by meissnem@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name pv 6 version 1. 0.16 version 1.1.0 7 7 categories sysutils 8 8 platforms darwin 9 9 maintainers meissnem@gmail.com … … 18 18 homepage http://www.ivarch.com/programs/pv.shtml 19 19 master_sites sourceforge:pipeviewer 20 20 use_bzip2 yes 21 checksums md5 d0dfbd1a901040cd1d6bc47c0962ca15\22 sha1 99bee1b992f6ffd4e66c7a83892b0129df32b9ab\23 rmd160 6398044999d44933ad6b1ac88e45d784367f75b421 checksums md5 c0ca1f0cac602ac04ea1d8834231af99 \ 22 sha1 d45afb281f379fa9b1da6c7c5985f5b25a2856bd \ 23 rmd160 0951132e7691ba63981c3441bed8994ec8c90fd0 24 24 configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info 25 depends_lib port:gettext 26 27 platform 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 }