mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Unbreak by disabling broken VMM testcase. It seems to be an incompatibility with recently updated yasm.
Submitted by: pointyhat (via pav) Feature safe: yes
This commit is contained in:
parent
31bc87dae9
commit
42f86b65d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293027
2 changed files with 12 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= virtualbox-ose
|
PORTNAME= virtualbox-ose
|
||||||
DISTVERSION= 4.0.16
|
DISTVERSION= 4.0.16
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://tmp.chruetertee.ch/ \
|
MASTER_SITES= http://tmp.chruetertee.ch/ \
|
||||||
http://freebsd.unixfreunde.de/sources/ \
|
http://freebsd.unixfreunde.de/sources/ \
|
||||||
|
@ -176,10 +177,6 @@ PLIST_SUB+= I386="@comment "
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
|
||||||
BROKEN= does not compile
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${OSVERSION} > 900012
|
.if ${OSVERSION} > 900012
|
||||||
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h
|
EXTRA_PATCHES+= ${FILESDIR}/extrapatch-include-iprt-string.h
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
#
|
Loading…
Add table
Reference in a new issue