Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 16:20:40 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410464 - head/net/asterisk-chan_sccp
Message-ID:  <201603061620.u26GKeUd040135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Mar  6 16:20:40 2016
New Revision: 410464
URL: https://svnweb.freebsd.org/changeset/ports/410464

Log:
  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)

Modified:
  head/net/asterisk-chan_sccp/Makefile
  head/net/asterisk-chan_sccp/distinfo

Modified: head/net/asterisk-chan_sccp/Makefile
==============================================================================
--- head/net/asterisk-chan_sccp/Makefile	Sun Mar  6 16:09:09 2016	(r410463)
+++ head/net/asterisk-chan_sccp/Makefile	Sun Mar  6 16:20:40 2016	(r410464)
@@ -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
+CONFIGURE_ARGS+=	--enable-video \
+			--enable-video-layer \
+			--enable-conference \
+			--enable-advanced-functions \
+			--with-hash-size=3001 \
+			${ICONV_CONFIGURE_ARG}
 
-LDFLAGS+=		-L${LOCALBASE}/lib
+CPPFLAGS+=		-I${ICONV_INCLUDE_PATH}
+LDFLAGS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
 
 PLIST_FILES=		lib/asterisk/modules/chan_sccp.so \
 			etc/asterisk/sccp.conf \

Modified: head/net/asterisk-chan_sccp/distinfo
==============================================================================
--- head/net/asterisk-chan_sccp/distinfo	Sun Mar  6 16:09:09 2016	(r410463)
+++ head/net/asterisk-chan_sccp/distinfo	Sun Mar  6 16:20:40 2016	(r410464)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603061620.u26GKeUd040135>