From owner-freebsd-ports@FreeBSD.ORG Sat Jan 5 14:02:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0BA1F315 for ; Sat, 5 Jan 2013 14:02:14 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id C3656EAD for ; Sat, 5 Jan 2013 14:02:13 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 940CE28437 for ; Sat, 5 Jan 2013 15:02:06 +0100 (CET) Received: from [192.168.1.2] (unknown [89.177.49.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 8EB2328434 for ; Sat, 5 Jan 2013 15:02:03 +0100 (CET) Message-ID: <50E8325A.8000007@quip.cz> Date: Sat, 05 Jan 2013 15:02:02 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 CC: freebsd-ports@freebsd.org Subject: Re: Stop in /usr/ports/emulators/virtualbox-ose-kmod References: <50E82BA4.7040107@eskk.nu> <201301051447.05231.Mark.Martinec+freebsd@ijs.si> In-Reply-To: <201301051447.05231.Mark.Martinec+freebsd@ijs.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 14:02:14 -0000 Mark Martinec wrote: > On Saturday January 5 2013 14:33:24 Leslie Jensen wrote: >> My system is 9.1-RELEASE. All ports updated. >> >> How do I get the new version of kBuild? > [...] > > /usr/ports/UPDATING > > 20130103: > AFFECTS: users of emulators/virtualbox-ose > AUTHOR: decke@FreeBSD.org > > VirtualBox has been updated and does now depend on devel/kBuild instead > of devel/kBuild-devel. Both are in conflict with each other so this has > to be resolved manually. kBuild is only a build dependency so it is safe > to remove installed kBuild before updating. > > # pkg_delete -f kBuild-\* Or maybe you can try upgrade: # portmaster -o devel/kBuild devel/kBuild-devel Miroslav Lachman