summaryrefslogtreecommitdiff
path: root/x11/xf86-video-mach64
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-09 22:42:06 +0000
committerwiz <wiz>2009-08-09 22:42:06 +0000
commitf180d6523428e1b27eec34d033565bae8b519497 (patch)
tree7836570539b0217425a4b782c490478ece84d244 /x11/xf86-video-mach64
parent64e4f25cd70274cfc0ac7edf62457dbb1c678d20 (diff)
downloadpkgsrc-f180d6523428e1b27eec34d033565bae8b519497.tar.gz
Update to 6.8.2:
Alan Coopersmith (2): Doublecheck pictFormat is a supported format Fill in COPYING file, add SubmittingPatches URL to README Dave Airlie (3): mach64: update for resources/RAC API removal mach64: change to using ABI version check mach64: bump for release 6.8.2 Peter Hutterer (1): Update to xextproto 7.1 support.
Diffstat (limited to 'x11/xf86-video-mach64')
-rw-r--r--x11/xf86-video-mach64/Makefile4
-rw-r--r--x11/xf86-video-mach64/distinfo9
-rw-r--r--x11/xf86-video-mach64/patches/patch-aa29
3 files changed, 6 insertions, 36 deletions
diff --git a/x11/xf86-video-mach64/Makefile b/x11/xf86-video-mach64/Makefile
index 20eddfa7a1c..76f636d25fd 100644
--- a/x11/xf86-video-mach64/Makefile
+++ b/x11/xf86-video-mach64/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/06/09 09:13:47 hasso Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/09 22:42:06 wiz Exp $
-DISTNAME= xf86-video-mach64-6.8.1
+DISTNAME= xf86-video-mach64-6.8.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-mach64/distinfo b/x11/xf86-video-mach64/distinfo
index feabecd09ba..17c200d9e5b 100644
--- a/x11/xf86-video-mach64/distinfo
+++ b/x11/xf86-video-mach64/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/06/09 09:13:47 hasso Exp $
+$NetBSD: distinfo,v 1.3 2009/08/09 22:42:06 wiz Exp $
-SHA1 (xf86-video-mach64-6.8.1.tar.bz2) = b5a811372e8624eeb3c53b8a53eecf24eec88420
-RMD160 (xf86-video-mach64-6.8.1.tar.bz2) = e32ae9b4d35f62cdf9336b5986bfa41347514176
-Size (xf86-video-mach64-6.8.1.tar.bz2) = 465530 bytes
-SHA1 (patch-aa) = 2bcdb975e14cf73b283e27d63a8b2c11978c4865
+SHA1 (xf86-video-mach64-6.8.2.tar.bz2) = b7303689a6a971b956061fd81399dc81adb865af
+RMD160 (xf86-video-mach64-6.8.2.tar.bz2) = 023532c3694cf6e0108b6dd8d816c5c59e46ba8b
+Size (xf86-video-mach64-6.8.2.tar.bz2) = 486282 bytes
diff --git a/x11/xf86-video-mach64/patches/patch-aa b/x11/xf86-video-mach64/patches/patch-aa
deleted file mode 100644
index 9215f8c5293..00000000000
--- a/x11/xf86-video-mach64/patches/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/07/14 04:02:10 tnn Exp $
-
---- configure.orig 2008-07-13 17:14:58.000000000 +0200
-+++ configure
-@@ -21004,23 +21004,15 @@ _ACEOF
- fi
-
-
--if test "$DRI" != no; then
-+if test "x$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; }
- if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-- test "$cross_compiling" = yes &&
-- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
-- { (exit 1); exit 1; }; }
--if test -r "${sdkdir}/dri.h"; then
-- eval "$as_ac_File=yes"
--else
- eval "$as_ac_File=no"
- fi
--fi
- ac_res=`eval echo '${'$as_ac_File'}'`
- { echo "$as_me:$LINENO: result: $ac_res" >&5
- echo "${ECHO_T}$ac_res" >&6; }