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/
Created attachment 169432 [details] Proposed fix Forgot the actual patch file.
I'll take it.
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
Committed, thanks!