diff options
author | decke <decke@FreeBSD.org> | 2012-03-30 20:37:46 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2012-03-30 20:37:46 +0800 |
commit | e97ef024e55fae2c67fa92868155aa7c48a19d7b (patch) | |
tree | 02a3e1012ee0b3baf0e11481281096de41a8789b /emulators | |
parent | 59abb2259d010cba39dfe28b315102d86d0dc92e (diff) | |
download | freebsd-ports-gnome-e97ef024e55fae2c67fa92868155aa7c48a19d7b.tar.gz freebsd-ports-gnome-e97ef024e55fae2c67fa92868155aa7c48a19d7b.tar.zst freebsd-ports-gnome-e97ef024e55fae2c67fa92868155aa7c48a19d7b.zip |
- Mark BROKEN on < 8.2 because vm_page_find_least() was not available before
Reported by: pointyhat (via pav)
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose-kmod/Makefile | 4 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/virtualbox-ose-kmod/Makefile b/emulators/virtualbox-ose-kmod/Makefile index f41fe0c4add4..9935cde9bd1c 100644 --- a/emulators/virtualbox-ose-kmod/Makefile +++ b/emulators/virtualbox-ose-kmod/Makefile @@ -73,8 +73,8 @@ IGNORE= requires kernel sources .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= Does not compile on FreeBSD 7.x +.if ${OSVERSION} < 802000 +BROKEN= Does not compile on FreeBSD < 8.2 .endif .if ${OSVERSION} < 800500 && defined(WITH_VIMAGE) diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 96cf3330aa2d..93b0e56e9789 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -177,8 +177,8 @@ PLIST_SUB+= I386="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= Does not compile on FreeBSD 7.x +.if ${OSVERSION} < 802000 +BROKEN= Does not compile on FreeBSD < 8.2 .endif .if ${OSVERSION} > 900012 |