From 42f86b65d6ecdd0e0e89a7e5dfbc470d45f74960 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 9 Mar 2012 21:57:44 +0000 Subject: - Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm. Submitted by: pointyhat (via pav) Feature safe: yes --- emulators/virtualbox-ose-legacy/Makefile | 5 +---- .../files/patch-src-VBox-VMM-Makefile.kmk | 11 +++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index 0ade1690bbcf..60e547e1b7e1 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -176,10 +177,6 @@ PLIST_SUB+= I386="@comment " .include -.if ${ARCH} == "amd64" -BROKEN= does not compile -.endif - .if ${OSVERSION} > 900012 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h .endif diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk new file mode 100644 index 000000000000..cfe6e5fc1434 --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk @@ -0,0 +1,11 @@ +--- src/VBox/VMM/Makefile.kmk.orig 2011-12-21 13:47:59.000000000 +0100 ++++ src/VBox/VMM/Makefile.kmk 2012-03-09 20:36:09.390067614 +0100 +@@ -19,7 +19,7 @@ + include $(KBUILD_PATH)/subheader.kmk + + # Include sub-makefiles. +-include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk ++#include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk + + + # -- cgit v1.2.3