pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libdrm Update to libdrm-2.3.0 which fixes the type...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffa94e2bbc29
branches:  trunk
changeset: 521588:ffa94e2bbc29
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 14 18:19:43 2006 +0000

description:
Update to libdrm-2.3.0 which fixes the type problem somewhat and adds
some other functions. Switch to bzip2.

diffstat:

 x11/libdrm/Makefile         |   5 +++--
 x11/libdrm/distinfo         |   9 ++++-----
 x11/libdrm/patches/patch-aa |  13 -------------
 3 files changed, 7 insertions(+), 20 deletions(-)

diffs (47 lines):

diff -r fe1131bb4265 -r ffa94e2bbc29 x11/libdrm/Makefile
--- a/x11/libdrm/Makefile       Tue Nov 14 17:24:33 2006 +0000
+++ b/x11/libdrm/Makefile       Tue Nov 14 18:19:43 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/14 14:22:12 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/14 18:19:43 joerg Exp $
 #
 
-DISTNAME=              libdrm-2.2.0
+DISTNAME=              libdrm-2.3.0
 CATEGORIES=            x11 graphics
 MASTER_SITES=          http://dri.freedesktop.org/libdrm/
+EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              http://dri.freedesktop.org/wiki/DRM
diff -r fe1131bb4265 -r ffa94e2bbc29 x11/libdrm/distinfo
--- a/x11/libdrm/distinfo       Tue Nov 14 17:24:33 2006 +0000
+++ b/x11/libdrm/distinfo       Tue Nov 14 18:19:43 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/14 14:22:12 joerg Exp $
+$NetBSD: distinfo,v 1.2 2006/11/14 18:19:43 joerg Exp $
 
-SHA1 (libdrm-2.2.0.tar.gz) = 09447cb4b1ced6de29dc0b8e7d98edd012d13328
-RMD160 (libdrm-2.2.0.tar.gz) = db40b5d24fb9140666a7b17ed2929fcec29bb941
-Size (libdrm-2.2.0.tar.gz) = 394605 bytes
-SHA1 (patch-aa) = 9ff35cf268bd4724107146a0ed07ffc3fce5816a
+SHA1 (libdrm-2.3.0.tar.bz2) = af2e8d6e3ad6b906b4d6f1b2ada2d523188c28ea
+RMD160 (libdrm-2.3.0.tar.bz2) = ca9f6cdde2fcee40e63a43e0395781000472a2c1
+Size (libdrm-2.3.0.tar.bz2) = 267949 bytes
diff -r fe1131bb4265 -r ffa94e2bbc29 x11/libdrm/patches/patch-aa
--- a/x11/libdrm/patches/patch-aa       Tue Nov 14 17:24:33 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/14 14:22:12 joerg Exp $
-
---- shared-core/drm.h.orig     2006-11-06 16:05:55.000000000 +0000
-+++ shared-core/drm.h
-@@ -139,6 +139,8 @@ typedef unsigned long long drm_u64_t;
- 
- typedef unsigned int drm_handle_t;
- #else
-+#include <stdint.h>
-+typedef uint64_t drm_u64_t;
- typedef unsigned long drm_handle_t;   /**< To mapped regions */
- #endif
- typedef unsigned int drm_context_t;   /**< GLXContext handle */



Home | Main Index | Thread Index | Old Index