Date: Tue, 30 Nov 2010 19:43:19 -0500 From: Jung-uk Kim <jkim@FreeBSD.org> To: freebsd-emulation@FreeBSD.org Cc: AN <andy@neu.net> Subject: Re: Vbox upgrade failure Message-ID: <201011301943.23256.jkim@FreeBSD.org> In-Reply-To: <alpine.BSF.2.00.1011302344430.5309@mail.neu.net> References: <alpine.BSF.2.00.1011302344430.5309@mail.neu.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
[-- Attachment #2 --]
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011301943.23256.jkim>
