diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-04 16:50:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-04 16:50:32 +0000 |
commit | cbf08cc35d48272704bee80981e8ebe0617a9516 (patch) | |
tree | f617e0a50deb193ec4c0b6be52347e4386ee7412 /x11/libdrm | |
parent | 5ca02c43a7e256852fe29644e055c819f969e483 (diff) | |
download | pkgsrc-cbf08cc35d48272704bee80981e8ebe0617a9516.tar.gz |
Update to 2.4.54:
Alex Deucher (1):
bump version to 2.4.54 for release
Daniel Kurtz (1):
Use signed location for drmModeSetPlane
Maarten Lankhorst (2):
nouveau: safen up nouveau_device list usage against concurrent access
amend previous commit to actually compile
Rob Clark (2):
modetest: add cursor support
freedreno: add missing fxn prototype
Samuel Li (2):
radeon: add Mullins chip family
radeon: add Mullins pci ids
Thierry Reding (4):
Mark functions printf-like where possible
intel: Fix some format strings
libdrm: Remove extraneous parameter
tests: Use drmFreeVersion() instead of drmFree()
Ville Syrjälä (1):
intel/chv: Add Cherryview PCI IDs
Diffstat (limited to 'x11/libdrm')
-rw-r--r-- | x11/libdrm/Makefile | 5 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index c3cf4187c2e..8aa7e1e7f00 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2014/04/16 11:22:04 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/05/04 16:50:32 wiz Exp $ -DISTNAME= libdrm-2.4.53 -PKGREVISION= 1 +DISTNAME= libdrm-2.4.54 CATEGORIES= x11 graphics MASTER_SITES= http://dri.freedesktop.org/libdrm/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo index 9094f37b85b..4ebca1ad97c 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2014/04/12 09:28:41 wiz Exp $ +$NetBSD: distinfo,v 1.42 2014/05/04 16:50:32 wiz Exp $ -SHA1 (libdrm-2.4.53.tar.bz2) = d3381432045984faa060a43425d67fd359bf29e3 -RMD160 (libdrm-2.4.53.tar.bz2) = f261c9884c57fb75d4c67d23cba9616a404c226e -Size (libdrm-2.4.53.tar.bz2) = 579171 bytes +SHA1 (libdrm-2.4.54.tar.bz2) = b73d69b42800755ed9dfd8aa9a906fe941cfbb7e +RMD160 (libdrm-2.4.54.tar.bz2) = 260f57de82e65ff5677d6a08cfed608951f85634 +Size (libdrm-2.4.54.tar.bz2) = 644930 bytes SHA1 (patch-ab) = 66dadd3244bfa9c69be0982fd2108deb94483de2 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-ad) = ea3ef8de8db782ddab23f182f1e6bd9d8f612a78 |