Ticket #33854: Portfile.diff
File Portfile.diff, 1.1 KB (added by ranauei@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name bsdiff 6 6 version 4.3 7 revision 17 revision 2 8 8 categories devel 9 9 maintainers nomaintainer 10 10 description Generates and applies patches to binary files … … 16 16 homepage http://www.daemonology.net/bsdiff/ 17 17 platforms darwin 18 18 master_sites ${homepage} 19 checksums md5 e6d812394f0e0ecc8d5df255aa1db22a20 19 21 patchfiles patch-bspatch.c.diff 20 checksums sha256 18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48 \ 21 rmd160 27bb255b5dd5aa56d3a076dac9ca76d238a79a04 22 22 23 post-patch { 24 reinplace s|/man/man1|/share/man/man1| ${worksrcpath}/Makefile 25 } 23 patchfiles patch-bspatch.c.diff \ 24 patch-Makefile.diff 26 25 27 26 depends_lib port:bzip2 28 27 … … 37 36 eval configure.ldflags-append ${configure.ld_archflags} 38 37 } 39 38 40 build.type bsd41 39 build.env-append CC="${configure.cc}" \ 42 40 CFLAGS="${configure.cflags}" \ 43 41 LDFLAGS="${configure.ldflags}"