pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib libdrm-2.3.1 does not include the TTM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8524d455d762
branches:  trunk
changeset: 544576:8524d455d762
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Jul 16 06:34:00 2008 +0000

description:
libdrm-2.3.1 does not include the TTM interface, which will cause the
build of the i915tex driver to break (this driver was never supported
on any OS aside from linux, anyway).

Bump PKGREVISION.

diffstat:

 graphics/MesaLib/Makefile                 |  4 ++--
 graphics/MesaLib/files/configs/pkgsrc-dri |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d34eb769af63 -r 8524d455d762 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Wed Jul 16 00:49:02 2008 +0000
+++ b/graphics/MesaLib/Makefile Wed Jul 16 06:34:00 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2008/06/27 13:24:39 tnn Exp $
+# $NetBSD: Makefile,v 1.64 2008/07/16 06:34:00 bjs Exp $
 
 PKGNAME=       MesaLib-${MESA_PKGVERSION}
-PKGREVISION=   3
+PKGREVISION=   4
 COMMENT=       Graphics library similar to SGI's OpenGL
 
 MESA_HEADERS=  gl.h gl_mangle.h glext.h glx.h glxext.h \
diff -r d34eb769af63 -r 8524d455d762 graphics/MesaLib/files/configs/pkgsrc-dri
--- a/graphics/MesaLib/files/configs/pkgsrc-dri Wed Jul 16 00:49:02 2008 +0000
+++ b/graphics/MesaLib/files/configs/pkgsrc-dri Wed Jul 16 06:34:00 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pkgsrc-dri,v 1.1 2008/04/24 07:40:24 bjs Exp $
+# $NetBSD: pkgsrc-dri,v 1.2 2008/07/16 06:34:00 bjs Exp $
 
 include $(TOP)/configs/pkgsrc
 
@@ -36,5 +36,5 @@
 PROGRAM_DIRS=  # defined
 WINDOW_SYSTEM= dri
 
-DRI_DIRS?=     i810 i915 i915tex i965 mach64 mga r128 r200  \
+DRI_DIRS?=     i810 i915 i965 mach64 mga r128 r200  \
                r300 radeon tdfx unichrome savage sis



Home | Main Index | Thread Index | Old Index