Date: Thu, 11 Jun 2020 22:12:59 +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: r538551 - in head/net/asterisk16: . files Message-ID: <202006112212.05BMCxGA011192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Thu Jun 11 22:12:58 2020 New Revision: 538551 URL: https://svnweb.freebsd.org/changeset/ports/538551 Log: - Update asterisk16 to 16.11.0 - Enable OPUS option by default [1] Suggested by: mr44er <mr44er@gmail.com> Deleted: head/net/asterisk16/files/0050-fix-race-parallel-build.patch Modified: head/net/asterisk16/Makefile head/net/asterisk16/distinfo head/net/asterisk16/files/patch-configure Modified: head/net/asterisk16/Makefile ============================================================================== --- head/net/asterisk16/Makefile Thu Jun 11 22:12:34 2020 (r538550) +++ head/net/asterisk16/Makefile Thu Jun 11 22:12:58 2020 (r538551) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 16.10.0 -PORTREVISION= 2 +PORTVERSION= 16.11.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= asterisk13 OPTIONS_DEFINE= ASTVERSION BACKTRACE CURL EXCHANGE FREETDS G729 LDAP LUA MACRO \ MP3PLAYER OOH323 OPTIMIZED_CFLAGS PJSIP PORTAUDIO RADIUS SNMP \ SPANDSP SRTP SYSINFO URIPARSER XMPP -OPTIONS_DEFAULT= CURL FREETDS GSM LUA MACRO MP3PLAYER NEWT ODBC MYSQL PGSQL \ +OPTIONS_DEFAULT= CURL FREETDS GSM LUA MACRO MP3PLAYER NEWT ODBC OPUS MYSQL PGSQL \ PJSIP PORTAUDIO RADIUS SNMP SPANDSP SPEEX SQLITE2 SRTP URIPARSER \ VORBIS @@ -246,8 +245,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/asterisk16/distinfo ============================================================================== --- head/net/asterisk16/distinfo Thu Jun 11 22:12:34 2020 (r538550) +++ head/net/asterisk16/distinfo Thu Jun 11 22:12:58 2020 (r538551) @@ -1,6 +1,6 @@ -TIMESTAMP = 1588265447 -SHA256 (asterisk/asterisk-16.10.0.tar.gz) = 8733f137b4b4e01d90bb796fa41d992e656b4cf1c28d2d7e81863a6839975702 -SIZE (asterisk/asterisk-16.10.0.tar.gz) = 27706766 +TIMESTAMP = 1591868315 +SHA256 (asterisk/asterisk-16.11.0.tar.gz) = 5db58aeee6cbc7604cd7059fe210f5fae0eae8aa1b13e5282984b9b9c12eaf36 +SIZE (asterisk/asterisk-16.11.0.tar.gz) = 27708591 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/asterisk16/files/patch-configure ============================================================================== --- head/net/asterisk16/files/patch-configure Thu Jun 11 22:12:34 2020 (r538550) +++ head/net/asterisk16/files/patch-configure Thu Jun 11 22:12:58 2020 (r538551) @@ -9,37 +9,6 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -9230,25 +9228,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 @@ -20351,6 +20349,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.05BMCxGA011192>