Idk if there is such an option, I guess there is no. This is what I have in /etc/mk.conf and none of packages installed dbus as a dependency :
PKG_OPTIONS.gtk3=-gtk3-atk-bridge -wayland -cups x11 PKG_OPTIONS.qt5=-dbus -cups PKG_OPTIONS.libcups=-dbus -dnssd -kerberos PKG_OPTIONS.wine=-cups -dbus -sane x11 On Wed, Dec 20, 2023 at 10:05 PM Todd Gruhn <tgru...@gmail.com> wrote: > > WOW -- thanks. > > Is there a nice way to tell pkgsrc "dont use dbus" (for ALL packages) > /etc/mk.conf ? > > On Wed, Dec 20, 2023 at 4:23 PM Vitaly Shevtsov <shev.vt1...@gmail.com> wrote: > > > > Just build your packages without dbus and it will do the trick. > > > > On Wed, Dec 20, 2023 at 3:17 PM Todd Gruhn <tgru...@gmail.com> wrote: > > > > > > Is there a best-way to leave dbus off? (dbus=NO) > > > Use it only when it is needed? > > > > > > On Wed, Dec 20, 2023 at 7:58 AM Vitaly Shevtsov <shev.vt1...@gmail.com> > > > wrote: > > > > > > > > It is used for IPC (interprocess communication) in desktop > > > > applications, usually in Desktop Environments. It is when one > > > > application sends a notification to another application. > > > > > > > > I never use it, since I use fvwm/xterm/firefox only. > > > > > > > > On Tue, Dec 19, 2023 at 6:22 PM Todd Gruhn <tgru...@gmail.com> wrote: > > > > > > > > > > I have any owners names tgruhn.dbus -- where does the group > > > > > dbus come from? It messed up cvsroot. > > > > > > > > > > Can I just shut dbus off? > > > > > > > > > > How often is dbus uses? Do I NEED IT???