summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2014-02-10 13:35:12 +0000
committerGreg Lewis <glewis@FreeBSD.org>2014-02-10 13:35:12 +0000
commit7f6a61c0f8ab140dd1dcd3e9a11220a4ae0b44a4 (patch)
tree960591d0e209fd21e32fcee8d17b5238d9248e34 /java
parentwww/bigblueblutton: general cleanups: (diff)
. Remove OSVERSION checks. These are too restrictive but we don't have
OSVERSION bumps to check for on the release branches (even though they have had the fix MFC'ed). People seeing kernel panics on their machines need to update and pick up those fixes.
Diffstat (limited to 'java')
-rw-r--r--java/openjdk7/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile
index e11ae4f7013a..4beb91e5554d 100644
--- a/java/openjdk7/Makefile
+++ b/java/openjdk7/Makefile
@@ -107,10 +107,6 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 902506 || (${OSVERSION} > 1000000 && ${OSVERSION} < 1000702)
-FORBIDDEN= causes kernel panics
-.endif
-
.if empty(PORT_OPTIONS:MDEBUG)
MAKE_ENV+= ALT_OBJCOPY="/nonexistent"
.endif