pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xf86-video-savage Update to 2.3.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/091821febb3b
branches:  trunk
changeset: 397295:091821febb3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 09 22:53:55 2009 +0000

description:
Update to 2.3.1:

Adam Jackson (2):
      Remove useless loader symbol lists.
      savage 2.3.0

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

Alex Villacís Lasso (9):
      Bug #18378: Use xfVillKeyHelperDrawable if available.
      Fix EXA Copy
      Document the existence of the IgnoreEDID option
      YUV packed buffer and YV12 planar buffer (if required) are now separate allocations
      Add AGPforXv Option
      EXA: UTS Optimization
      Fix crash by null pointer access when DRI is not available.
      Implement use of Mastered Image Transfer through AGP for UploadToScreen EXA acceleration.
      Do not use XAAGetCopyROP outside of XAA-specific code

Chris Ball (3):
      Build fix: EXA now requires -DEXA_DRIVER_KNOWN_MAJOR=3
      configure: use AC_DEFINE instead of shell substitution
      Revert EXA 3 build fix.

Tormod Volden (1):
      Savage: Do not add panel modes when there is no panel

Dave Airlie (4):
      savage: update for resources/RAC API removal
      savage: change to using ABI version check
      savage: move abi check down for RAC
      savage: bump for release 2.3.1

Peter Hutterer (1):
      Update to xextproto 7.1 support.

diffstat:

 x11/xf86-video-savage/Makefile         |   5 ++---
 x11/xf86-video-savage/distinfo         |   9 ++++-----
 x11/xf86-video-savage/patches/patch-ab |  13 -------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (46 lines):

diff -r 5f54d8ab71ff -r 091821febb3b x11/xf86-video-savage/Makefile
--- a/x11/xf86-video-savage/Makefile    Sun Aug 09 22:52:28 2009 +0000
+++ b/x11/xf86-video-savage/Makefile    Sun Aug 09 22:53:55 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/08/09 22:53:55 wiz Exp $
 #
 
-DISTNAME=      xf86-video-savage-2.2.1
-PKGREVISION=   2
+DISTNAME=      xf86-video-savage-2.3.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 5f54d8ab71ff -r 091821febb3b x11/xf86-video-savage/distinfo
--- a/x11/xf86-video-savage/distinfo    Sun Aug 09 22:52:28 2009 +0000
+++ b/x11/xf86-video-savage/distinfo    Sun Aug 09 22:53:55 2009 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/08/09 16:02:35 tnn Exp $
+$NetBSD: distinfo,v 1.5 2009/08/09 22:53:55 wiz Exp $
 
-SHA1 (xf86-video-savage-2.2.1.tar.bz2) = c20eaf260cae10c8c65d3d690825a5c70a30419b
-RMD160 (xf86-video-savage-2.2.1.tar.bz2) = 6da95193065653ec00df7b29d3590e88fbcda870
-Size (xf86-video-savage-2.2.1.tar.bz2) = 305286 bytes
+SHA1 (xf86-video-savage-2.3.1.tar.bz2) = a368eb1b082fc4fc5964090c99e4312eaddf5df8
+RMD160 (xf86-video-savage-2.3.1.tar.bz2) = 920be2de1acabd784a4c688d6bd5d20aa1a81f08
+Size (xf86-video-savage-2.3.1.tar.bz2) = 327377 bytes
 SHA1 (patch-aa) = 7641e31fec7a60aab84ebc0b89bcaa5b340c16dd
-SHA1 (patch-ab) = 79b3eb30992c679a9316aafd6fc3feaee1af0093
diff -r 5f54d8ab71ff -r 091821febb3b x11/xf86-video-savage/patches/patch-ab
--- a/x11/xf86-video-savage/patches/patch-ab    Sun Aug 09 22:52:28 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/08/15 18:10:02 joerg Exp $
-
---- configure.orig     2007-08-15 20:06:10.000000000 +0200
-+++ configure
-@@ -21329,7 +21329,7 @@ _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; }



Home | Main Index | Thread Index | Old Index