Ticket #34017: 34017-Portfile.diff
File 34017-Portfile.diff, 721 bytes (added by qbarnes (Quentin Barnes), 13 years ago) |
---|
-
Portfile
old new 5 5 6 6 name par 7 7 version 1.52 8 revision 1 8 9 categories textproc 9 10 platforms darwin 10 11 maintainers gmail.com:qbarnes … … 14 15 master_sites ${homepage} 15 16 distname [string totitle $name][string map {. {}} $version] 16 17 checksums md5 4ccacd824171ba2c2f14fb8aba78b9bf 18 use_configure no 19 patchfiles patch-protoMakefile.diff \ 20 patch-nbspace.diff \ 21 patch-ptrdiffwarn.diff 17 22 18 configure { 19 file copy ${worksrcpath}/protoMakefile ${worksrcpath}/Makefile 20 reinplace "s|\$(CC) \$<|\$(CC) \$(CFLAGS) \$<|" ${worksrcpath}/Makefile 21 } 22 23 build.args -f protoMakefile 23 24 build.target 24 25 25 26 destroot {