Ticket #22950: asterisk.diff
File asterisk.diff, 1.8 KB (added by stefan.van.der.eijk@…, 15 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 54316 2009-07-24 19:38:59Z snc@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name asterisk 7 version 1.6.1.17 version 1.6.1.12 8 8 revision 1 9 9 categories net 10 10 platforms darwin … … 17 17 18 18 homepage http://www.asterisk.org 19 19 master_sites http://downloads.digium.com/pub/asterisk/releases/ 20 dist_subdir ${name}-121 patchfiles 20090420__bug14930.diff22 20 23 21 depends_lib port:ncurses \ 24 22 port:openssl \ … … 26 24 port:bison \ 27 25 port:curl \ 28 26 port:wget 29 30 checksums md5 35048842108645d0995c89834273cd5f\31 sha1 887c463480ec76866d5dde9f2de7ee19256215f6\32 rmd160 f ce1b1e11bc25b4de1f770bb57e5f0d5c44ab5fc27 28 checksums md5 d6bc1448b8fa274a2acaef1b15f4d485 \ 29 sha1 b7c9cdfd6b7401be2eabac537f6f6cebee10b48c \ 30 rmd160 fa2440974605ea3098cd99d697bab2bea534b827 33 31 34 32 startupitem.create yes 35 33 startupitem.netchange yes 36 34 startupitem.executable ${prefix}/sbin/asterisk -d 37 35 38 configure.args --without- h323 --without-zaptel36 configure.args --without-gsm --without-h323 --without-zaptel 39 37 40 38 build.env ASTCFLAGS=-I${prefix}/include \ 41 39 ASTLDFLAGS=-L${prefix}/lib 42 40 41 variant jabber description {Enable Jabber support} { 42 depends_lib-append port:iksemel 43 } 44 43 45 post-destroot { 44 46 system "rsync -a $worksrcpath/configs/*.sample ${destroot}/${prefix}/etc/asterisk" 45 47 file mkdir "${destroot}/${prefix}/var/run"