Received: by mail.netbsd.org (Postfix, from userid 605) id D5B7584E46; Sun, 22 Dec 2019 16:07:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E48784E3F for ; Sun, 22 Dec 2019 16:07:49 +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 iFYkw0g7SIE5 for ; Sun, 22 Dec 2019 16:07:49 +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 B72BB84CEF for ; Sun, 22 Dec 2019 16:07:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAAF3FA97; Sun, 22 Dec 2019 16:07:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577030868272330" MIME-Version: 1.0 Date: Sun, 22 Dec 2019 16:07:48 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/firefox68 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191222160748.AAAF3FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577030868272330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Dec 22 16:07:48 UTC 2019 Modified Files: pkgsrc/www/firefox68: options.mk Log Message: firefox68: Uncomment SUPPORTED_OPTIONS for PLIST fix To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/firefox68/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577030868272330 Content-Disposition: inline Content-Length: 737 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox68/options.mk diff -u pkgsrc/www/firefox68/options.mk:1.3 pkgsrc/www/firefox68/options.mk:1.4 --- pkgsrc/www/firefox68/options.mk:1.3 Sun Dec 22 14:33:58 2019 +++ pkgsrc/www/firefox68/options.mk Sun Dec 22 16:07:48 2019 @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.3 2019/12/22 14:33:58 gdt Exp $ +# $NetBSD: options.mk,v 1.4 2019/12/22 16:07:48 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc PKG_SUPPORTED_OPTIONS+= alsa oss pulseaudio dbus -#PKG_SUPPORTED_OPTIONS+= wayland +PKG_SUPPORTED_OPTIONS+= wayland PLIST_VARS+= gnome jemalloc debug .if ${OPSYS} == "Linux" --_----------=_1577030868272330--