summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-09 22:48:47 +0000
committerwiz <wiz>2009-08-09 22:48:47 +0000
commite9e07999c16af1d55b95ff522a3bdc392792ad9a (patch)
tree79116547e507c2d937e6f3c7cad4d70313f85351 /x11
parentd3b036e74be8ec2e7d28c130a461dd8b92c9cb7e (diff)
downloadpkgsrc-e9e07999c16af1d55b95ff522a3bdc392792ad9a.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-r128/Makefile5
-rw-r--r--x11/xf86-video-r128/distinfo9
-rw-r--r--x11/xf86-video-r128/patches/patch-aa29
3 files changed, 6 insertions, 37 deletions
diff --git a/x11/xf86-video-r128/Makefile b/x11/xf86-video-r128/Makefile
index 12bc80d951a..702b349e017 100644
--- a/x11/xf86-video-r128/Makefile
+++ b/x11/xf86-video-r128/Makefile
@@ -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
diff --git a/x11/xf86-video-r128/distinfo b/x11/xf86-video-r128/distinfo
index 186bc897378..36c2ee6b941 100644
--- a/x11/xf86-video-r128/distinfo
+++ b/x11/xf86-video-r128/distinfo
@@ -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
diff --git a/x11/xf86-video-r128/patches/patch-aa b/x11/xf86-video-r128/patches/patch-aa
deleted file mode 100644
index 4fd79692432..00000000000
--- a/x11/xf86-video-r128/patches/patch-aa
+++ /dev/null
@@ -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; }