mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Update to 1.4.13 and add missed audio/gsm dependency.
PR: 115169, 117199 Submitted by: Vladimir Korkodinov, Dan Lukes
This commit is contained in:
parent
c05ef89df0
commit
c5635870fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203067
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.11.tar.gz) = 3ba9b399fedc68de4845b1c5603d167c
|
||||
SHA256 (asterisk-1.4.11.tar.gz) = 99928f8aab62e532e71fdecbd18d5af2d211f1bbce27cf9cf2efc34e57a20101
|
||||
SIZE (asterisk-1.4.11.tar.gz) = 11218944
|
||||
MD5 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = cf2385047d55ffffcff7197480e54c79
|
||||
SHA256 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 9d6b6efcbf20b35f407aa53320b649c0d884cce9b519435c7ea3aa8a51b2b42f
|
||||
SIZE (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 37651
|
||||
MD5 (asterisk-1.4.13.tar.gz) = 49b73114831c21cc9784d3b3f4fb5bec
|
||||
SHA256 (asterisk-1.4.13.tar.gz) = 0bea2f612c7b6ebcfb97c77d473a45018a3e112e5610ff7fab83561be7b19449
|
||||
SIZE (asterisk-1.4.13.tar.gz) = 11257579
|
||||
MD5 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = d8a6096ef5141bad3047460fad8da4bc
|
||||
SHA256 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = cedd6054c9ef389601edd6ce0541ad057d51ea652506a365a00bd3a9b88d55ee
|
||||
SIZE (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = 38103
|
||||
|
@ -58,8 +58,6 @@ etc/asterisk/meetme.conf-dist
|
||||
etc/asterisk/mgcp.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/misdn.conf %D/etc/asterisk/misdn.conf-dist; then rm -f %D/etc/asterisk/misdn.conf; fi
|
||||
etc/asterisk/misdn.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modem.conf %D/etc/asterisk/modem.conf-dist; then rm -f %D/etc/asterisk/modem.conf; fi
|
||||
etc/asterisk/modem.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modules.conf %D/etc/asterisk/modules.conf-dist; then rm -f %D/etc/asterisk/modules.conf; fi
|
||||
etc/asterisk/modules.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/musiconhold.conf %D/etc/asterisk/musiconhold.conf-dist; then rm -f %D/etc/asterisk/musiconhold.conf; fi
|
||||
@ -137,6 +135,7 @@ include/asterisk/ast_expr.h
|
||||
include/asterisk/astdb.h
|
||||
include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.11.tar.gz) = 3ba9b399fedc68de4845b1c5603d167c
|
||||
SHA256 (asterisk-1.4.11.tar.gz) = 99928f8aab62e532e71fdecbd18d5af2d211f1bbce27cf9cf2efc34e57a20101
|
||||
SIZE (asterisk-1.4.11.tar.gz) = 11218944
|
||||
MD5 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = cf2385047d55ffffcff7197480e54c79
|
||||
SHA256 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 9d6b6efcbf20b35f407aa53320b649c0d884cce9b519435c7ea3aa8a51b2b42f
|
||||
SIZE (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 37651
|
||||
MD5 (asterisk-1.4.13.tar.gz) = 49b73114831c21cc9784d3b3f4fb5bec
|
||||
SHA256 (asterisk-1.4.13.tar.gz) = 0bea2f612c7b6ebcfb97c77d473a45018a3e112e5610ff7fab83561be7b19449
|
||||
SIZE (asterisk-1.4.13.tar.gz) = 11257579
|
||||
MD5 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = d8a6096ef5141bad3047460fad8da4bc
|
||||
SHA256 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = cedd6054c9ef389601edd6ce0541ad057d51ea652506a365a00bd3a9b88d55ee
|
||||
SIZE (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = 38103
|
||||
|
@ -58,8 +58,6 @@ etc/asterisk/meetme.conf-dist
|
||||
etc/asterisk/mgcp.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/misdn.conf %D/etc/asterisk/misdn.conf-dist; then rm -f %D/etc/asterisk/misdn.conf; fi
|
||||
etc/asterisk/misdn.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modem.conf %D/etc/asterisk/modem.conf-dist; then rm -f %D/etc/asterisk/modem.conf; fi
|
||||
etc/asterisk/modem.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modules.conf %D/etc/asterisk/modules.conf-dist; then rm -f %D/etc/asterisk/modules.conf; fi
|
||||
etc/asterisk/modules.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/musiconhold.conf %D/etc/asterisk/musiconhold.conf-dist; then rm -f %D/etc/asterisk/musiconhold.conf; fi
|
||||
@ -137,6 +135,7 @@ include/asterisk/ast_expr.h
|
||||
include/asterisk/astdb.h
|
||||
include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.11.tar.gz) = 3ba9b399fedc68de4845b1c5603d167c
|
||||
SHA256 (asterisk-1.4.11.tar.gz) = 99928f8aab62e532e71fdecbd18d5af2d211f1bbce27cf9cf2efc34e57a20101
|
||||
SIZE (asterisk-1.4.11.tar.gz) = 11218944
|
||||
MD5 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = cf2385047d55ffffcff7197480e54c79
|
||||
SHA256 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 9d6b6efcbf20b35f407aa53320b649c0d884cce9b519435c7ea3aa8a51b2b42f
|
||||
SIZE (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 37651
|
||||
MD5 (asterisk-1.4.13.tar.gz) = 49b73114831c21cc9784d3b3f4fb5bec
|
||||
SHA256 (asterisk-1.4.13.tar.gz) = 0bea2f612c7b6ebcfb97c77d473a45018a3e112e5610ff7fab83561be7b19449
|
||||
SIZE (asterisk-1.4.13.tar.gz) = 11257579
|
||||
MD5 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = d8a6096ef5141bad3047460fad8da4bc
|
||||
SHA256 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = cedd6054c9ef389601edd6ce0541ad057d51ea652506a365a00bd3a9b88d55ee
|
||||
SIZE (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = 38103
|
||||
|
@ -58,8 +58,6 @@ etc/asterisk/meetme.conf-dist
|
||||
etc/asterisk/mgcp.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/misdn.conf %D/etc/asterisk/misdn.conf-dist; then rm -f %D/etc/asterisk/misdn.conf; fi
|
||||
etc/asterisk/misdn.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modem.conf %D/etc/asterisk/modem.conf-dist; then rm -f %D/etc/asterisk/modem.conf; fi
|
||||
etc/asterisk/modem.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modules.conf %D/etc/asterisk/modules.conf-dist; then rm -f %D/etc/asterisk/modules.conf; fi
|
||||
etc/asterisk/modules.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/musiconhold.conf %D/etc/asterisk/musiconhold.conf-dist; then rm -f %D/etc/asterisk/musiconhold.conf; fi
|
||||
@ -137,6 +135,7 @@ include/asterisk/ast_expr.h
|
||||
include/asterisk/astdb.h
|
||||
include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (asterisk-1.4.11.tar.gz) = 3ba9b399fedc68de4845b1c5603d167c
|
||||
SHA256 (asterisk-1.4.11.tar.gz) = 99928f8aab62e532e71fdecbd18d5af2d211f1bbce27cf9cf2efc34e57a20101
|
||||
SIZE (asterisk-1.4.11.tar.gz) = 11218944
|
||||
MD5 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = cf2385047d55ffffcff7197480e54c79
|
||||
SHA256 (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 9d6b6efcbf20b35f407aa53320b649c0d884cce9b519435c7ea3aa8a51b2b42f
|
||||
SIZE (asterisk-1.4.11-codec-negotiation-20070831.diff.gz) = 37651
|
||||
MD5 (asterisk-1.4.13.tar.gz) = 49b73114831c21cc9784d3b3f4fb5bec
|
||||
SHA256 (asterisk-1.4.13.tar.gz) = 0bea2f612c7b6ebcfb97c77d473a45018a3e112e5610ff7fab83561be7b19449
|
||||
SIZE (asterisk-1.4.13.tar.gz) = 11257579
|
||||
MD5 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = d8a6096ef5141bad3047460fad8da4bc
|
||||
SHA256 (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = cedd6054c9ef389601edd6ce0541ad057d51ea652506a365a00bd3a9b88d55ee
|
||||
SIZE (asterisk-1.4.13-codec-negotiation-20071112.diff.gz) = 38103
|
||||
|
@ -58,8 +58,6 @@ etc/asterisk/meetme.conf-dist
|
||||
etc/asterisk/mgcp.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/misdn.conf %D/etc/asterisk/misdn.conf-dist; then rm -f %D/etc/asterisk/misdn.conf; fi
|
||||
etc/asterisk/misdn.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modem.conf %D/etc/asterisk/modem.conf-dist; then rm -f %D/etc/asterisk/modem.conf; fi
|
||||
etc/asterisk/modem.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/modules.conf %D/etc/asterisk/modules.conf-dist; then rm -f %D/etc/asterisk/modules.conf; fi
|
||||
etc/asterisk/modules.conf-dist
|
||||
@unexec if cmp -s %D/etc/asterisk/musiconhold.conf %D/etc/asterisk/musiconhold.conf-dist; then rm -f %D/etc/asterisk/musiconhold.conf; fi
|
||||
@ -137,6 +135,7 @@ include/asterisk/ast_expr.h
|
||||
include/asterisk/astdb.h
|
||||
include/asterisk/astmm.h
|
||||
include/asterisk/astobj.h
|
||||
include/asterisk/astobj2.h
|
||||
include/asterisk/astosp.h
|
||||
include/asterisk/autoconfig.h
|
||||
include/asterisk/build.h
|
||||
|
Loading…
Reference in New Issue
Block a user