diff options
author | glewis <glewis@FreeBSD.org> | 2014-02-10 21:35:12 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2014-02-10 21:35:12 +0800 |
commit | dcbe0bfb2ceb71a1536f912cba2b90ed00a833a8 (patch) | |
tree | 960591d0e209fd21e32fcee8d17b5238d9248e34 | |
parent | 71ac7e0c02fa11f8d541ebb1503ba00e9d9d6d4f (diff) | |
download | freebsd-ports-gnome-dcbe0bfb2ceb71a1536f912cba2b90ed00a833a8.tar.gz freebsd-ports-gnome-dcbe0bfb2ceb71a1536f912cba2b90ed00a833a8.tar.zst freebsd-ports-gnome-dcbe0bfb2ceb71a1536f912cba2b90ed00a833a8.zip |
. 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.
-rw-r--r-- | java/openjdk7/Makefile | 4 |
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 |