Bug 223198 - [PATCH] sysutils/vagrant: Import upstream patch to support Virtualbox 5.2
Summary: [PATCH] sysutils/vagrant: Import upstream patch to support Virtualbox 5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Guido Falsi
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-10-23 21:14 UTC by Guido Falsi
Modified: 2017-10-24 07:05 UTC (History)
1 user (show)

See Also:
joe: maintainer-feedback+


Attachments
VBox 5.2 support patch (3.79 KB, patch)
2017-10-23 21:14 UTC, Guido Falsi
joe: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2017-10-23 21:14:31 UTC
Created attachment 187405 [details]
VBox 5.2 support patch

vagrant refuses to work with the recently committed VirtualBox 5.2.0.

I imported an upstream commit adding support for it:

https://github.com/hashicorp/vagrant/commit/83310f8a56cfea8a543d17f9af4b18caa13ed98a

Attached patch adds this commit as a patch in files and bumps PORTREVISION.

I tested it in poudriere on 12, 11.1 and 10.4 and using it with a Vagrantfile on my machine.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-10-24 07:05:11 UTC
A commit references this bug:

Author: madpilot
Date: Tue Oct 24 07:04:48 UTC 2017
New revision: 452757
URL: https://svnweb.freebsd.org/changeset/ports/452757

Log:
  Import upstream patch for vagrant to add support for virtualbox 5.2

  PR:		223198
  Submitted by:	me
  Approved by:	joe@thrallingpenguin.com (maintainer)
  Obtained from:	https://github.com/hashicorp/vagrant/commit/83310f8a56cfea8a543d17f9af4b18caa13ed98a

Changes:
  head/sysutils/vagrant/Makefile
  head/sysutils/vagrant/files/patch-virtualbox5.2
  head/sysutils/vagrant/pkg-plist
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2017-10-24 07:05:43 UTC
Committed. Thanks!