summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xf86-video-glint/Makefile5
-rw-r--r--x11/xf86-video-glint/distinfo10
-rw-r--r--x11/xf86-video-glint/patches/patch-aa13
-rw-r--r--x11/xf86-video-glint/patches/patch-ab13
4 files changed, 6 insertions, 35 deletions
diff --git a/x11/xf86-video-glint/Makefile b/x11/xf86-video-glint/Makefile
index b166d7c8796..e46027612e3 100644
--- a/x11/xf86-video-glint/Makefile
+++ b/x11/xf86-video-glint/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2012/10/29 05:07:04 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/05/16 06:08:01 richard Exp $
#
-DISTNAME= xf86-video-glint-1.2.4
-PKGREVISION= 1
+DISTNAME= xf86-video-glint-1.2.8
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 24751555775..c1e539f8449 100644
--- a/x11/xf86-video-glint/distinfo
+++ b/x11/xf86-video-glint/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/08/09 22:33:07 wiz Exp $
+$NetBSD: distinfo,v 1.6 2013/05/16 06:08:01 richard Exp $
-SHA1 (xf86-video-glint-1.2.4.tar.bz2) = ac1261cfcca4fa1c5e3c3dc1f69af96ac00c5cb1
-RMD160 (xf86-video-glint-1.2.4.tar.bz2) = ac16257a6f8feafbc1b99132fc0258b9389cfd23
-Size (xf86-video-glint-1.2.4.tar.bz2) = 353189 bytes
-SHA1 (patch-aa) = 0dd7ee7133771a1ae4d46e4ce994feda6e918b7f
-SHA1 (patch-ab) = bb628ca4eadc33c3920baa02ca8fc71257eb7678
+SHA1 (xf86-video-glint-1.2.8.tar.bz2) = 40f817c3aaac1b04bff28f4552bc4b4fe522013b
+RMD160 (xf86-video-glint-1.2.8.tar.bz2) = f1692d995cec5cb2f2a57471a5e2256f82d3467d
+Size (xf86-video-glint-1.2.8.tar.bz2) = 395371 bytes
diff --git a/x11/xf86-video-glint/patches/patch-aa b/x11/xf86-video-glint/patches/patch-aa
deleted file mode 100644
index bf223904919..00000000000
--- a/x11/xf86-video-glint/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 20:05:01 joerg Exp $
-
---- configure.ac.orig 2007-08-15 21:17:47.000000000 +0200
-+++ configure.ac
-@@ -68,7 +68,7 @@ sdkdir=$(pkg-config --variable=sdkdir xo
- # Checks for header files.
- AC_HEADER_STDC
-
--if test "$DRI" != no; then
-+if test "$DRI" = xauto; then
- AC_CHECK_FILE([${sdkdir}/dri.h],
- [have_dri_h="yes"], [have_dri_h="no"])
- AC_CHECK_FILE([${sdkdir}/sarea.h],
diff --git a/x11/xf86-video-glint/patches/patch-ab b/x11/xf86-video-glint/patches/patch-ab
deleted file mode 100644
index ff8672d21a3..00000000000
--- a/x11/xf86-video-glint/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2009/06/09 05:54:05 hasso Exp $
-
---- configure.orig 2008-12-22 06:32:28 +0200
-+++ configure 2009-06-09 08:33:39 +0300
-@@ -21700,7 +21700,7 @@ _ACEOF
- fi
-
-
--if test "$DRI" != no; then
-+if test "$DRI" = xauto; then
- as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
- { $as_echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
- $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }