From owner-svn-ports-all@freebsd.org Fri Jul 17 08:21:57 2020 Return-Path: Delivered-To: svn-ports-all@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 B816935D1B0; Fri, 17 Jul 2020 08:21:57 +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 4B7PH94tB9z3VJn; Fri, 17 Jul 2020 08:21:57 +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 7066B164CF; Fri, 17 Jul 2020 08:21:57 +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 06H8LvWg022276; Fri, 17 Jul 2020 08:21:57 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06H8LsMu022262; Fri, 17 Jul 2020 08:21:54 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202007170821.06H8LsMu022262@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 17 Jul 2020 08:21:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542417 - 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: 542417 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 08:21:57 -0000 Author: madpilot Date: Fri Jul 17 08:21:54 2020 New Revision: 542417 URL: https://svnweb.freebsd.org/changeset/ports/542417 Log: - Update asterisk16 to 16.12.0 - Asterisk project now embeds pjsip 2.10, get it's distribution from github and adapt port - Remove patch merged upstream - Refresh patches and rename to current naming scheme - Reorder some variables to silnce portlint warning Added: head/net/asterisk16/files/patch-agi_Makefile - copied, changed from r542416, head/net/asterisk16/files/patch-agi__Makefile head/net/asterisk16/files/patch-channels_chan__dahdi.c - copied, changed from r542416, head/net/asterisk16/files/patch-channels-chan_dahdi.c head/net/asterisk16/files/patch-channels_sip_include_sip.h - copied, changed from r542416, head/net/asterisk16/files/patch-channels__sip__include__sip.h head/net/asterisk16/files/patch-main_Makefile - copied, changed from r542416, head/net/asterisk16/files/patch-main__Makefile head/net/asterisk16/files/patch-main_asterisk.exports.in - copied, changed from r542416, head/net/asterisk16/files/patch-main__asterisk.exports.in head/net/asterisk16/files/patch-main_http.c - copied, changed from r542416, head/net/asterisk16/files/patch-main__http.c head/net/asterisk16/files/patch-main_lock.c - copied, changed from r542416, head/net/asterisk16/files/patch-main__lock.c Deleted: head/net/asterisk16/files/patch-agi__Makefile head/net/asterisk16/files/patch-channels-chan_dahdi.c head/net/asterisk16/files/patch-channels__sip__include__sip.h head/net/asterisk16/files/patch-main__Makefile head/net/asterisk16/files/patch-main__asterisk.exports.in head/net/asterisk16/files/patch-main__http.c head/net/asterisk16/files/patch-main__lock.c Modified: head/net/asterisk16/Makefile head/net/asterisk16/distinfo head/net/asterisk16/files/patch-Makefile head/net/asterisk16/files/patch-configure head/net/asterisk16/files/patch-contrib_Makefile head/net/asterisk16/files/patch-third-party_pjproject_Makefile head/net/asterisk16/files/patch-third-party_pjproject_Makefile.rules Modified: head/net/asterisk16/Makefile ============================================================================== --- head/net/asterisk16/Makefile Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,17 +1,14 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 16.11.1 -PORTREVISION= 1 +PORTVERSION= 16.12.0 CATEGORIES= net -MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 \ - http://www.pjsip.org/release/${PJSIP_VERSION}/:PJSIP +MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ asterisk/old-releases/ \ sounds/releases/:g729 PKGNAMESUFFIX= 16 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - pjproject-${PJSIP_VERSION}.tar.bz2:PJSIP +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= madpilot@FreeBSD.org @@ -20,13 +17,11 @@ COMMENT= Open Source PBX and telephony toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 sparc64 + LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 sparc64 - -EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} - USES= bison compiler:c11 cpe gmake gnome iconv libedit localbase \ shebangfix sqlite ssl ncurses USE_GNOME= libxml2 @@ -34,7 +29,9 @@ USE_LDCONFIG= yes USE_RC_SUBR= asterisk USE_GITHUB= nodefault -PJSIP_VERSION= 2.9 +EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} + +PJSIP_VERSION= 2.10 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datarootdir=${DATADIR} \ --with-ilbc=internal \ @@ -171,6 +168,7 @@ PJSIP_USES= pkgconfig PJSIP_LIB_DEPENDS= libsrtp2.so:net/libsrtp2 \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp +PJSIP_GH_TUPLE= pjsip:pjproject:${PJSIP_VERSION}:pjsip PORTAUDIO_CONFIGURE_WITH= portaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio Modified: head/net/asterisk16/distinfo ============================================================================== --- head/net/asterisk16/distinfo Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/distinfo Fri Jul 17 08:21:54 2020 (r542417) @@ -1,11 +1,11 @@ -TIMESTAMP = 1592336962 -SHA256 (asterisk/asterisk-16.11.1.tar.gz) = f1be317774066c825ae872b2382903ae7ba1e765b3b567bd814b82cb66bfced9 -SIZE (asterisk/asterisk-16.11.1.tar.gz) = 27703143 -SHA256 (asterisk/pjproject-2.9.tar.bz2) = d185ef7855c8ec07191dde92f54b65a7a4b7a6f7bf8c46f7af35ceeb1da2a636 -SIZE (asterisk/pjproject-2.9.tar.bz2) = 5009546 +TIMESTAMP = 1594922513 +SHA256 (asterisk/asterisk-16.12.0.tar.gz) = b576a6f151115257f3d8200a97f53612a30dcbeb1a907e1f54d34b0027325dea +SIZE (asterisk/asterisk-16.12.0.tar.gz) = 27727347 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 SIZE (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 1103000 SHA256 (asterisk/traud-asterisk-opus-83e1b458c77e0e287adeca494eeb79edb077b0ff_GH0.tar.gz) = 572a3c956371ed62b44a4bcd973db10eb4c84f3040cf7156e3acfad3b6bf3ded SIZE (asterisk/traud-asterisk-opus-83e1b458c77e0e287adeca494eeb79edb077b0ff_GH0.tar.gz) = 24044 +SHA256 (asterisk/pjsip-pjproject-2.10_GH0.tar.gz) = 936a4c5b98601b52325463a397ddf11ab4106c6a7b04f8dc7cdd377efbb597de +SIZE (asterisk/pjsip-pjproject-2.10_GH0.tar.gz) = 8768705 Modified: head/net/asterisk16/files/patch-Makefile ============================================================================== --- head/net/asterisk16/files/patch-Makefile Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/files/patch-Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- Makefile.orig 2018-12-04 00:03:56 UTC +--- Makefile.orig 2020-07-09 15:39:17 UTC +++ Makefile @@ -138,7 +138,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR)) OVERWRITE=y @@ -27,7 +27,7 @@ _ASTCFLAGS+=$(shell if test $(BSDVERSION) -lt 500016 ; then echo "-D_THREAD_SAFE"; fi) endif -@@ -462,8 +462,12 @@ endif +@@ -466,8 +466,12 @@ endif $(INSTALL) -m 644 $$n "$(DESTDIR)$(ASTDATADIR)/static-http/docs" ; \ done \ fi @@ -41,7 +41,7 @@ done $(MAKE) -C sounds install find rest-api -name "*.json" | while read x; do \ -@@ -562,7 +566,7 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR)" "$(ASTSBINDI +@@ -565,7 +569,7 @@ INSTALLDIRS="$(ASTLIBDIR)" "$(ASTMODDIR)" "$(ASTSBINDI "$(ASTDATADIR)/firmware/iax" "$(ASTDATADIR)/images" "$(ASTDATADIR)/keys" \ "$(ASTDATADIR)/phoneprov" "$(ASTDATADIR)/rest-api" "$(ASTDATADIR)/static-http" \ "$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" \ @@ -50,7 +50,7 @@ installdirs: @for i in $(INSTALLDIRS); do \ -@@ -601,10 +605,10 @@ endif +@@ -598,10 +602,10 @@ endif if [ -f contrib/firmware/iax/iaxy.bin ] ; then \ $(INSTALL) -m 644 contrib/firmware/iax/iaxy.bin "$(DESTDIR)$(ASTDATADIR)/firmware/iax/iaxy.bin"; \ fi @@ -65,7 +65,7 @@ $(SUBDIRS_INSTALL): +@DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" ASTDATADIR="$(ASTDATADIR)" $(SUBMAKE) -C $(@:-install=) install -@@ -719,7 +723,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) +@@ -716,7 +720,7 @@ ifneq ($(filter ~%,$(DESTDIR)),) @exit 1 endif @@ -74,7 +74,7 @@ @if [ -x /usr/sbin/asterisk-post-install ]; then \ /usr/sbin/asterisk-post-install "$(DESTDIR)" . ; \ fi -@@ -764,23 +768,10 @@ upgrade: bininstall +@@ -761,23 +765,10 @@ upgrade: bininstall # (2) the extension to strip off define INSTALL_CONFIGS @for x in $(1)/*$(2); do \ @@ -100,7 +100,7 @@ echo "Updating asterisk.conf" ; \ sed -e 's|^astetcdir.*$$|astetcdir => $(ASTETCDIR)|' \ -e 's|^astmoddir.*$$|astmoddir => $(ASTMODDIR)|' \ -@@ -793,8 +784,8 @@ define INSTALL_CONFIGS +@@ -790,8 +781,8 @@ define INSTALL_CONFIGS -e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \ -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ -e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \ @@ -111,7 +111,7 @@ rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ fi endef -@@ -818,7 +809,7 @@ adsi: +@@ -825,7 +816,7 @@ adsi: else \ echo "Installing $$x" ; \ fi ; \ Copied and modified: head/net/asterisk16/files/patch-agi_Makefile (from r542416, head/net/asterisk16/files/patch-agi__Makefile) ============================================================================== --- head/net/asterisk16/files/patch-agi__Makefile Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-agi_Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- agi/Makefile.orig 2012-10-14 21:56:13 UTC +--- agi/Makefile.orig 2020-07-09 15:39:17 UTC +++ agi/Makefile @@ -16,7 +16,9 @@ ASTTOPDIR?=.. Copied and modified: head/net/asterisk16/files/patch-channels_chan__dahdi.c (from r542416, head/net/asterisk16/files/patch-channels-chan_dahdi.c) ============================================================================== --- head/net/asterisk16/files/patch-channels-chan_dahdi.c Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-channels_chan__dahdi.c Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- channels/chan_dahdi.c.orig 2020-06-16 14:39:16 UTC +--- channels/chan_dahdi.c.orig 2020-07-09 15:39:17 UTC +++ channels/chan_dahdi.c @@ -4649,6 +4649,8 @@ void dahdi_ec_enable(struct dahdi_pvt *p) return; @@ -31,16 +31,3 @@ if (res) ast_log(LOG_WARNING, "Unable to disable echo cancellation on channel %d: %s\n", p->channel, strerror(errno)); -@@ -18147,8 +18152,10 @@ static int process_dahdi(struct dahdi_chan_conf *confp - if ((varval = strchr(varname, '='))) { - *varval++ = '\0'; - if ((tmpvar = ast_variable_new(varname, varval, ""))) { -- tmpvar->next = confp->chan.vars; -- confp->chan.vars = tmpvar; -+ if (ast_variable_list_replace(&confp->chan.vars, tmpvar)) { -+ tmpvar->next = confp->chan.vars; -+ confp->chan.vars = tmpvar; -+ } - } - } - } Copied and modified: head/net/asterisk16/files/patch-channels_sip_include_sip.h (from r542416, head/net/asterisk16/files/patch-channels__sip__include__sip.h) ============================================================================== --- head/net/asterisk16/files/patch-channels__sip__include__sip.h Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-channels_sip_include_sip.h Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- channels/sip/include/sip.h.orig 2014-07-24 17:47:29 UTC +--- channels/sip/include/sip.h.orig 2020-07-09 15:39:17 UTC +++ channels/sip/include/sip.h @@ -192,7 +192,7 @@ #define DEFAULT_MOHINTERPRET "default" /*!< The default music class */ Modified: head/net/asterisk16/files/patch-configure ============================================================================== --- head/net/asterisk16/files/patch-configure Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/files/patch-configure Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- configure.orig 2020-04-30 14:11:40 UTC +--- configure.orig 2020-07-09 15:39:17 UTC +++ configure @@ -4687,8 +4687,6 @@ case "${host_os}" in ;; @@ -9,7 +9,7 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -20351,6 +20349,8 @@ $as_echo_n "checking for getifaddrs() support... " >&6 +@@ -20355,6 +20353,8 @@ $as_echo_n "checking for getifaddrs() support... " >&6 cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -18,7 +18,7 @@ #include int main () -@@ -29510,6 +29510,8 @@ fi +@@ -29514,6 +29514,8 @@ fi for ver in 5.3 5.2 5.1; do @@ -27,7 +27,7 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; then pbxlibdir="" # if --with-LUA=DIR has been specified, use it. -@@ -29524,13 +29526,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; +@@ -29528,13 +29530,13 @@ if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; ast_ext_lib_check_save_CFLAGS="${CFLAGS}" CFLAGS="${CFLAGS} " as_ac_Lib=`$as_echo "ac_cv_lib_lua${ver}''_luaL_newstate" | $as_tr_sh` @@ -44,7 +44,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -@@ -29572,7 +29574,7 @@ fi +@@ -29576,7 +29578,7 @@ fi # now check for the header. if test "${AST_LUA_FOUND}" = "yes"; then @@ -53,7 +53,7 @@ # if --with-LUA=DIR has been specified, use it. if test "x${LUA_DIR}" != "x"; then LUA_INCLUDE="-I${LUA_DIR}/include" -@@ -29582,8 +29584,8 @@ fi +@@ -29586,8 +29588,8 @@ fi # check for the header ast_ext_lib_check_saved_CPPFLAGS="${CPPFLAGS}" CPPFLAGS="${CPPFLAGS} ${LUA_INCLUDE}" @@ -64,7 +64,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : LUA_HEADER_FOUND=1 else -@@ -29610,9 +29612,9 @@ fi +@@ -29614,9 +29616,9 @@ fi if test "x${PBX_LUA}" = "x1" ; then if test x"${LUA_DIR}" = x; then Modified: head/net/asterisk16/files/patch-contrib_Makefile ============================================================================== --- head/net/asterisk16/files/patch-contrib_Makefile Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/files/patch-contrib_Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- contrib/Makefile.orig 2018-12-04 00:03:56 UTC +--- contrib/Makefile.orig 2020-07-09 15:39:17 UTC +++ contrib/Makefile @@ -24,14 +24,14 @@ install: $(INSTALL) -m 755 scripts/ast_logescalator "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator" Copied and modified: head/net/asterisk16/files/patch-main_Makefile (from r542416, head/net/asterisk16/files/patch-main__Makefile) ============================================================================== --- head/net/asterisk16/files/patch-main__Makefile Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-main_Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- main/Makefile.orig 2018-08-08 16:02:31 UTC +--- main/Makefile.orig 2020-07-09 15:39:17 UTC +++ main/Makefile @@ -80,9 +80,12 @@ endif Copied and modified: head/net/asterisk16/files/patch-main_asterisk.exports.in (from r542416, head/net/asterisk16/files/patch-main__asterisk.exports.in) ============================================================================== --- head/net/asterisk16/files/patch-main__asterisk.exports.in Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-main_asterisk.exports.in Fri Jul 17 08:21:54 2020 (r542417) @@ -1,6 +1,6 @@ ---- main/asterisk.exports.in.orig 2018-08-08 16:02:31 UTC +--- main/asterisk.exports.in.orig 2020-07-09 15:39:17 UTC +++ main/asterisk.exports.in -@@ -63,6 +63,8 @@ +@@ -65,6 +65,8 @@ */ LINKER_SYMBOL_PREFIX_IO_stdin_used; Copied and modified: head/net/asterisk16/files/patch-main_http.c (from r542416, head/net/asterisk16/files/patch-main__http.c) ============================================================================== --- head/net/asterisk16/files/patch-main__http.c Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-main_http.c Fri Jul 17 08:21:54 2020 (r542417) @@ -1,6 +1,6 @@ ---- main/http.c.orig 2017-12-20 20:39:39 UTC +--- main/http.c.orig 2020-07-09 15:39:17 UTC +++ main/http.c -@@ -2044,7 +2044,7 @@ static int __ast_http_load(int reload) +@@ -2086,7 +2086,7 @@ static int __ast_http_load(int reload) struct http_uri_redirect *redirect; struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 }; uint32_t bindport = DEFAULT_PORT; Copied and modified: head/net/asterisk16/files/patch-main_lock.c (from r542416, head/net/asterisk16/files/patch-main__lock.c) ============================================================================== --- head/net/asterisk16/files/patch-main__lock.c Fri Jul 17 08:21:24 2020 (r542416, copy source) +++ head/net/asterisk16/files/patch-main_lock.c Fri Jul 17 08:21:54 2020 (r542417) @@ -1,6 +1,6 @@ ---- main/lock.c.orig 2018-08-08 16:02:31 UTC +--- main/lock.c.orig 2020-07-09 15:39:17 UTC +++ main/lock.c -@@ -692,9 +692,6 @@ int __ast_rwlock_init(int tracking, const char *filena +@@ -689,9 +689,6 @@ int __ast_rwlock_init(int tracking, const char *filena #endif /* DEBUG_THREADS */ pthread_rwlockattr_init(&attr); Modified: head/net/asterisk16/files/patch-third-party_pjproject_Makefile ============================================================================== --- head/net/asterisk16/files/patch-third-party_pjproject_Makefile Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/files/patch-third-party_pjproject_Makefile Fri Jul 17 08:21:54 2020 (r542417) @@ -1,4 +1,4 @@ ---- third-party/pjproject/Makefile.orig 2020-04-30 14:11:40 UTC +--- third-party/pjproject/Makefile.orig 2020-07-09 15:39:17 UTC +++ third-party/pjproject/Makefile @@ -88,14 +88,10 @@ _all: $(TARGETS) Modified: head/net/asterisk16/files/patch-third-party_pjproject_Makefile.rules ============================================================================== --- head/net/asterisk16/files/patch-third-party_pjproject_Makefile.rules Fri Jul 17 08:21:24 2020 (r542416) +++ head/net/asterisk16/files/patch-third-party_pjproject_Makefile.rules Fri Jul 17 08:21:54 2020 (r542417) @@ -1,5 +1,14 @@ ---- third-party/pjproject/Makefile.rules.orig 2020-03-12 14:44:05 UTC +--- third-party/pjproject/Makefile.rules.orig 2020-07-09 15:39:17 UTC +++ third-party/pjproject/Makefile.rules +@@ -7,7 +7,7 @@ + # PACKAGE_URL ?= http://www.pjsip.org/release/$(PJPROJECT_VERSION) + + PACKAGE_URL ?= https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/$(PJPROJECT_VERSION) +-TARBALL_FILE = pjproject-$(PJPROJECT_VERSION).tar.bz2 ++TARBALL_FILE = pjsip-pjproject-$(PJPROJECT_VERSION)_GH0.tar.gz + + # PJPROJECT_CONFIGURE_OPTS could come from the command line or could be + # set/modified by configure.m4 if the build or host tuples aren't the same @@ -37,7 +37,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) -- --disable-ipp \ --disable-libwebrtc \