pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-mach64 Update to 6.8.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/486e837557d1
branches:  trunk
changeset: 397279:486e837557d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 09 22:42:06 2009 +0000

description:
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:

 x11/xf86-video-mach64/Makefile         |   4 ++--
 x11/xf86-video-mach64/distinfo         |   9 ++++-----
 x11/xf86-video-mach64/patches/patch-aa |  29 -----------------------------
 3 files changed, 6 insertions(+), 36 deletions(-)

diffs (59 lines):

diff -r 11f8e7db947a -r 486e837557d1 x11/xf86-video-mach64/Makefile
--- a/x11/xf86-video-mach64/Makefile    Sun Aug 09 22:40:28 2009 +0000
+++ b/x11/xf86-video-mach64/Makefile    Sun Aug 09 22:42:06 2009 +0000
@@ -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 -r 11f8e7db947a -r 486e837557d1 x11/xf86-video-mach64/distinfo
--- a/x11/xf86-video-mach64/distinfo    Sun Aug 09 22:40:28 2009 +0000
+++ b/x11/xf86-video-mach64/distinfo    Sun Aug 09 22:42:06 2009 +0000
@@ -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 -r 11f8e7db947a -r 486e837557d1 x11/xf86-video-mach64/patches/patch-aa
--- a/x11/xf86-video-mach64/patches/patch-aa    Sun Aug 09 22:40:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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; }



Home | Main Index | Thread Index | Old Index