[Bug 231607] graphics/libdrm: update to 2.4.94

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 19 12:38:58 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231607

--- Comment #5 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 198320
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198320
update graphics/libdrm to 2.4.96

> --    if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
> +-    if (!drmNodeIsDRM(maj, min) || !S_ISCHR(sbuf.st_mode))
>  +    if (DRM_MAJOR && maj != 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=f8392583418a

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list