Date: Thu, 11 Jun 2020 22:12:35 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538550 - in head/net/asterisk13: . files Message-ID: <202006112212.05BMCZdM011024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Jun 11 22:12:34 2020 New Revision: 538550 URL: https://svnweb.freebsd.org/changeset/ports/538550 Log: - Update asterisk13 to 13.34.0 - Enable OPUS option by default [1] Suggested by: mr44er <mr44er@gmail.com> Deleted: head/net/asterisk13/files/0050-fix-race-parallel-build.patch Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/files/patch-configure Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Thu Jun 11 22:07:13 2020 (r538549) +++ head/net/asterisk13/Makefile Thu Jun 11 22:12:34 2020 (r538550) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.33.0 -PORTREVISION= 2 +PORTVERSION= 13.34.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 \ http://www.pjsip.org/release/${PJSIP_VERSION}/:PJSIP @@ -65,7 +64,7 @@ CONFLICTS_INSTALL= asterisk16 OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS G729 LDAP LUA \ MP3PLAYER OOH323 OPTIMIZED_CFLAGS PJSIP PORTAUDIO RADIUS SNMP \ SPANDSP SRTP SYSINFO URIPARSER XMPP -OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC MYSQL PGSQL PJSIP \ +OPTIONS_DEFAULT= CURL FREETDS GSM LUA MP3PLAYER NEWT ODBC OPUS MYSQL PGSQL PJSIP \ PORTAUDIO RADIUS SNMP SPANDSP SPEEX SRTP SQLITE2 URIPARSER \ VORBIS @@ -244,8 +243,6 @@ post-extract-OPUS-on: post-patch: @${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/samples/musiconhold.conf.sample - @${CP} ${FILESDIR}/0050-fix-race-parallel-build.patch \ - ${WRKSRC}/third-party/pjproject/patches/ .if exists(${FILESDIR}/.asterisk.makeopts) ${CP} ${FILESDIR}/.asterisk.makeopts ${WRKSRC}/menuselect.makeopts .endif Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Thu Jun 11 22:07:13 2020 (r538549) +++ head/net/asterisk13/distinfo Thu Jun 11 22:12:34 2020 (r538550) @@ -1,6 +1,6 @@ -TIMESTAMP = 1588265360 -SHA256 (asterisk/asterisk-13.33.0.tar.gz) = 266a6eb5b4287f0bb082af1acd763e18c3aaf4d11154745ba91ea0e26fc49d76 -SIZE (asterisk/asterisk-13.33.0.tar.gz) = 33683712 +TIMESTAMP = 1591868255 +SHA256 (asterisk/asterisk-13.34.0.tar.gz) = 6f5e47372f7b02c77e435b20e1ef980e95ba9a9a56077c45bb473724bfc48de0 +SIZE (asterisk/asterisk-13.34.0.tar.gz) = 33686020 SHA256 (asterisk/pjproject-2.9.tar.bz2) = d185ef7855c8ec07191dde92f54b65a7a4b7a6f7bf8c46f7af35ceeb1da2a636 SIZE (asterisk/pjproject-2.9.tar.bz2) = 5009546 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 Modified: head/net/asterisk13/files/patch-configure ============================================================================== --- head/net/asterisk13/files/patch-configure Thu Jun 11 22:07:13 2020 (r538549) +++ head/net/asterisk13/files/patch-configure Thu Jun 11 22:12:34 2020 (r538550) @@ -9,37 +9,6 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -9207,25 +9205,25 @@ $as_echo "configuring" >&6; } - - this_host=$(./config.sub $(./config.guess)) - if test "$build" != "$this_host" ; then -- PJPROJECT_CONFIGURE_OPTS+=" --build=$build_alias" -+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --build=$build_alias" - fi - if test "$host" != "$this_host" ; then -- PJPROJECT_CONFIGURE_OPTS+=" --host=$host_alias" -+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --host=$host_alias" - fi - # This was a copy of the autoconf generated code from the root ./configure. - # Hopefully, when you read this, the code is still the same. - if test "${with_ssl+set}" = set; then : - case $with_ssl in - n|no) -- PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl" -+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --disable-ssl" - ;; - y|ye|yes) - # Not to mention SSL is the default in PJProject and means "autodetect". - # In Asterisk, "./configure --with-ssl" means "must be present". -- PJPROJECT_CONFIGURE_OPTS+="" -+ #PJPROJECT_CONFIGURE_OPTS+="" - ;; - *) -- PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}" -+ PJPROJECT_CONFIGURE_OPTS+="${PJPROJECT_CONFIGURE_OPTS} --with-ssl=${with_ssl}" - ;; - esac - fi @@ -20566,6 +20564,8 @@ $as_echo_n "checking for getifaddrs() support... " >&6 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006112212.05BMCZdM011024>