Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 13:35:12 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343632 - head/java/openjdk7
Message-ID:  <201402101335.s1ADZCUQ029658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Mon Feb 10 13:35:12 2014
New Revision: 343632
URL: http://svnweb.freebsd.org/changeset/ports/343632
QAT: https://qat.redports.org/buildarchive/r343632/

Log:
  . 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.

Modified:
  head/java/openjdk7/Makefile

Modified: head/java/openjdk7/Makefile
==============================================================================
--- head/java/openjdk7/Makefile	Mon Feb 10 13:33:09 2014	(r343631)
+++ head/java/openjdk7/Makefile	Mon Feb 10 13:35:12 2014	(r343632)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402101335.s1ADZCUQ029658>