Received: by mail.netbsd.org (Postfix, from userid 605) id 7DF3E84D4D; Wed, 26 Aug 2020 10:27:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0641684D2E for ; Wed, 26 Aug 2020 10:27:41 +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 k58No25743Cx for ; Wed, 26 Aug 2020 10:27:40 +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 5ACE984CDF for ; Wed, 26 Aug 2020 10:27:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 503ADFA8A; Wed, 26 Aug 2020 10:27:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159843766013330" MIME-Version: 1.0 Date: Wed, 26 Aug 2020 10:27:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200826102740.503ADFA8A@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. --_----------=_159843766013330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 26 10:27:40 UTC 2020 Modified Files: pkgsrc/www/firefox: options.mk Log Message: firefox: allow dbus to be disabled on Linux From Michael Forney on tech-pkg With the release of firefox 80, there are no longer any issues with --disable-dbus on Linux[0]. [0] https://bugzilla.mozilla.org/show_bug.cgi?id=1561207 To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/firefox/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159843766013330 Content-Disposition: inline Content-Length: 715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/options.mk diff -u pkgsrc/www/firefox/options.mk:1.57 pkgsrc/www/firefox/options.mk:1.58 --- pkgsrc/www/firefox/options.mk:1.57 Tue Aug 4 14:00:03 2020 +++ pkgsrc/www/firefox/options.mk Wed Aug 26 10:27:40 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.57 2020/08/04 14:00:03 tnn Exp $ +# $NetBSD: options.mk,v 1.58 2020/08/26 10:27:40 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox @@ -65,9 +65,6 @@ CONFIGURE_ARGS+= --disable-pulseaudio CONFIGURE_ARGS+= --enable-dbus .else CONFIGURE_ARGS+= --disable-dbus -. if ${OPSYS} == "Linux" -PKG_FAIL_REASON+= "The dbus PKG_OPTION cannot be disabled on Linux." -. endif .endif #PLIST_VARS+= branding nobranding --_----------=_159843766013330--