svn commit: r452816 - head/emulators/virtualbox-ose-kmod
Jung-uk Kim
jkim at FreeBSD.org
Tue Oct 24 20:06:59 UTC 2017
Author: jkim
Date: Tue Oct 24 20:06:57 2017
New Revision: 452816
URL: https://svnweb.freebsd.org/changeset/ports/452816
Log:
Turn on VIMAGE option by default.
VIMAGE is enabled in GENERIC kernels on head now.
Modified:
head/emulators/virtualbox-ose-kmod/Makefile
Modified: head/emulators/virtualbox-ose-kmod/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod/Makefile Tue Oct 24 19:56:22 2017 (r452815)
+++ head/emulators/virtualbox-ose-kmod/Makefile Tue Oct 24 20:06:57 2017 (r452816)
@@ -3,6 +3,7 @@
PORTNAME= virtualbox-ose
PORTVERSION= 5.2.0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
PKGNAMESUFFIX= -kmod
@@ -41,6 +42,7 @@ CONFLICTS_INSTALL= virtualbox-ose-kmod-devel-* \
virtualbox-ose-kmod-legacy-*
OPTIONS_DEFINE= DEBUG VIMAGE
+OPTIONS_DEFAULT=VIMAGE
OPTIONS_SUB= yes
DEBUG_DESC= Debug symbols, additional logs and assertions
VIMAGE_DESC= VIMAGE virtual networking support
More information about the svn-ports-head
mailing list