Update to 6.8.1:

Alan Coopersmith (2):
      Remove xorgconfig & xorgcfg from See Also list in man page
      Add README with pointers to mailing list, bugzilla & git repos

Dave Airlie (3):
      r128: update for resources/RAC API removal
      r128: change to using ABI version check
      r128: bump for release 6.8.1

Gaetan Nadon (1):
      Use XORG_CHANGELOG macro to create ChangeLog. #22611

John Nielsen (1):
      R128: fix zaphod dualhead after libpciaccess switch

Matthieu Herrb (2):
      Kill bare RCS id.
      Don't de-reference a NULL pointer in R128FreeScreen in the error path.

Peter Hutterer (1):
      Update to xextproto 7.1 support.
This commit is contained in:
wiz 2009-08-09 22:48:47 +00:00
parent 7719f82dfb
commit d6d7b9c1c7
3 changed files with 6 additions and 37 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2009/06/07 11:24:37 wiz Exp $
# $NetBSD: Makefile,v 1.4 2009/08/09 22:48:47 wiz Exp $
DISTNAME= xf86-video-r128-6.8.0
PKGREVISION= 2
DISTNAME= xf86-video-r128-6.8.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/07/14 04:03:01 tnn Exp $
$NetBSD: distinfo,v 1.2 2009/08/09 22:48:47 wiz Exp $
SHA1 (xf86-video-r128-6.8.0.tar.bz2) = a94f3014a139d5c469622723192aaf1626e6470b
RMD160 (xf86-video-r128-6.8.0.tar.bz2) = eaaed06d882cea79512a35b9b66947a1780e3583
Size (xf86-video-r128-6.8.0.tar.bz2) = 409166 bytes
SHA1 (patch-aa) = d690fd7f15c3c69d03cf00685dd10de7b8b27c91
SHA1 (xf86-video-r128-6.8.1.tar.bz2) = 14f33cbd248dfd1584ee14949475ab3bb922da17
RMD160 (xf86-video-r128-6.8.1.tar.bz2) = 8042f62bd23c7b24a24a5d55c53b4e6085dcfa1a
Size (xf86-video-r128-6.8.1.tar.bz2) = 418251 bytes

View file

@ -1,29 +0,0 @@
$NetBSD: patch-aa,v 1.1.1.1 2008/07/14 04:03:01 tnn Exp $
--- configure.orig 2008-06-12 01:20:13.000000000 +0200
+++ configure
@@ -20989,23 +20989,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; }