From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 00:17:55 2014 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 257D0E36; Mon, 10 Feb 2014 00:17:55 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D77E016B3; Mon, 10 Feb 2014 00:17:54 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6A0E2BDC2E; Mon, 10 Feb 2014 01:17:53 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 89ABFBDC24; Mon, 10 Feb 2014 01:17:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 5535CCE588BD; Mon, 10 Feb 2014 01:17:50 +0100 (CET) Date: Mon, 10 Feb 2014 01:17:48 +0100 From: Mathieu Arnold To: Greg Lewis , Mathieu Arnold Subject: Re: svn commit: r343555 - in head/java/openjdk7: . files Message-ID: <282D8BD5353BBA229BFD2254@atuin.in.mat.cc> In-Reply-To: <20140210001259.GA43680@misty.eyesbeyond.com> References: <201402092312.s19NCBhF083399@svn.freebsd.org> <6237F9390BDFAFAEA3583E19@atuin.in.mat.cc> <20140210001259.GA43680@misty.eyesbeyond.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: svn-ports-head@FreeBSD.org, Greg Lewis , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 00:17:55 -0000 +--On 9 f=C3=A9vrier 2014 16:12:59 -0800 Greg Lewis wrote: | On Mon, Feb 10, 2014 at 12:45:09AM +0100, Mathieu Arnold wrote: |> +--On 9 f??vrier 2014 23:12:11 +0000 Greg Lewis |> wrote: |> | +.if - < 902506 || (- > 1000000 && - < |> | 1000702) +FORBIDDEN=3D causes kernel panics |> | +.endif |>=20 |> Hum, that's way incomplete, it's excluding 8.3, 8.4 and 9.1 versions = that |> have also been fixed. |=20 | That's because OSVERSION wasn't bumped when the fixes were MFC'ed, so the | port can't tell if it's likely to cause panics or not. |=20 | E.g. I'm running 8.4-RELEASE-p7, which has the fix MFC'ed, but the | OSVERSION is still 804000, exactly the same as 8.4-RELEASE. |=20 | See |=20 | http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd | -versions.html |=20 | Note the lack of version bumps for 8.3, 8.4 and 9.1. Yes, yes, not your fault, though we're going to have to figure out a way to make that work on those three versions too... --=20 Mathieu Arnold