From owner-svn-ports-head@freebsd.org Thu Jun 11 22:12:59 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D061C343C6C; Thu, 11 Jun 2020 22:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49jdQg5DfLz4VVD; Thu, 11 Jun 2020 22:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AED131F717; Thu, 11 Jun 2020 22:12:59 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05BMCxM8011194; Thu, 11 Jun 2020 22:12:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05BMCxGA011192; Thu, 11 Jun 2020 22:12:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202006112212.05BMCxGA011192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 11 Jun 2020 22:12:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538551 - in head/net/asterisk16: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net/asterisk16: . files X-SVN-Commit-Revision: 538551 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2020 22:12:59 -0000 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 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