Skip to content

Commit

Permalink
feat(virtualbox): Bring back the virtualbox modules. It is well now t…
Browse files Browse the repository at this point in the history
…hat Virtualbox cannot coexist with bhyve, users can't use both at the same time.

Ticket: #23926
This reverts commit a83e3df.
  • Loading branch information
araujobsd committed May 17, 2017
1 parent ec0b3d6 commit f3ba88f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/profiles/fn_head/ports-system.pyd
Expand Up @@ -82,6 +82,10 @@ ports += "net-mgmt/sipcalc"

if LABEL != "TrueNAS":
ports += "net/vblade"
ports += {
"name": "emulators/virtualbox-ose-kmod",
"options": ["OPTIONS_FILE_SET+=VIMAGE"]
}

ports += "security/libgpg-error"
ports += "security/libgcrypt"
Expand Down
4 changes: 4 additions & 0 deletions build/profiles/freenas/ports-system.pyd
Expand Up @@ -74,6 +74,10 @@ ports += "net-mgmt/sipcalc"

if LABEL != "TrueNAS":
ports += "net/vblade"
ports += {
"name": "emulators/virtualbox-ose-kmod",
"options": ["OPTIONS_FILE_SET+=VIMAGE"]
}

ports += "security/cyrus-sasl2-gssapi"
ports += {
Expand Down

0 comments on commit f3ba88f

Please sign in to comment.