svn commit: r383712 - in branches/2015Q2/net: asterisk asterisk-g72x asterisk11 asterisk13
Guido Falsi
madpilot at FreeBSD.org
Fri Apr 10 08:52:49 UTC 2015
Author: madpilot
Date: Fri Apr 10 08:52:45 2015
New Revision: 383712
URL: https://svnweb.freebsd.org/changeset/ports/383712
Log:
MFH: r382976
- Update net/asterisk11 to 11.17.0
- Update net/asterisk13 to 13.3.0
- Fix mgcp module installation
- Add needed USE_LDCONFIG to asterisk13
- Adapt asterisk-g72x port and bump PORTREVISION
NOTE: While these versions of asterisk can be compiled with clang,
I have seen it crash at startup if so compiled. For this reason at
present I'm leaving the gcc requirement.
MFH: r383635
- Update net/asterisk to 1.8.32.3
- Update net/asterisk11 to 11.17.1
- Update net/asterisk13 to 13.3.2
Security: 5fee3f02-de37-11e4-b7c3-001999f8d30b
Approved by: portmgr, ports-secteam
Modified:
branches/2015Q2/net/asterisk-g72x/Makefile
branches/2015Q2/net/asterisk/Makefile
branches/2015Q2/net/asterisk/distinfo
branches/2015Q2/net/asterisk11/Makefile
branches/2015Q2/net/asterisk11/distinfo
branches/2015Q2/net/asterisk11/pkg-plist
branches/2015Q2/net/asterisk13/Makefile
branches/2015Q2/net/asterisk13/distinfo
branches/2015Q2/net/asterisk13/pkg-plist
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/net/asterisk-g72x/Makefile
==============================================================================
--- branches/2015Q2/net/asterisk-g72x/Makefile Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk-g72x/Makefile Fri Apr 10 08:52:45 2015 (r383712)
@@ -2,6 +2,7 @@
PORTNAME= asterisk-g72x
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://asterisk.hosting.lv/src/
@@ -12,7 +13,7 @@ LIB_DEPENDS= libbcg729.so:${PORTSDIR}/au
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bcg729
-USES= autoreconf libtool tar:bzip2
+USES= autoreconf compiler libtool tar:bzip2
NO_OPTIONS_SORT= yes
LDFLAGS+= -L${LOCALBASE}/lib
@@ -38,7 +39,13 @@ ASTERISK13_BUILD_DEPENDS= asterisk:${POR
ASTERISK13_RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk13
ASTERISK13_CONFIGURE_ON= --with-asterisk130
+.include <bsd.port.pre.mk>
+
+.if ${CHOSEN_COMPILER_TYPE} == clang
+CFLAGS+= -fblocks
+.endif
+
post-build:
${STRIP_CMD} ${WRKSRC}/.libs/codec_g729.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: branches/2015Q2/net/asterisk/Makefile
==============================================================================
--- branches/2015Q2/net/asterisk/Makefile Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk/Makefile Fri Apr 10 08:52:45 2015 (r383712)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= asterisk
-PORTVERSION= 1.8.32.2
+PORTVERSION= 1.8.32.3
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
Modified: branches/2015Q2/net/asterisk/distinfo
==============================================================================
--- branches/2015Q2/net/asterisk/distinfo Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk/distinfo Fri Apr 10 08:52:45 2015 (r383712)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-1.8.32.2.tar.gz) = 24b4a48c5b8d79e6c7e48c6076d0370339074c1c0581dc6af0f672c6e93d296e
-SIZE (asterisk-1.8.32.2.tar.gz) = 29635914
+SHA256 (asterisk-1.8.32.3.tar.gz) = 3c12ddbb86e2b901af449bd5a3ac7bbc55a28664159d0c4fb70f89d761d8bf9e
+SIZE (asterisk-1.8.32.3.tar.gz) = 29637478
Modified: branches/2015Q2/net/asterisk11/Makefile
==============================================================================
--- branches/2015Q2/net/asterisk11/Makefile Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk11/Makefile Fri Apr 10 08:52:45 2015 (r383712)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= asterisk
-PORTVERSION= 11.16.0
+PORTVERSION= 11.17.1
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -25,6 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include
USE_GCC= yes
USE_CSTD= gnu89
USE_GNOME= libxml2
+USE_LDCONFIG= yes
USES= bison cpe gmake
CPE_VENDOR= digium
USE_RC_SUBR= asterisk
@@ -141,6 +142,8 @@ post-patch:
post-configure:
@cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts
+ @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts
+ @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts
.if ${PORT_OPTIONS:MMYSQL}
@cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts
Modified: branches/2015Q2/net/asterisk11/distinfo
==============================================================================
--- branches/2015Q2/net/asterisk11/distinfo Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk11/distinfo Fri Apr 10 08:52:45 2015 (r383712)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-11.16.0.tar.gz) = f98da93ed0ffbdddfbc301351ea32e5a63d2dbecf05a4f97fb794a68a3bdbe4d
-SIZE (asterisk-11.16.0.tar.gz) = 34995495
+SHA256 (asterisk-11.17.1.tar.gz) = c22d5dfb6c901cdeb8a12ffb34c35565ccfd993d0c6ab7638fd11e5cd64e00b2
+SIZE (asterisk-11.17.1.tar.gz) = 35002041
Modified: branches/2015Q2/net/asterisk11/pkg-plist
==============================================================================
--- branches/2015Q2/net/asterisk11/pkg-plist Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk11/pkg-plist Fri Apr 10 08:52:45 2015 (r383712)
@@ -265,6 +265,7 @@ lib/asterisk/modules/bridge_simple.so
lib/asterisk/modules/bridge_softmix.so
%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so
lib/asterisk/modules/chan_bridge.so
+lib/asterisk/modules/chan_mgcp.so
%%XMPP%%lib/asterisk/modules/chan_motif.so
lib/asterisk/modules/chan_unistim.so
lib/asterisk/modules/codec_g722.so
@@ -305,6 +306,7 @@ lib/asterisk/modules/res_format_attr_h26
lib/asterisk/modules/res_format_attr_silk.so
lib/asterisk/modules/res_http_websocket.so
lib/asterisk/modules/res_limit.so
+lib/asterisk/modules/res_pktccops.so
lib/asterisk/modules/res_phoneprov.so
lib/asterisk/modules/res_realtime.so
%%SRTP%%lib/asterisk/modules/res_srtp.so
Modified: branches/2015Q2/net/asterisk13/Makefile
==============================================================================
--- branches/2015Q2/net/asterisk13/Makefile Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk13/Makefile Fri Apr 10 08:52:45 2015 (r383712)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= asterisk
-PORTVERSION= 13.2.0
-PORTREVISION= 1
+PORTVERSION= 13.3.2
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -151,6 +150,8 @@ post-patch:
post-configure:
@cd ${WRKSRC} && ${MAKE_CMD} menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --disable res_timing_kqueue menuselect.makeopts
+ @cd ${WRKSRC} && ./menuselect/menuselect --enable chan_mgcp menuselect.makeopts
+ @cd ${WRKSRC} && ./menuselect/menuselect --enable res_pktccops menuselect.makeopts
.if ${PORT_OPTIONS:MMYSQL}
@cd ${WRKSRC} && ./menuselect/menuselect --enable res_config_mysql menuselect.makeopts
@cd ${WRKSRC} && ./menuselect/menuselect --enable app_mysql menuselect.makeopts
Modified: branches/2015Q2/net/asterisk13/distinfo
==============================================================================
--- branches/2015Q2/net/asterisk13/distinfo Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk13/distinfo Fri Apr 10 08:52:45 2015 (r383712)
@@ -1,2 +1,2 @@
-SHA256 (asterisk-13.2.0.tar.gz) = bcef6b30cf7bb1943b12939a4dc98a53f837a8f7ef564fe44cf73ea87e114a9b
-SIZE (asterisk-13.2.0.tar.gz) = 31951737
+SHA256 (asterisk-13.3.2.tar.gz) = ff87592a49156e2f7c03a39a12d099a610e71c3135ca9548429b4066fc76aaa5
+SIZE (asterisk-13.3.2.tar.gz) = 31978637
Modified: branches/2015Q2/net/asterisk13/pkg-plist
==============================================================================
--- branches/2015Q2/net/asterisk13/pkg-plist Fri Apr 10 08:45:09 2015 (r383711)
+++ branches/2015Q2/net/asterisk13/pkg-plist Fri Apr 10 08:52:45 2015 (r383712)
@@ -333,6 +333,7 @@ lib/asterisk/modules/bridge_softmix.so
%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so
%%XMPP%%lib/asterisk/modules/chan_motif.so
lib/asterisk/modules/chan_bridge_media.so
+lib/asterisk/modules/chan_mgcp.so
%%OOH323%%lib/asterisk/modules/chan_ooh323.so
%%PJSIP%%lib/asterisk/modules/chan_pjsip.so
lib/asterisk/modules/chan_unistim.so
@@ -445,6 +446,7 @@ lib/asterisk/modules/res_phoneprov.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_t38.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_transport_websocket.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_xpidf_body_generator.so
+lib/asterisk/modules/res_pktccops.so
lib/asterisk/modules/res_realtime.so
lib/asterisk/modules/res_sorcery_astdb.so
lib/asterisk/modules/res_sorcery_config.so
More information about the svn-ports-all
mailing list