Date: Tue, 20 Nov 2018 18:54:51 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485458 - in head: mail/thunderbird mail/thunderbird/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files www/seamonkey www/seamonkey/files Message-ID: <201811201854.wAKIspgB059402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Nov 20 18:54:51 2018 New Revision: 485458 URL: https://svnweb.freebsd.org/changeset/ports/485458 Log: gecko: drop OSS audio backend - Poor latency - No multichannel support - No input device support - No device selection - No upstream maintainer Deleted: head/mail/thunderbird/files/patch-bug1021761 head/www/firefox-esr/files/patch-bug1021761 head/www/firefox/files/patch-bug1021761 head/www/seamonkey/files/patch-bug1021761 Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/pkg-message (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/pkg-message (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Tue Nov 20 18:45:58 2018 (r485457) +++ head/mail/thunderbird/Makefile Tue Nov 20 18:54:51 2018 (r485458) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.3.1 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Tue Nov 20 18:45:58 2018 (r485457) +++ head/www/firefox-esr/Makefile Tue Nov 20 18:54:51 2018 (r485458) @@ -3,7 +3,7 @@ PORTNAME= firefox DISTVERSION= 60.3.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox-esr/pkg-message ============================================================================== --- head/www/firefox-esr/pkg-message Tue Nov 20 18:45:58 2018 (r485457) +++ head/www/firefox-esr/pkg-message Tue Nov 20 18:54:51 2018 (r485458) @@ -1,7 +1,7 @@ ====================================================================== Some features available on other platforms are not implemented: -- Native audio (OSS backend is incomplete, doesn't support WebRTC) +- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio) - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) @@ -22,7 +22,7 @@ $ sysctl net.local.stream.recvspace=16384 To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, pulse-rust, oss, sndio. Currently used backend can be inspected +pulse, pulse-rust, sndio. Currently used backend can be inspected on about:support page. ====================================================================== Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Tue Nov 20 18:45:58 2018 (r485457) +++ head/www/firefox/Makefile Tue Nov 20 18:54:51 2018 (r485458) @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 63.0.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/firefox/pkg-message ============================================================================== --- head/www/firefox/pkg-message Tue Nov 20 18:45:58 2018 (r485457) +++ head/www/firefox/pkg-message Tue Nov 20 18:54:51 2018 (r485458) @@ -1,7 +1,7 @@ ====================================================================== Some features available on other platforms are not implemented: -- Native audio (OSS backend is incomplete, doesn't support WebRTC) +- Native audio (requires OSS backend, feature parity with ALSA or PulseAudio) - Encrypted Media Extensions (requires Widevine CDM binary) - Process sandboxing (requires Capsicum backend) - Reduced memory usage (requires mozjemalloc) @@ -23,7 +23,7 @@ $ sysctl net.local.stream.recvspace=16384 To select non-default audio backend open about:config page and create media.cubeb.backend preference. Supported values are: alsa, jack, -pulse, pulse-rust, oss, sndio. Currently used backend can be inspected +pulse, pulse-rust, sndio. Currently used backend can be inspected on about:support page. ====================================================================== Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Tue Nov 20 18:45:58 2018 (r485457) +++ head/www/seamonkey/Makefile Tue Nov 20 18:54:51 2018 (r485458) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.49.4 -PORTREVISION= 15 +PORTREVISION= 16 MOZILLA_VER= 52 # above + 3 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811201854.wAKIspgB059402>