summaryrefslogtreecommitdiff
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-12-11 22:24:23 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-12-11 22:24:23 +0000
commitc5635870fc5efb21087073cc9a48941434cee955 (patch)
tree3a00194e97840d069bdc64c36e05dbb120c6bca9 /net/asterisk/Makefile
parent - Add rc.d scripts. (diff)
Update to 1.4.13 and add missed audio/gsm dependency.
PR: 115169, 117199 Submitted by: Vladimir Korkodinov, Dan Lukes
Notes
Notes: svn path=/head/; revision=203067
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index dc47218ab4b2..ed0b160f73f5 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.4.11
-PORTREVISION= 3
+PORTVERSION= 1.4.13
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
@@ -18,6 +17,7 @@ COMMENT= An Open Source PBX and telephony toolkit
BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \
newt.51:${PORTSDIR}/devel/newt \
+ gsm.1:${PORTSDIR}/audio/gsm \
curl.4:${PORTSDIR}/ftp/curl
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
@@ -26,6 +26,7 @@ ONLY_FOR_ARCHS= i386 sparc64 amd64
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/openh323" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-gsm=${LOCALBASE}
CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323
USE_GMAKE= yes
USE_BISON= build
@@ -157,7 +158,7 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
.endif
.if defined(WITH_CODEC_PATCH)
-PATCHFILES= asterisk-1.4.11-codec-negotiation-20070831.diff.gz
+PATCHFILES= asterisk-1.4.13-codec-negotiation-20071112.diff.gz
PATCH_SITES= http://b2bua.org/chrome/site/
EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
.else