Ticket #29346: dnstop.patch
File dnstop.patch, 1.1 KB (added by arhbkb@…, 14 years ago) |
---|
-
ports/net/dnstop/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name dnstop 6 version 20 0901286 version 20110502 7 7 categories net 8 8 platforms darwin 9 9 maintainers pmq openmaintainer … … 14 14 homepage http://dnstop.measurement-factory.com 15 15 master_sites ${homepage}/src 16 16 17 checksums md5 827a0d2020b157b925411dd30b6feff317 checksums md5 28cb54f3780b27e15df8924235e4e37b 18 18 depends_lib port:libpcap port:ncurses 19 19 20 patchfiles patch-hashtbl.h.diff21 22 post-configure {23 # using the short form it'll pick up the /usr/lib one24 reinplace "s|-lcurses|-lncurses|" ${worksrcpath}/Makefile25 }26 27 build.env LDFLAGS=${configure.ldflags} \28 CPPFLAGS="${configure.cppflags} -I${prefix}/include/ncurses"29 30 20 destroot { 31 21 xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin/ 32 22 xinstall -W ${worksrcpath} ${name}.8 ${destroot}${prefix}/share/man/man8/