Bug 233630

Summary: emulators/virtualbox-ose-additions-nox11: Remove X11 dependencies
Product: Ports & Packages Reporter: Guido Falsi <madpilot>
Component: Individual Port(s)Assignee: Jung-uk Kim <jkim>
Status: Closed FIXED    
Severity: Affects Only Me CC: jkim
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (vbox)
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D18304

Description Guido Falsi freebsd_committer freebsd_triage 2018-11-29 10:53:30 UTC
Recently virtualbox-ose-additions-nox11 packages started installing libX11 and other X11 dependencies.

This is due to it not excluding the DBUS option from it's master port. So I'm adding DBUS to OPTIONS_EXCLUDE.

Patch is in phabric:

https://reviews.freebsd.org/D18304
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2018-11-29 18:36:05 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-29 21:14:39 UTC
A commit references this bug:

Author: jkim
Date: Thu Nov 29 21:14:26 UTC 2018
New revision: 486208
URL: https://svnweb.freebsd.org/changeset/ports/486208

Log:
  Remove X11 dependencies by excluding D-Bus support.

  PR:		233630

Changes:
  head/emulators/virtualbox-ose-additions-nox11/Makefile
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2018-11-29 21:35:45 UTC
Committed, thanks!