Date: Tue, 24 Oct 2017 20:06:58 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452816 - head/emulators/virtualbox-ose-kmod Message-ID: <201710242006.v9OK6wg6035148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710242006.v9OK6wg6035148>