Path to this page:
./
x11/libdrm,
Userspace interface to kernel DRM services
Branch: pkgsrc-2019Q2,
Version: 2.4.98nb2,
Package name: libdrm-2.4.98nb2,
Maintainer: joergThis package provides a library which offers a userspace interface
to kernel DRM (Direct Rendering Manager) services for access to
graphics hardware.
Required to build:[
pkgtools/cwrappers] [
pkgtools/x11-links]
Master sites:
SHA1: 4c8a11870a89f59c294bef0109939a7ffaa1fb26
RMD160: 1896b9e53ca92d61c6aa7dd6b74303b0c794b01c
Filesize: 813.765 KB
Version history: (Expand)
- (2019-09-10) Updated to version: libdrm-2.4.98nb2
- (2019-07-04) Package added to pkgsrc.se, version libdrm-2.4.98 (created)
CVS history: (Expand)
2019-09-10 20:14:18 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6051 - requested by maya
x11/libdrm: Linux build fix
Revisions pulled up:
- x11/libdrm/Makefile 1.93-1.94
- x11/libdrm/distinfo 1.94-1.95
- x11/libdrm/patches/patch-xf86drm.c 1.5-1.6
---
Module Name: pkgsrc
Committed By: maya
Date: Sun Sep 8 15:43:37 UTC 2019
Modified Files:
pkgsrc/x11/libdrm: Makefile distinfo
pkgsrc/x11/libdrm/patches: patch-xf86drm.c
Log message:
libdrm: restore "return 0;" for linux drmParsePciBusInfo.
It was lost in a patching accident.
From Yosuke Kawasaki in PR pkg/54534
Bump PKGREVISION
---
Module Name: pkgsrc
Committed By: maya
Date: Sun Sep 8 15:55:04 UTC 2019
Modified Files:
pkgsrc/x11/libdrm: Makefile distinfo
pkgsrc/x11/libdrm/patches: patch-xf86drm.c
Log message:
libdrm: don't steal another linux "return" line for the netbsd block.
Thanks wiz for the heads up. PR pkg/54534
|