Bug 208893 - [PATCH] emulators/virtualbox-ose: make NATNetwork functionality work
Summary: [PATCH] emulators/virtualbox-ose: make NATNetwork functionality work
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: Jung-uk Kim
URL:
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2016-04-18 13:14 UTC by Guido Falsi
Modified: 2016-04-19 16:22 UTC (History)
2 users (show)

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


Attachments
Proposed fix (1.16 KB, patch)
2016-04-18 13:19 UTC, Guido Falsi
madpilot: maintainer-approval? (vbox)
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 2016-04-18 13:14:55 UTC
Hi,

I wanted to use the NATNetwork functionality introduced in Virtualbox 4.3, but was unable to make it work.

After investigation it turns out it requires an helper program it expects to find in PREFIX/lib/virtualbox/VBoxNetNAT which is built but not installed by the port.

I made a simple patch fixing this issue.

Also the virtualbox 5 port I found at [1] needs the same fix.


[1] https://people.freebsd.org/~jkim/vbox/
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2016-04-18 13:19:17 UTC
Created attachment 169432 [details]
Proposed fix

Forgot the actual patch file.
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2016-04-18 16:32:12 UTC
I'll take it.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-04-19 16:20:50 UTC
A commit references this bug:

Author: jkim
Date: Tue Apr 19 16:20:08 UTC 2016
New revision: 413655
URL: https://svnweb.freebsd.org/changeset/ports/413655

Log:
  Install NAT helper.

  PR:		208893

Changes:
  head/emulators/virtualbox-ose/Makefile
  head/emulators/virtualbox-ose/pkg-plist
Comment 4 Jung-uk Kim freebsd_committer freebsd_triage 2016-04-19 16:22:00 UTC
Committed, thanks!