Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2009 10:24:32 -0800
From:      Doug Barton <dougb@FreeBSD.org>
To:        Bernhard Froehlich <decke@bluelife.at>
Cc:        ports@freebsd.org, freebsd-emulation@freebsd.org, gary.jennejohn@freenet.de, current@freebsd.org
Subject:   Re: Call for tester: VirtualBox 3.1.2 for FreeBSD
Message-ID:  <4B38F7E0.2040007@FreeBSD.org>
In-Reply-To: <2534a9adb4738f1205c69bbea9d89e12.squirrel@webmail.itac.at>
References:  <20091227232425.GA38213@bsdcrew.de>	<20091228152528.732bcd14@ernst.jennejohn.org> <2534a9adb4738f1205c69bbea9d89e12.squirrel@webmail.itac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------050809060208010906030106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Bernhard Froehlich wrote:
> Looks like you installed the guest additions on the host. You should not
> do that. They should only be installed on FreeBSD guests running in an
> virtualbox.

The pkg-descr and COMMENT should probably be amended to reflect this
since it was confusing to me too. :) Perhaps something like the attached?

Also, in looking at the shell script that is provided for the
additions it would be nice if it could be updated to an rc.d style
script. If anyone wants to tackle that and needs help feel free to
follow up on the -ports list, or freebsd-rc@FreeBSD.org.


Doug

-- 

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/


--------------050809060208010906030106
Content-Type: text/plain;
 name="vbox-add.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="vbox-add.diff"

diff -ur ../virtualbox-ose-additions-orig/Makefile ./Makefile
--- ../virtualbox-ose-additions-orig/Makefile	2009-12-21 03:37:26.000000000 -0800
+++ ./Makefile	2009-12-28 10:22:49.000000000 -0800
@@ -16,7 +16,7 @@
 DISTNAME=	VirtualBox-${DISTVERSION}-OSE
 
 MAINTAINER=	vbox@FreeBSD.org
-COMMENT=	VirtualBox Guest Additions for FreeBSD
+COMMENT=	VirtualBox additions for FreeBSD guests
 
 BUILD_DEPENDS=	yasm:${PORTSDIR}/devel/yasm \
 		as86:${PORTSDIR}/devel/dev86 \
diff -ur ../virtualbox-ose-additions-orig/pkg-descr ./pkg-descr
--- ../virtualbox-ose-additions-orig/pkg-descr	2009-09-21 13:14:39.000000000 -0700
+++ ./pkg-descr	2009-12-28 10:22:18.000000000 -0800
@@ -1,3 +1,5 @@
+These additions are for installation inside a FreeBSD guest.
+
 VirtualBox is a family of powerful x86 virtualization products for
 enterprise as well as home use. Not only is VirtualBox an extremely
 feature rich, high performance product for enterprise customers, it

--------------050809060208010906030106--



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