From bdb61663a4c8a3078c024ce91ca1d6ec6f591b33 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 30 Mar 2012 12:37:46 +0000 Subject: - Mark BROKEN on < 8.2 because vm_page_find_least() was not available before Reported by: pointyhat (via pav) Feature safe: yes --- emulators/virtualbox-ose-kmod/Makefile | 4 ++-- emulators/virtualbox-ose/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') 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 -.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 -.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 -- cgit v1.2.3