Vbox upgrade failure
Jung-uk Kim
jkim at FreeBSD.org
Wed Dec 1 00:43:33 UTC 2010
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
-------------- next part --------------
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
More information about the freebsd-emulation
mailing list