From owner-svn-ports-all@freebsd.org Sun Feb 18 15:39:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E580F1210C; Sun, 18 Feb 2018 15:39:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 132F37C7EF; Sun, 18 Feb 2018 15:39:12 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 032B3383F; Sun, 18 Feb 2018 15:39:11 +0000 (UTC) From: Jan Beich To: Johannes M Dieterich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462202 - in head/graphics: drm-next-kmod gpu-firmware-kmod References: <201802180441.w1I4fGc0088728@repo.freebsd.org> Date: Sun, 18 Feb 2018 16:38:52 +0100 In-Reply-To: <201802180441.w1I4fGc0088728@repo.freebsd.org> (Johannes M. Dieterich's message of "Sun, 18 Feb 2018 04:41:16 +0000 (UTC)") Message-ID: <8tbq-8fzn-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 18 Feb 2018 15:39:12 -0000 Johannes M Dieterich writes: > Author: jmd > Date: Sun Feb 18 04:41:15 2018 > New Revision: 462202 > URL: https://svnweb.freebsd.org/changeset/ports/462202 > > Log: > graphics/drm-next-kmod and graphics/gpu-firmware-kmod: after MFC'ing > the relevant parts of the linuxkpi to 11-STABLE by hps allows us to > now support the Linux-based KMS bits there. Adjust the OSVERSION check > accordingly. Awesome! Maybe advertise this on stable@ mailing list. Before this commit one could use -RELEASE or -STABLE world + -CURRENT kernel but it wasn't a well supported configuration.