Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: allow dbus to be disabled on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57dcf118da14
branches:  trunk
changeset: 437547:57dcf118da14
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 26 10:27:40 2020 +0000

description:
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

diffstat:

 www/firefox/options.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r c742444f6ff1 -r 57dcf118da14 www/firefox/options.mk
--- a/www/firefox/options.mk    Wed Aug 26 10:20:33 2020 +0000
+++ b/www/firefox/options.mk    Wed Aug 26 10:27:40 2020 +0000
@@ -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+=       --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



Home | Main Index | Thread Index | Old Index