Date: Fri, 19 Oct 2018 12:38:55 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 231607] graphics/libdrm: update to 2.4.94 Message-ID: <bug-231607-7141-crbSLmi1Vb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231607-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-231607-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231607 --- Comment #5 from Jan Beich <jbeich@FreeBSD.org> --- Comment on attachment 198320 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D198320 update graphics/libdrm to 2.4.96 > -- if (maj !=3D DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) > +- if (!drmNodeIsDRM(maj, min) || !S_ISCHR(sbuf.st_mode)) > + if (DRM_MAJOR && maj !=3D DRM_MAJOR || !S_ISCHR(sbuf.st_mode)) Ugh, don't do rebases blindly. Move bug 217585 fix inside drmNodeIsDRM() instead of reverting upstream change[1]. [1] https://cgit.freedesktop.org/mesa/drm/commit/?id=3Df8392583418a --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231607-7141-crbSLmi1Vb>