aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2012-03-10 05:57:44 +0800
committerdecke <decke@FreeBSD.org>2012-03-10 05:57:44 +0800
commit9407107668948616855c4628dcdd2ddc28de323a (patch)
tree22efa8dc4cbea3d405e34fb1e7a2b97e3bb99e86 /emulators
parent045d07c21aa12250a46a393f78d83d1313c1500f (diff)
downloadfreebsd-ports-gnome-9407107668948616855c4628dcdd2ddc28de323a.tar.gz
freebsd-ports-gnome-9407107668948616855c4628dcdd2ddc28de323a.tar.zst
freebsd-ports-gnome-9407107668948616855c4628dcdd2ddc28de323a.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
Diffstat (limited to 'emulators')
-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
+
+
+ #