From owner-freebsd-emulation@FreeBSD.ORG Sat May 22 08:49:41 2010 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 751A5106566B for ; Sat, 22 May 2010 08:49:41 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id F17AF8FC1D for ; Sat, 22 May 2010 08:49:40 +0000 (UTC) Received: by fxm4 with SMTP id 4so1870106fxm.13 for ; Sat, 22 May 2010 01:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=NLqAS+bexGUZv3uaKs7dIMw0xRTiYcmouaerYYL8TQc=; b=DwA0GrZU/cKKywtMMLW9Fu0Uy56+x5iUkJ+z3mn5Wf1dYwS/w6zO5S9SCVXLK38tkN DPvDUQwUAwobI4aSB7WDKJRlQUbgW6ehQS6qmBoFlwPg0itVEqqz3uI8868oc96ofTc/ 2Oqe9t+5U8M6fIc5quVoFkxLK2K+qkk+AyoOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=QXoNj1ZUSyqTZQFCdDKeQZEahxmykBRnHfESfj0JCcb/BQI8+1y6xCOlN/fZ/KtnFY oJZH594EGtPSrnyiMxKLtbP8lQOXLi4j0WHBHOtYeNRKduEUWtag2rq1OZT2G00v+SIV 31BuVoLrjVnuCh7ZEyvSsSwXFeyYTCwOMnd50= Received: by 10.204.4.194 with SMTP id 2mr508294bks.53.1274518179768; Sat, 22 May 2010 01:49:39 -0700 (PDT) Received: from ernst.jennejohn.org (p578E34EA.dip.t-dialin.net [87.142.52.234]) by mx.google.com with ESMTPS id s17sm8484558bkd.10.2010.05.22.01.49.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 May 2010 01:49:39 -0700 (PDT) Date: Sat, 22 May 2010 10:49:37 +0200 From: Gary Jennejohn To: zaxis Message-ID: <20100522104937.1d4dc951@ernst.jennejohn.org> In-Reply-To: <28641261.post@talk.nabble.com> References: <28506270.post@talk.nabble.com> <28542585.post@talk.nabble.com> <28565709.post@talk.nabble.com> <20100516173749.31e67898@ernst.jennejohn.org> <28578262.post@talk.nabble.com> <20100517154922.30e5fac1@ernst.jennejohn.org> <28641261.post@talk.nabble.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 3.2.0 port X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 08:49:41 -0000 On Fri, 21 May 2010 22:49:21 -0700 (PDT) zaxis wrote: > There is no file in /var/db/ports/virtualbox-ose/ ? > Please don't top post. The only way I can see the error you reported (===> Options unchanged) is to cancel setting the options. So, make sure you don't accidentally move to the Cancel field. Otherwise, just create and edit /var/db/ports/virtualbox-ose/options to suit. Here's what I have in that file (permissions -rw-r--r-- root wheel): # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for virtualbox-ose-3.1.6_1 _OPTIONS_READ=virtualbox-ose-3.1.6_1 WITH_QT4=true WITHOUT_DEBUG=true WITH_GUESTADDITIONS=true WITH_DBUS=true WITH_PULSEAUDIO=true WITH_X11=true WITH_NLS=true -- Gary Jennejohn