summaryrefslogtreecommitdiff
path: root/x11/xf86-video-glint
diff options
context:
space:
mode:
authortnn <tnn>2008-08-09 15:32:44 +0000
committertnn <tnn>2008-08-09 15:32:44 +0000
commit934d1473b98dafa6a2dbe51ec142c19c6774e7e7 (patch)
tree7a86909bfda208e121b2b340a6c106c4904eba01 /x11/xf86-video-glint
parent4dc52afe3d6f5b264e02702284fbd819f3264716 (diff)
downloadpkgsrc-934d1473b98dafa6a2dbe51ec142c19c6774e7e7.tar.gz
Update to xf86-video-glint-1.2.1.
1.2.1: Fix regression from pciaccess conversion (bug#16060) Bump to 1.2.1 1.2.0: Fix distcheck glint 1.2.0 Fix --disable-dri for glint driver Define GLINT_*_VERSION* using PACKAGE_VERSION_* half attempt at pciaccess conversion for glint - doesn't build yet fix typos in dac code from last commit hey look a flying pig.... fix regression in tinderbox Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Add missing #includes to fix compiler warnings. Makefile.am: nuke RCS Id
Diffstat (limited to 'x11/xf86-video-glint')
-rw-r--r--x11/xf86-video-glint/Makefile4
-rw-r--r--x11/xf86-video-glint/distinfo10
-rw-r--r--x11/xf86-video-glint/patches/patch-ab12
3 files changed, 13 insertions, 13 deletions
diff --git a/x11/xf86-video-glint/Makefile b/x11/xf86-video-glint/Makefile
index eceebd5b4f7..750c8fd506f 100644
--- a/x11/xf86-video-glint/Makefile
+++ b/x11/xf86-video-glint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:17 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2008/08/09 15:32:44 tnn Exp $
#
-DISTNAME= xf86-video-glint-1.1.1
+DISTNAME= xf86-video-glint-1.2.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-glint/distinfo b/x11/xf86-video-glint/distinfo
index 8803a8b18cd..318f9cd4ad8 100644
--- a/x11/xf86-video-glint/distinfo
+++ b/x11/xf86-video-glint/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/08/15 20:05:01 joerg Exp $
+$NetBSD: distinfo,v 1.3 2008/08/09 15:32:44 tnn Exp $
-SHA1 (xf86-video-glint-1.1.1.tar.bz2) = 0e70ae96862483e66e75553dd19ef6ef5bcb8132
-RMD160 (xf86-video-glint-1.1.1.tar.bz2) = 64bd5b4343039e5ebccdc1d3312fc3b04d23b9a0
-Size (xf86-video-glint-1.1.1.tar.bz2) = 347413 bytes
+SHA1 (xf86-video-glint-1.2.1.tar.bz2) = 9e4959c2a39c22bf4a81b1eba4ec809f9c571bc8
+RMD160 (xf86-video-glint-1.2.1.tar.bz2) = af9fb007636212c707a781a40e50736d06da1117
+Size (xf86-video-glint-1.2.1.tar.bz2) = 348552 bytes
SHA1 (patch-aa) = 0dd7ee7133771a1ae4d46e4ce994feda6e918b7f
-SHA1 (patch-ab) = 1c6b30f678daf4666261f99478e9bbc9295a5717
+SHA1 (patch-ab) = 456d193ccfda4a01572fe46559c93f9132238075
diff --git a/x11/xf86-video-glint/patches/patch-ab b/x11/xf86-video-glint/patches/patch-ab
index 62b7f1df19d..fb3726caa75 100644
--- a/x11/xf86-video-glint/patches/patch-ab
+++ b/x11/xf86-video-glint/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2007/08/15 20:05:01 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2008/08/09 15:32:44 tnn Exp $
---- configure.orig 2007-08-15 21:17:50.000000000 +0200
+--- configure.orig 2008-06-30 17:56:57.000000000 +0200
+++ configure
-@@ -20219,7 +20219,7 @@ _ACEOF
+@@ -21405,7 +21405,7 @@ _ACEOF
fi
-if test "$DRI" != no; then
-+if test "x$DRI" = xauto; then
++if test "$DRI" = xauto; then
as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
- echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6
+ { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
+ echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; }