VB 4.0.8 is working very well

Warren Block wblock at wonkity.com
Fri May 27 14:28:14 UTC 2011


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>


More information about the freebsd-emulation mailing list