From owner-svn-ports-branches@freebsd.org Mon Aug 24 12:55:58 2020 Return-Path: Delivered-To: svn-ports-branches@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 AE4D93BE814; Mon, 24 Aug 2020 12:55:58 +0000 (UTC) (envelope-from jbeich@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 4BZsYp4Dklz4l2L; Mon, 24 Aug 2020 12:55:58 +0000 (UTC) (envelope-from jbeich@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 7585E18663; Mon, 24 Aug 2020 12:55:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07OCtwMp041779; Mon, 24 Aug 2020 12:55:58 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OCtvmO041771; Mon, 24 Aug 2020 12:55:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008241255.07OCtvmO041771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 24 Aug 2020 12:55:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546080 - in branches/2020Q3: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q3: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files X-SVN-Commit-Revision: 546080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2020 12:55:58 -0000 Author: jbeich Date: Mon Aug 24 12:55:56 2020 New Revision: 546080 URL: https://svnweb.freebsd.org/changeset/ports/546080 Log: MFH: r546075 gecko: update OSS patches Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c PR: 248816 Submitted by: Ka Ho Ng Approved by: ports-secteam blanket Modified: branches/2020Q3/mail/thunderbird/Makefile branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss branches/2020Q3/www/firefox-esr/Makefile branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss branches/2020Q3/www/firefox/Makefile branches/2020Q3/www/firefox/files/patch-cubeb-oss Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q3/mail/thunderbird/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/mail/thunderbird/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 68.11.0 +PORTREVISION= 1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/mail/thunderbird/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1128 @@ +@@ -0,0 +1,1129 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL || Modified: branches/2020Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q3/www/firefox-esr/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox-esr/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.12.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox-esr/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1128 @@ +@@ -0,0 +1,1129 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL || Modified: branches/2020Q3/www/firefox/Makefile ============================================================================== --- branches/2020Q3/www/firefox/Makefile Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox/Makefile Mon Aug 24 12:55:56 2020 (r546080) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 80.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2020Q3/www/firefox/files/patch-cubeb-oss ============================================================================== --- branches/2020Q3/www/firefox/files/patch-cubeb-oss Mon Aug 24 12:53:32 2020 (r546079) +++ branches/2020Q3/www/firefox/files/patch-cubeb-oss Mon Aug 24 12:55:56 2020 (r546080) @@ -61,7 +61,7 @@ https://github.com/kinetiknz/cubeb/pull/600 #endif --- /dev/null +++ media/libcubeb/src/cubeb_oss.c -@@ -0,0 +1,1129 @@ +@@ -0,0 +1,1130 @@ +/* + * Copyright © 2019-2020 Nia Alarie + * Copyright © 2020 Ka Ho Ng @@ -114,7 +114,7 @@ https://github.com/kinetiknz/cubeb/pull/600 +#define OSS_DEFAULT_NFRAMES (32) +#endif + -+#define ENV_AUDIO_DEVICE "AUDIODEVICE" ++#define ENV_AUDIO_DEVICE "AUDIO_DEVICE" + +#ifndef OSS_MAX_CHANNELS +# if defined(__FreeBSD__) || defined(__DragonFly__) @@ -438,7 +438,8 @@ https://github.com/kinetiknz/cubeb/pull/600 + continue; + + devinfop[collection_cnt].device_id = strdup(sinfo.devname); -+ devinfop[collection_cnt].friendly_name = strdup(sinfo.desc); ++ asprintf((char **)&devinfop[collection_cnt].friendly_name, "%s: %s", ++ sinfo.devname, sinfo.desc); + devinfop[collection_cnt].group_id = strdup(sinfo.devname); + devinfop[collection_cnt].vendor_name = NULL; + if (devinfop[collection_cnt].device_id == NULL ||