Ticket #15551: patch-Portfile.diff
File patch-Portfile.diff, 1.2 KB (added by dgilman (David Gilman), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name dnsmasq 6 version 2. 326 version 2.42 7 7 categories net 8 8 platforms darwin 9 9 maintainers nomaintainer … … 11 11 long_description Dnsmasq is lightweight, easy to configure DNS \ 12 12 forwarder and DHCP server. It is designed to provide \ 13 13 DNS and, optionally, DHCP, to a small network. It can \ 14 serve the names of local machines which are not in the \ 14 serve the names of local machines which are not in the \ 15 15 global DNS. The DHCP server integrates with the DNS \ 16 16 server and allows machines with DHCP-allocated \ 17 17 addresses to appear in the DNS with names configured \ … … 21 21 22 22 homepage http://www.thekelleys.org.uk/dnsmasq/doc.html 23 23 master_sites http://www.thekelleys.org.uk/dnsmasq/ 24 checksums sha1 f07c090922777f061fbe52aea464b1e43b3988d324 checksums sha1 85c371ab8951715fbdab01e337e5649705f0b221 25 25 patchfiles patch-config.h.diff patch-Makefile.diff 26 26 27 27 configure { … … 34 34 build.args-append CC=/usr/bin/gcc-4.0 35 35 } 36 36 37 startupitem.create yes 38 startupitem.name dnsmasq 39 startupitem.executable ${prefix}/sbin/dnsmasq -k