From owner-svn-ports-head@FreeBSD.ORG Mon Feb 10 13:35:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3F912C4; Mon, 10 Feb 2014 13:35:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDD041D77; Mon, 10 Feb 2014 13:35:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1ADZCjx029659; Mon, 10 Feb 2014 13:35:12 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1ADZCUQ029658; Mon, 10 Feb 2014 13:35:12 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201402101335.s1ADZCUQ029658@svn.freebsd.org> From: Greg Lewis Date: Mon, 10 Feb 2014 13:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343632 - head/java/openjdk7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 13:35:13 -0000 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 -.if ${OSVERSION} < 902506 || (${OSVERSION} > 1000000 && ${OSVERSION} < 1000702) -FORBIDDEN= causes kernel panics -.endif - .if empty(PORT_OPTIONS:MDEBUG) MAKE_ENV+= ALT_OBJCOPY="/nonexistent" .endif