From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 26 23:14:40 2011 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 1A093106564A; Mon, 26 Dec 2011 23:14:40 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7880D8FC0C; Mon, 26 Dec 2011 23:14:39 +0000 (UTC) Received: by wibhr1 with SMTP id hr1so9413961wib.13 for ; Mon, 26 Dec 2011 15:14:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=mCIiXbRKP8wST0ytaeFboACZm84lWppubHuP1KbW35E=; b=H7Bb/+ih8ATMhLoSjMArCj0kElK/2lJdrFWOt4yg8zmjlr3cTGAlQ9vF/znMEXhbTM jV4P00RrAf8uVE3RJYUh8JMkUMvBJ+eV5CuEG0Vi+JDa6K460fmxv8uYIpoMxSPO3Keb 7eQR83XPrws4rdMjBJtDWIhrxYzcE1sDsEtBs= MIME-Version: 1.0 Received: by 10.180.20.18 with SMTP id j18mr56539274wie.20.1324941278422; Mon, 26 Dec 2011 15:14:38 -0800 (PST) Received: by 10.216.65.145 with HTTP; Mon, 26 Dec 2011 15:14:38 -0800 (PST) In-Reply-To: References: Date: Mon, 26 Dec 2011 17:14:38 -0600 Message-ID: From: Brandon Gooch To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox blueports repository moved to redports.org 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: Mon, 26 Dec 2011 23:14:40 -0000 On Mon, Dec 26, 2011 at 4:40 PM, Kevin Oberman wrote: > On Mon, Dec 26, 2011 at 1:30 PM, Brandon Gooch > wrote: >> On Tue, Dec 20, 2011 at 6:42 AM, Bernhard Froehlich = wrote: >>> Hi VirtualBox Testers! >>> >>> I think it's the right time now to announce that the virtualbox bluepor= ts >>> repository that a few of you were using moved to a new location. >>> >>> That is because in the last few months I was heavily working on a new >>> FreeBSD port building cluster called redports.org which is also the >>> new environment where I usually build test all virtualbox versions and >>> the new home of VirtualBox for FreeBSD. redports.org is the successor >>> of the blueports repository but the history was migrated so nothing is >>> lost. >>> >>> Since last week I am back to my usual virtualbox work and have already >>> pushed a few very interesting patches from Andriy Gapon and Ed Schouten >>> upstream. All ports are at their latest available versions now so we >>> are _not_ lagging behind in the development repository. I just do not >>> want to push those versions in the tree before 9.0-RELEASE is out the >>> door. So I am currently waiting for 9.0 to be released and then I will >>> update our virtualbox-ose ports to 4.1.8 and virtualbox-ose-legacy to >>> 4.0.14. >>> >>> If you want to test the latest versions have a look at the new reposito= ry: >>> >>> - virtualbox-ose 4.1.8 (0 days old) >>> - virtualbox-ose-devel 4.1.51r39575 (10 days old) >>> - virtualbox-ose-legacy 4.0.14 (2 months old) >>> - phpvirtualbox 4.1-5 (1 month old) >>> >>> Keep in mind that you need to update devel/kBuild first to compile the >>> newer virtualbox versions. Latest kBuild is also included in the >>> repository. >>> >>> For support the IRC channel and mailinglist are still the same :o) >>> >>> >>> Support: >>> =3D=3D=3D=3D=3D=3D=3D=3D >>> >>> IRC: #fbsd-mentors on irc.unixfreunde.de >>> irc://irc.unixfreunde.de/fbsd-mentors >>> >>> Mailinglist: >>> freebsd-emulation (at) FreeBSD.org >>> >>> EMail: >>> vbox (at) FreeBSD.org >>> >>> >>> Development Repository: >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>> >>> Browseable: >>> http://redports.org/browser/virtualbox >>> >>> SVN Checkout: >>> svn co http://svn.redports.org/virtualbox/ >>> >>> tar Archive of repository: >>> http://redports.org/~virtualbox/svn.tar.bz2 >>> >>> RSS Feed: >>> http://redports.org/log/virtualbox?format=3Drss&limit=3D25 >>> >>> >>> -- >>> Bernhard Froehlich >>> http://www.bluelife.at/ >> >> First off, thank you for the tremendous quality and quantity of work >> you (all) are doing with VirtualBox, and the new redports.org >> infrastructure. =A0The work is truly exemplary and is an awesome example >> of the type of dedication required for a healthy, successful open >> source community effort. >> >> Secondly, I did run into one issue with VirtualBox 4.1.8 and VIMAGE, >> which required the attached patch to function properly. =A0I'm not sure >> of the implications of this apparent reversion in the vboxNetAdpInit() >> function, but it seems to work for me. >> >> The patch in this form or any other is of course free to use in what >> ever way one would please :) >> >> Thanks! > > The patch seems to have been eaten by the mail systems. Can you either > put it in-line in a message or make sure that the attachment is > text/plain? Probably text/*, but application and most (all?) other > MIME types won't make it. > -- > R. Kevin Oberman, Network Engineer > E-mail: kob6558@gmail.com No problem: --- src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c.orig 2011-12-19 07:01:06.000000000 -0600 +++ src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c 2011-12-26 14:54:27.000000000 -0600 @@ -1189,6 +1189,7 @@ int vboxNetAdpInit(void) { unsigned i; + PVBOXNETADP pVboxnet0; /* * Init common members and call OS-specific init. */ @@ -1201,7 +1202,8 @@ vboxNetAdpOsInit(&g_aAdapters[i]); } - return VINF_SUCCESS; + /* Create vboxnet0 */ + return vboxNetAdpCreate(&pVboxnet0, NULL); } /**