Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2011 08:12:56 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Bernhard Froehlich <decke@bluelife.at>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: VB 4.0.8 is working very well
Message-ID:  <alpine.BSF.2.00.1105270755180.98604@wonkity.com>
In-Reply-To: <befbba99f08a16873c958b5ba93614dc@bluelife.at>
References:  <20110523212945.418871CC0B@ptavv.es.net> <befbba99f08a16873c958b5ba93614dc@bluelife.at>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 27 May 2011, Bernhard Froehlich wrote:

> How about fixing the option descriptions? I would be glad if some
> native speaker could come up with better descriptions that fit into the
> maximum length. For now I just try to describe what the options do:
>
> QT4		QT4 frontend
> X11		SDL frontend (required by QT4 frontend)
> NLS		Native Language Support for the QT4 frontend
> DEBUG		Additional logging and a lot of asserts
> DBUS		DBUS+HAL, needed for Host CD/DVD access
> PULSEAUDIO	PulseAudio sound output
> VDE		Virtual Distributed Ethernet driver
> VNC		VNC server support
> WEBSERVICE	SOAP backend used by eg www/phpvirtualbox

Here's a quick try at that.  Moved around a little to put the 
QT4 user interface options together:

--- Makefile.orig	2011-05-22 07:51:59.000000000 -0600
+++ Makefile	2011-05-27 08:07:24.000000000 -0600
@@ -57,16 +57,16 @@
  VBOX_FRONTENDS=	VBoxHeadless
  VBOX_GUEST_VER=	${PORTVERSION}

-OPTIONS=	QT4 "Build with QT4 Frontend" on \
+OPTIONS=	QT4 "Include QT4 user interface" on \
+		X11 "X11 support, required by QT4 user interface" on \
+		NLS "Native Language Support for QT4 UI" on \
  		DEBUG "Build with debugging symbols" off \
-		GUESTADDITIONS "Build with Guest Additions" off \
-		DBUS "Build with D-Bus and HAL support" on \
-		PULSEAUDIO "Build with PulseAudio" off \
-		X11 "Build with X11 support" on \
-		VDE "Build with VDE support" off \
-		VNC "Build with VNC support" off \
-		WEBSERVICE "Build Webservice" off \
-		NLS "Native language support" on
+		GUESTADDITIONS "Include Guest Additions" off \
+		DBUS "D-Bus/HAL support for host CD/DVD access" on \
+		PULSEAUDIO "Include PulseAudio sound output" off \
+		VDE "Virtual Distributed Ethernet support" off \
+		VNC "VNC support" off \
+		WEBSERVICE "SOAP Webservice" off

  .include <bsd.port.options.mk>



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