Sun Aug 9 22:53:56 2009 UTC ()
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.


(wiz)
diff -r1.7 -r1.8 pkgsrc/x11/xf86-video-savage/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xf86-video-savage/distinfo
diff -r1.1 -r0 pkgsrc/x11/xf86-video-savage/patches/patch-ab

cvs diff -r1.7 -r1.8 pkgsrc/x11/xf86-video-savage/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-savage/Makefile 2009/06/07 11:24:38 1.7
+++ pkgsrc/x11/xf86-video-savage/Makefile 2009/08/09 22:53:55 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2009/08/09 22:53:55 wiz Exp $
2# 2#
3 3
4DISTNAME= xf86-video-savage-2.2.1 4DISTNAME= xf86-video-savage-2.3.1
5PKGREVISION= 2 
6CATEGORIES= x11 5CATEGORIES= x11
7MASTER_SITES= ${MASTER_SITE_XORG:=driver/} 6MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
12COMMENT= Modular Xorg S3 Savage video driver 11COMMENT= Modular Xorg S3 Savage video driver
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16CONFIGURE_ARGS+= --enable-dri 15CONFIGURE_ARGS+= --enable-dri
17 16
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.4 -r1.5 pkgsrc/x11/xf86-video-savage/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-savage/distinfo 2008/08/09 16:02:35 1.4
+++ pkgsrc/x11/xf86-video-savage/distinfo 2009/08/09 22:53:55 1.5
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.4 2008/08/09 16:02:35 tnn Exp $ 1$NetBSD: distinfo,v 1.5 2009/08/09 22:53:55 wiz Exp $
2 2
3SHA1 (xf86-video-savage-2.2.1.tar.bz2) = c20eaf260cae10c8c65d3d690825a5c70a30419b 3SHA1 (xf86-video-savage-2.3.1.tar.bz2) = a368eb1b082fc4fc5964090c99e4312eaddf5df8
4RMD160 (xf86-video-savage-2.2.1.tar.bz2) = 6da95193065653ec00df7b29d3590e88fbcda870 4RMD160 (xf86-video-savage-2.3.1.tar.bz2) = 920be2de1acabd784a4c688d6bd5d20aa1a81f08
5Size (xf86-video-savage-2.2.1.tar.bz2) = 305286 bytes 5Size (xf86-video-savage-2.3.1.tar.bz2) = 327377 bytes
6SHA1 (patch-aa) = 7641e31fec7a60aab84ebc0b89bcaa5b340c16dd 6SHA1 (patch-aa) = 7641e31fec7a60aab84ebc0b89bcaa5b340c16dd
7SHA1 (patch-ab) = 79b3eb30992c679a9316aafd6fc3feaee1af0093 

File Deleted: pkgsrc/x11/xf86-video-savage/patches/Attic/patch-ab