From owner-freebsd-emulation@FreeBSD.ORG Thu May 28 08:16:41 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCF71065672 for ; Thu, 28 May 2009 08:16:41 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 489758FC0A for ; Thu, 28 May 2009 08:16:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 12372 invoked by uid 399); 28 May 2009 08:16:36 -0000 Received: from localhost (HELO ?192.168.0.101?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 28 May 2009 08:16:36 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A1E4863.20209@FreeBSD.org> Date: Thu, 28 May 2009 01:16:35 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Daniel O'Connor References: <20090527134343.GB1104@bsdcrew.de> <200905281231.25830.doconnor@gsoft.com.au> <20090528.124746.193716404.chat95@mac.com> <200905281631.31202.doconnor@gsoft.com.au> In-Reply-To: <200905281631.31202.doconnor@gsoft.com.au> X-Enigmail-Version: 0.95.7 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-current@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 4 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 08:16:42 -0000 Daniel O'Connor wrote: > I see those options in the Makefile under a .if for > WITH_GUESTADDITIONS - however I don't think that variable is set > properly. A quick glance at the Makefile indicates that the test for that knob needs to be moved down below the pre- inclusion of bsd.port.mk. Portlint will bark about various things being added too late in the file, but there are no other options (pardon the pun). :) Doug