From owner-freebsd-virtualization@FreeBSD.ORG Wed Nov 5 11:04:27 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF8B83A7 for ; Wed, 5 Nov 2014 11:04:27 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4802F7CD for ; Wed, 5 Nov 2014 11:04:27 +0000 (UTC) Received: from portis.head.local ([109.193.229.18]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MLelb-1XlhXP27rX-000qfT; Wed, 05 Nov 2014 12:04:24 +0100 Message-ID: <545A0437.6050901@gmx.com> Date: Wed, 05 Nov 2014 12:04:23 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Manas Bhatnagar , freebsd-virtualization@freebsd.org Subject: Re: VIMAGE and VirtualBox networking question References: <5458F7ED.4030205@gmx.com> <54590971.9080800@freebsd.org> <54595CB9.1050907@gmx.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:F3ZhXX7g16ZpgwzfFrTRDfWpZHMpCiVyyCWfUkP2ICfH7OfUEPj uW0zIyZPBbRykiqfZ5EjXiDOBMEATLvReiaGzPhQHiU+buvGk7h85WNBAXpYSqrNAx9zH8p FkAB9UtKn2R1kSACYmzF0JwYV8xD8mRsQn/l+RZ8D1GdldBgbnHPCuE1wpGFDxJfd1Z0ltj ExZNSiB11I/EA937slNnQ== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 11:04:27 -0000 On 11/05/14 00:29, Manas Bhatnagar wrote: > Install ports tree in a temporary location (another computer or something), > grab the required folder and move it to the computer that you want to > install the port on and do 'make install clean' ? probably won't work like > that, you would need to make sure the directories for dependencies are > there too :o) Tried to do this with a full ports tree and I stopped it after gcc started to build. I will try to create a port and submit to the port people. Soonish... Nikos