Ticket #16158: Portfile.2.45.patch
File Portfile.2.45.patch, 773 bytes (added by davidgilman1+macports@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name dnsmasq 6 version 2.4 26 version 2.45 7 7 categories net 8 8 platforms darwin 9 9 maintainers nomaintainer … … 20 20 and BOOTP for network booting of diskless machines. 21 21 homepage http://www.thekelleys.org.uk/dnsmasq/doc.html 22 22 master_sites http://www.thekelleys.org.uk/dnsmasq/ 23 checksums sha1 85c371ab8951715fbdab01e337e5649705f0b22123 checksums sha1 12f8cffd657f674fbf4bf4f670a0dcb65ea4a5ae 24 24 patchfiles patch-config.h.diff patch-Makefile.diff 25 25 26 26 configure { … … 28 28 } 29 29 30 30 destroot.args PREFIX=${prefix} 31 destroot.keepdirs ${destroot}${prefix}/var/run 31 32 32 33 platform darwin 8 { 33 34 build.args-append CC=/usr/bin/gcc-4.0