Bug 233630 - emulators/virtualbox-ose-additions-nox11: Remove X11 dependencies
Summary: emulators/virtualbox-ose-additions-nox11: Remove X11 dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jung-uk Kim
URL: https://reviews.freebsd.org/D18304
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-11-29 10:53 UTC by Guido Falsi
Modified: 2018-11-29 21:35 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (vbox)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!