[Bug 231607] graphics/libdrm: update to 2.4.94
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231607 --- Comment #5 from Jan Beich <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"