Ticket #25442: Portfile.diff
File Portfile.diff, 1.3 KB (added by stefan.van.der.eijk@…, 14 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name asterisk 7 version 1.6. 1.127 version 1.6.2.10 8 8 revision 1 9 9 categories net 10 10 platforms darwin … … 24 24 port:bison \ 25 25 port:curl \ 26 26 port:wget 27 28 checksums md5 d6bc1448b8fa274a2acaef1b15f4d485\29 sha1 b7c9cdfd6b7401be2eabac537f6f6cebee10b48c\30 rmd160 fa2440974605ea3098cd99d697bab2bea534b82727 28 checksums md5 50412a90942ae7306fb8dcc31a05c2ce \ 29 sha1 60877704de3b7ac6213eb4e0dac2c68a06a40658 \ 30 rmd160 c8aaf7444364ceab9a97030a3179fb2d6f0fb791 31 31 32 32 startupitem.create yes 33 33 startupitem.netchange yes … … 35 35 36 36 universal_variant no 37 37 38 configure.args --without-h323 --without-zaptel 39 if {${build_arch} == "x86_64"} { 40 configure.args-append --host=x86_64-darwin 41 } 38 configure.args --without-h323 42 39 43 40 build.env ASTCFLAGS=-I${prefix}/include \ 44 41 ASTLDFLAGS=-L${prefix}/lib