From owner-svn-ports-all@freebsd.org Sat Nov 17 15:29:53 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 5062E11363DA; Sat, 17 Nov 2018 15:29:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C750E6ED04; Sat, 17 Nov 2018 15:29:52 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3437921F48; Sat, 17 Nov 2018 10:29:52 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute4.internal (MEProxy); Sat, 17 Nov 2018 10:29:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=LDDDTXy86+uJ+G8Ybcr+srSCgZkJwKILzbhDXen8J 1g=; b=Ub+PFewGXgO/eDfOt/1Cy6NYrxa0KuawDz5FgMx/pOkUhuAF6K2Kkm7ML B/SSRlgoJArd2/JoYlfW4snO0bUGc1yDAVBKgvPlWnLi8G+LQeGRrrwSXXt2ZWB0 1WDRoLEsCzWUb0igqg+08mM/3PV3JSmIp/TMXc31KQgqIYxy9HorFw5dIfCgxsNP Gdo1O3zUJl+eR42Km8Cr4TNXz65/qcWU/YnKgLZvybwXAHrGFlLsTlmW/mw7Shdq 9CSXL17jrVY25AEXVr4aCYqUMTYJrd1QjuxeQQr5c8hllSemVnWWYHhgn45gl+EX 8aC6jTk94SyO12qIKXQn9IknBoL+A== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B0E4F9E560; Sat, 17 Nov 2018 10:29:51 -0500 (EST) Message-Id: <1542468591.1746971.1580247288.5210F006@webmail.messagingengine.com> From: Tobias Kortkamp To: Niclas Zeising , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-2d882eb6 Date: Sat, 17 Nov 2018 16:29:51 +0100 Subject: Re: svn commit: r484941 - head/graphics/drm-devel-kmod References: <201811142012.wAEKCcn4021442@repo.freebsd.org> <1542237219.290523.1577323056.21E82AF1@webmail.messagingengine.com> <12e38147-8d10-63a2-8fa1-870c0490729d@freebsd.org> In-Reply-To: <12e38147-8d10-63a2-8fa1-870c0490729d@freebsd.org> X-Rspamd-Queue-Id: C750E6ED04 X-Spamd-Result: default: False [-0.12 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.12)[-0.124,0]; ASN(0.00)[asn:11403, ipnet:66.111.0.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 17 Nov 2018 15:29:53 -0000 On Sat, Nov 17, 2018, at 09:41, Niclas Zeising wrote: > On 11/15/18 12:13 AM, Tobias Kortkamp wrote: > > On Wed, Nov 14, 2018, at 21:12, Niclas Zeising wrote: > >> Author: zeising > >> Date: Wed Nov 14 20:12:38 2018 > >> New Revision: 484941 > >> URL: https://svnweb.freebsd.org/changeset/ports/484941 > >> > >> Log: > >> graphics/drm-devel-kmod: Fix runtime > >> > >> Fix runtime after stolen memory handling was comitted. Use FreeBSD 1200086 > >> as delimiter, since FreeBSD versions wasn't bumped for the stolen memory > >> commit. > > > > Was there supposed to be a OSVERSION bump in the commit? Does it > > still work reliably with >= 1200067 or only with >= 1200086 ? > > > > Hi! > I think Johannes wanted a version bump when the stolen memory handling > went in to FreeBSD base. The version number is used internally in the > source, that's why there's no bump in the ports makefile. > drm-devel-kmod might work on versions lower than 1200086, it mostly > depends on how bios handles stolen memory, and on your GPU. I've had > trouble with it, before this change, but I know others where it worked. Ok. Thank you for clarifying!