Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 521B584D6F for ; Sat, 22 Jul 2023 09:00:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KFDqGIBCMfN1 for ; Sat, 22 Jul 2023 09:00:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A493E84CFE for ; Sat, 22 Jul 2023 09:00:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BE0BFBDB; Sat, 22 Jul 2023 09:00:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690016400225050" MIME-Version: 1.0 Date: Sat, 22 Jul 2023 09:00:00 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox102 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230722090000.9BE0BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690016400225050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 22 09:00:00 UTC 2023 Modified Files: pkgsrc/www/firefox102: options.mk Log Message: firefox102: Enable alsa backend by default on Linux To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox102/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690016400225050 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox102/options.mk diff -u pkgsrc/www/firefox102/options.mk:1.3 pkgsrc/www/firefox102/options.mk:1.4 --- pkgsrc/www/firefox102/options.mk:1.3 Sun Aug 7 18:08:08 2022 +++ pkgsrc/www/firefox102/options.mk Sat Jul 22 09:00:00 2023 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2022/08/07 18:08:08 nia Exp $ +# $NetBSD: options.mk,v 1.4 2023/07/22 09:00:00 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox @@ -10,7 +10,7 @@ PKG_SUPPORTED_OPTIONS+= alsa pulseaudio PKG_SUGGESTED_OPTIONS+= dbus .if ${OPSYS} == "Linux" -PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc webrtc +PKG_SUGGESTED_OPTIONS+= alsa pulseaudio mozilla-jemalloc webrtc .endif .if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" --_----------=_1690016400225050--