From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 1 00:43:33 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 6A6C5106566C; Wed, 1 Dec 2010 00:43:31 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Tue, 30 Nov 2010 19:43:19 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_roZ9Mxy1AjWWpkQ" Message-Id: <201011301943.23256.jkim@FreeBSD.org> Cc: AN Subject: Re: Vbox upgrade failure 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: Wed, 01 Dec 2010 00:43:33 -0000 --Boundary-00=_roZ9Mxy1AjWWpkQ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday 30 November 2010 06:53 pm, AN wrote: > Upgrading on 8-stable amd64 fails with the following: --- >8 --- SNIP!!! --- >8 --- Please try the attached patch. Jung-uk Kim --Boundary-00=_roZ9Mxy1AjWWpkQ Content-Type: text/plain; charset="iso-8859-1"; name="virtualbox-ose.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="virtualbox-ose.diff" Index: emulators/virtualbox-ose/Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/virtualbox-ose/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- emulators/virtualbox-ose/Makefile 29 Nov 2010 22:23:17 -0000 1.31 +++ emulators/virtualbox-ose/Makefile 1 Dec 2010 00:40:25 -0000 @@ -174,7 +174,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif -.if ${OSVERSION} > 900020 +.if ${OSVERSION} > 801500 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-src-VBox-Devices-PC-vbox.dsl .endif --Boundary-00=_roZ9Mxy1AjWWpkQ--