pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



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.

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



Home | Main Index | Thread Index | Old Index