Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2011 16:53:14 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157253: [patch] clarify VIMAGE option in emulators/virtualbox-ose-kmod
Message-ID:  <201105221653.p4MGrEg3084181@red.freebsd.org>
Resent-Message-ID: <201105221700.p4MH0Ih4021155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157253
>Category:       ports
>Synopsis:       [patch] clarify VIMAGE option in emulators/virtualbox-ose-kmod
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 22 17:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 21 15:01:13 MDT 2011     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
The VIMAGE option in emulators/virtualbox-ose-kmod is not explained.  V is clear enough, but IMAGE might be taken as disk image.  This patch changes the option to show that it involves virtual networking.
>How-To-Repeat:

>Fix:
Apply patch.

Patch attached with submission follows:

--- emulators/virtualbox-ose-kmod/Makefile.orig	2011-05-22 10:43:28.000000000 -0600
+++ emulators/virtualbox-ose-kmod/Makefile	2011-05-22 10:44:23.000000000 -0600
@@ -40,7 +40,7 @@
 CONFLICTS_INSTALL=	virtualbox-ose-kmod-devel-[3,4]* virtualbox-ose-kmod-legacy-[3,4]*
 
 OPTIONS=	DEBUG "Build with debugging symbols" off \
-		VIMAGE "Build with VIMAGE support" off
+		VIMAGE "VIMAGE virtual networking support" off
 
 .include <bsd.port.options.mk>
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105221653.p4MGrEg3084181>