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.
This commit is contained in:
parent
35a55f6ad2
commit
70e91f468f
3 changed files with 6 additions and 36 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; }
|
Loading…
Reference in a new issue