diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-12-12 06:24:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-12-12 06:24:23 +0800 |
commit | bc6db6085a70b6a45f49de04a324d6e6585f2365 (patch) | |
tree | dabd49c31279e2578dc30688f7e0a13187f36623 /net/asterisk10/Makefile | |
parent | c4065c4cb36bb5aa6540a0fdf9a89b4d87a41b08 (diff) | |
download | freebsd-ports-gnome-bc6db6085a70b6a45f49de04a324d6e6585f2365.tar.gz freebsd-ports-gnome-bc6db6085a70b6a45f49de04a324d6e6585f2365.tar.zst freebsd-ports-gnome-bc6db6085a70b6a45f49de04a324d6e6585f2365.zip |
Update to 1.4.13 and add missed audio/gsm dependency.
PR: 115169, 117199
Submitted by: Vladimir Korkodinov, Dan Lukes
Diffstat (limited to 'net/asterisk10/Makefile')
-rw-r--r-- | net/asterisk10/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index dc47218ab4b2..ed0b160f73f5 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/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 |