diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2015-01-29 21:52:28 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2015-01-29 21:52:28 +0000 |
commit | 98ff73d172554325939a9d7feb3a7114f6093769 (patch) | |
tree | a1dad72b5c18eaaeec76ed56228edbc84b92ed51 /comms | |
parent | 4e32bc0f9aa22347e5de32933ad269de3e9b64af (diff) | |
download | pkgsrc-98ff73d172554325939a9d7feb3a7114f6093769.tar.gz |
Update to Asterisk 10.12.4rc6.
This update is just to accomodate the speex splitup.
Note that Asterisk 10.x is dead upstream and should not be used
anymore. This package will be removed at some point.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk10/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk10/options.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index b7fbec81c90..9a4df7d6465 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2014/10/07 16:47:19 adam Exp $ +# $NetBSD: Makefile,v 1.62 2015/01/29 21:52:28 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -7,7 +7,7 @@ DISTNAME= asterisk-10.12.4 DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${DEFAULT_DISTFILES} EXTRACT_ONLY= ${DISTNAME}.tar.gz -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ \ diff --git a/comms/asterisk10/options.mk b/comms/asterisk10/options.mk index 587eabd81ae..981f9ee9299 100644 --- a/comms/asterisk10/options.mk +++ b/comms/asterisk10/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2012/09/30 19:24:18 jnemeth Exp $ +# $NetBSD: options.mk,v 1.6 2015/01/29 21:52:28 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap spandsp @@ -97,6 +97,7 @@ CONFIGURE_ARGS+= --without-ldap .if !empty(PKG_OPTIONS:Mspeex) .include "../../audio/speex/buildlink3.mk" +.include "../../audio/speexdsp/buildlink3.mk" CONFIGURE_ARGS+= --with-speex CONFIGURE_ARGS+= --with-speexdsp PLIST.speex= yes |