From owner-freebsd-emulation@freebsd.org Thu Dec 29 14:09:40 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13BC7C95498 for ; Thu, 29 Dec 2016 14:09:40 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EB2391546 for ; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) (envelope-from martin@lispworks.com) Received: by mailman.ysv.freebsd.org (Postfix) id E675AC95496; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E608DC95495 for ; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCB131543 for ; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) (envelope-from martin@lispworks.com) Received: by freefall.freebsd.org (Postfix) id 19E03418B; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 03C13418A for ; Thu, 29 Dec 2016 14:09:39 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [46.17.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id F381D1538 for ; Thu, 29 Dec 2016 14:09:37 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (higson.cam.lispworks.com [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.15.2/8.15.2) with ESMTP id uBTDxGbD069714; Thu, 29 Dec 2016 13:59:16 GMT (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id uBTDxFZ2028467; Thu, 29 Dec 2016 13:59:15 GMT Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id uBTDxFvK028463; Thu, 29 Dec 2016 13:59:15 GMT Date: Thu, 29 Dec 2016 13:59:15 GMT Message-Id: <201612291359.uBTDxFvK028463@higson.cam.lispworks.com> From: Martin Simmons To: Pascal Thiel CC: vbox@freebsd.org In-reply-to: (message from Pascal Thiel on Tue, 27 Dec 2016 02:03:30 +0100) Subject: Re: FreeBSD Port: emulators/virtualbox-ose-nox11 References: X-Mailman-Approved-At: Thu, 29 Dec 2016 16:58:38 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Dec 2016 14:09:40 -0000 You are probably getting packages from the quarterly snapshot rather than latest. You can switch to the latest packages by creating a file /usr/local/etc/pkg/repos/FreeBSD.conf containing these three lines: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest" } Note that this affects all packages, not just vbox. See https://forums.freebsd.org/threads/52843/ for a discussion. __Martin >>>>> On Tue, 27 Dec 2016 02:03:30 +0100, Pascal Thiel said: > > Hi, > > I just did a clean installation of FreeBSD 11 and wanted to install > *virtualbox-ose-nox11* on it in order to run *phpvirtualbox*. However pkg > only found *virtualbox-ose-nox11* under its old name *virtualbox-ose-lite* > (which was built without the webservice enabled). > > Is there something you can do about that? > > Thanks in advance and have a nice day :) > > > best regards > > Pascal > > PS: I found above mentioned ports here > and here > . > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" >