From owner-svn-ports-all@freebsd.org Mon Jan 25 16:16:05 2021 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 1ACE94E7F84; Mon, 25 Jan 2021 16:16:05 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DPZjd0DZVz4dZ6; Mon, 25 Jan 2021 16:16:05 +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 EEE9C191FA; Mon, 25 Jan 2021 16:16:04 +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 10PGG4XK084123; Mon, 25 Jan 2021 16:16:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10PGG4Hk084121; Mon, 25 Jan 2021 16:16:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202101251616.10PGG4Hk084121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 25 Jan 2021 16:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r562574 - in branches/2021Q1/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/www/firefox: . files X-SVN-Commit-Revision: 562574 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.34 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: Mon, 25 Jan 2021 16:16:05 -0000 Author: jbeich Date: Mon Jan 25 16:16:04 2021 New Revision: 562574 URL: https://svnweb.freebsd.org/changeset/ports/562574 Log: MFH: r561980 r562119 www/firefox: update to 85.0 - Backport fix for high CPU usage in OSS backend [1] Changes: https://www.mozilla.org/firefox/85.0/releasenotes/ Requested by: Ka Ho Ng [1] Added: branches/2021Q1/www/firefox/files/patch-bug1687487 - copied unchanged from r562119, head/www/firefox/files/patch-bug1687487 Deleted: branches/2021Q1/www/firefox/files/patch-bug1677715 Modified: branches/2021Q1/www/firefox/Makefile branches/2021Q1/www/firefox/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/firefox/Makefile ============================================================================== --- branches/2021Q1/www/firefox/Makefile Mon Jan 25 15:57:03 2021 (r562573) +++ branches/2021Q1/www/firefox/Makefile Mon Jan 25 16:16:04 2021 (r562574) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 84.0.2 +DISTVERSION= 85.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2021Q1/www/firefox/distinfo ============================================================================== --- branches/2021Q1/www/firefox/distinfo Mon Jan 25 15:57:03 2021 (r562573) +++ branches/2021Q1/www/firefox/distinfo Mon Jan 25 16:16:04 2021 (r562574) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609951210 -SHA256 (firefox-84.0.2.source.tar.xz) = 92bfd518d4f9760c897388a8e06130b171c1c43524d8af181add9daac2be7b37 -SIZE (firefox-84.0.2.source.tar.xz) = 363415420 +TIMESTAMP = 1610994701 +SHA256 (firefox-85.0.source.tar.xz) = 5f03712642f5e77de4581d2ba3ee3e87cfa44c3d2fdd8fe0fb56ea05a57f7b50 +SIZE (firefox-85.0.source.tar.xz) = 378300292 Copied: branches/2021Q1/www/firefox/files/patch-bug1687487 (from r562119, head/www/firefox/files/patch-bug1687487) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2021Q1/www/firefox/files/patch-bug1687487 Mon Jan 25 16:16:04 2021 (r562574, copy of r562119, head/www/firefox/files/patch-bug1687487) @@ -0,0 +1,159 @@ +commit f48008ba21c0 +Author: Paul Adenot +Date: Tue Jan 19 07:04:00 2021 -0800 + + Bug 1687487 - Update libcubeb to 4a83932. r=kinetik +--- + media/libcubeb/moz.yaml | 2 +- + media/libcubeb/src/cubeb_oss.c | 43 ++++++++++++++++++++++++++++++------- + media/libcubeb/src/cubeb_wasapi.cpp | 24 ++++++++++----------- + 3 files changed, 48 insertions(+), 21 deletions(-) + +diff --git media/libcubeb/moz.yaml media/libcubeb/moz.yaml +index c90f95e09a0a..c2eea799d1bf 100644 +--- media/libcubeb/moz.yaml ++++ media/libcubeb/moz.yaml +@@ -19,5 +19,5 @@ origin: + license: "ISC" + + # update.sh will update this value +- release: "85f1cf48dffd749dd32798681955155e1a1a6ff5 (2020-12-07 08:11:33 +0000)" ++ release: "4a83932caee16c9ee404b39144620fcbcc7a842f (2021-01-19 16:05:14 +0100)" + +diff --git media/libcubeb/src/cubeb_oss.c media/libcubeb/src/cubeb_oss.c +index 32a4bf6de482..8c44c9e8d08a 100644 +--- media/libcubeb/src/cubeb_oss.c ++++ media/libcubeb/src/cubeb_oss.c +@@ -781,6 +781,28 @@ oss_put_play_frames(cubeb_stream * s, unsigned int nframes) + return 0; + } + ++static int ++oss_wait_playfd_for_space(cubeb_stream * s) ++{ ++ /* For non-duplex stream we have to wait until we have space in the ++ * buffer */ ++ int rate = s->play.info.sample_rate; ++ struct pollfd pfd; ++ ++ pfd.events = POLLOUT|POLLHUP; ++ pfd.revents = 0; ++ pfd.fd = s->play.fd; ++ ++ if (poll(&pfd, 1, s->nfr * 1000 + rate - 1 / rate) == -1) { ++ return CUBEB_ERROR; ++ } ++ ++ if (pfd.revents & POLLHUP) { ++ return CUBEB_ERROR; ++ } ++ return 0; ++} ++ + /* 1 - Stopped by cubeb_stream_stop, otherwise 0 */ + static int + oss_audio_loop(cubeb_stream * s, cubeb_state *new_state) +@@ -873,26 +895,31 @@ oss_audio_loop(cubeb_stream * s, cubeb_state *new_state) + goto breakdown; + } + +- audio_buf_info bi; + if (play_on) { +- if (ioctl(s->play.fd, SNDCTL_DSP_GETOSPACE, &bi)) { +- state = CUBEB_STATE_ERROR; +- goto breakdown; +- } + /* + * In duplex mode, playback direction drives recording direction to + * prevent building up latencies. + */ ++ ++ if (oss_wait_playfd_for_space(s) != 0) { ++ state = CUBEB_STATE_ERROR; ++ goto breakdown; ++ } ++ ++ audio_buf_info bi; ++ if (ioctl(s->play.fd, SNDCTL_DSP_GETOSPACE, &bi)) { ++ state = CUBEB_STATE_ERROR; ++ goto breakdown; ++ } + nfr = bi.fragsize * bi.fragments / s->play.frame_size; + if (nfr > s->bufframes) { + nfr = s->bufframes; + } ++ } else { ++ nfr = s->nfr; + } + + if (record_on) { +- if (nfr == 0) { +- nfr = s->nfr; +- } + if (oss_get_rec_frames(s, nfr) == CUBEB_ERROR) { + state = CUBEB_STATE_ERROR; + goto breakdown; +diff --git media/libcubeb/src/cubeb_wasapi.cpp media/libcubeb/src/cubeb_wasapi.cpp +index 30a6d06c7e20..b7b337ce7829 100644 +--- media/libcubeb/src/cubeb_wasapi.cpp ++++ media/libcubeb/src/cubeb_wasapi.cpp +@@ -778,12 +778,6 @@ hns_to_frames(cubeb_stream * stm, REFERENCE_TIME hns) + return hns_to_frames(get_rate(stm), hns); + } + +-REFERENCE_TIME +-frames_to_hns(cubeb_stream * stm, uint32_t frames) +-{ +- return std::ceil(frames * 10000000.0 / get_rate(stm)); +-} +- + REFERENCE_TIME + frames_to_hns(uint32_t rate, uint32_t frames) + { +@@ -1834,7 +1828,8 @@ initialize_iaudioclient2(com_ptr & audio_client) + return CUBEB_OK; + } + +-static bool ++// Not static to suppress a warning. ++/* static */ bool + initialize_iaudioclient3(com_ptr & audio_client, + cubeb_stream * stm, + const com_heap_ptr & mix_format, +@@ -2185,7 +2180,7 @@ int setup_wasapi_stream_one_side(cubeb_stream * stm, + + void wasapi_find_matching_output_device(cubeb_stream * stm) { + HRESULT hr; +- cubeb_device_info * input_device; ++ cubeb_device_info * input_device = nullptr; + cubeb_device_collection collection; + + // Only try to match to an output device if the input device is a bluetooth +@@ -2207,6 +2202,9 @@ void wasapi_find_matching_output_device(cubeb_stream * stm) { + } + + int rv = wasapi_enumerate_devices(stm->context, (cubeb_device_type)(CUBEB_DEVICE_TYPE_INPUT|CUBEB_DEVICE_TYPE_OUTPUT), &collection); ++ if (rv != CUBEB_OK) { ++ return; ++ } + + // Find the input device, and then find the output device with the same group + // id and the same rate. +@@ -2220,11 +2218,13 @@ void wasapi_find_matching_output_device(cubeb_stream * stm) { + + for (uint32_t i = 0; i < collection.count; i++) { + cubeb_device_info dev = collection.device[i]; +- if (dev.type == CUBEB_DEVICE_TYPE_OUTPUT && +- dev.group_id && !strcmp(dev.group_id, input_device->group_id) && ++ if (dev.type == CUBEB_DEVICE_TYPE_OUTPUT && dev.group_id && input_device && ++ !strcmp(dev.group_id, input_device->group_id) && + dev.default_rate == input_device->default_rate) { +- LOG("Found matching device for %s: %s", input_device->friendly_name, dev.friendly_name); +- stm->output_device_id = utf8_to_wstr(reinterpret_cast(dev.devid)); ++ LOG("Found matching device for %s: %s", input_device->friendly_name, ++ dev.friendly_name); ++ stm->output_device_id = ++ utf8_to_wstr(reinterpret_cast(dev.devid)); + } + } +