aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2012-03-09 21:57:44 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2012-03-09 21:57:44 +0000
commit42f86b65d6ecdd0e0e89a7e5dfbc470d45f74960 (patch)
tree71544468e87c88f2cf72c2b5ff76a3e7b60a0d22 /emulators/virtualbox-ose-legacy
parent31bc87dae9423940701aa8ae5eabbd2ed3821b1e (diff)
downloadports-42f86b65d6ecdd0e0e89a7e5dfbc470d45f74960.tar.gz
ports-42f86b65d6ecdd0e0e89a7e5dfbc470d45f74960.zip
- Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm.
Submitted by: pointyhat (via pav) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293027
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile5
-rw-r--r--emulators/virtualbox-ose-legacy/files/patch-src-VBox-VMM-Makefile.kmk11
2 files changed, 12 insertions, 4 deletions
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 <bsd.port.pre.mk>
-.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
+
+
+ #