diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-07 00:20:40 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-07 00:20:40 +0800 |
commit | c53afc1da03ea5f5d6b21e042fd4031889a05ae9 (patch) | |
tree | c9a1f2beac2bbaf859e88bb92344fb9d0ebf28ef /net | |
parent | d0e7de859633021b6dc42cd253c18d32b2e283e1 (diff) | |
download | freebsd-ports-gnome-c53afc1da03ea5f5d6b21e042fd4031889a05ae9.tar.gz freebsd-ports-gnome-c53afc1da03ea5f5d6b21e042fd4031889a05ae9.tar.zst freebsd-ports-gnome-c53afc1da03ea5f5d6b21e042fd4031889a05ae9.zip |
Update to 4.2.3.
New Features in V4.2.3
- Warning about use of ancient gcc compiler
- New desktop/background images
- New AMI Function:SCCPShowRefcount
- Support for newer/future version of automake
- Small size reduction of chan_sccp.so
Bug Fixes
- Channel being left behind after hangup
- Scheduled Hangup / Schedule Digit Timeout
- Potential Deadlock Fallback Atomic Functions
- MWI loosing track of new voicemails under certain circumstances
- using gnu version of libiconv fixed
- gen_sccp_enum improved / gnu awk extension dependency removed
- set socket option should happen before binding to the socket
- channel monitor/record handling fixed
- Code cleanup / fixed memory leaks / fixed potential null pointer dereferences
- Some smaller patches (Check ChangeLog for details)
- Some minor BSD Compilation issues
PR: 207291
Submitted by: Diederik de Groot <ddegroot@talon.nl> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk-chan_sccp/Makefile | 21 | ||||
-rw-r--r-- | net/asterisk-chan_sccp/distinfo | 4 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index f9209d520fb4..ce0be1135109 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= chan_sccp -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.3 CATEGORIES= net -MASTER_SITES= SF/chan-sccp-b/V4/ +MASTER_SITES= SF/chan-sccp-b PKGNAMEPREFIX= asterisk- -DISTNAME= Chan_SCCP-4.2.1_STABLE_r6370 +DISTNAME= Chan_SCCP-4.2.3_STABLE_r6728 MAINTAINER= ddegroot@talon.nl COMMENT= Replacement for the SCCP channel driver in Asterisk @@ -15,12 +15,15 @@ LICENSE= GPLv1 GNU_CONFIGURE= yes USES= iconv compiler libtool -CONFIGURE_ARGS+= --enable-video --enable-video-layer -CONFIGURE_ARGS+= --enable-conference --enable-advanced-functions -CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} -NO_OPTIONS_SORT= yes - -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+= --enable-video \ + --enable-video-layer \ + --enable-conference \ + --enable-advanced-functions \ + --with-hash-size=3001 \ + ${ICONV_CONFIGURE_ARG} + +CPPFLAGS+= -I${ICONV_INCLUDE_PATH} +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PLIST_FILES= lib/asterisk/modules/chan_sccp.so \ etc/asterisk/sccp.conf \ diff --git a/net/asterisk-chan_sccp/distinfo b/net/asterisk-chan_sccp/distinfo index a0b049930d50..f2cb0f313774 100644 --- a/net/asterisk-chan_sccp/distinfo +++ b/net/asterisk-chan_sccp/distinfo @@ -1,2 +1,2 @@ -SHA256 (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = a5301446cc8bb6e036319a6a04983b18cb873b24aa0efd089b49a3e4f83cbe4d -SIZE (Chan_SCCP-4.2.1_STABLE_r6370.tar.gz) = 1350462 +SHA256 (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 22d914c97594f74a482a7e14a069f61ff9d695d4cc271674ad54552778bb679d +SIZE (Chan_SCCP-4.2.3_STABLE_r6728.tar.gz) = 1471165 |