diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-09 22:53:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-09 22:53:55 +0000 |
commit | 7957168a1d9a1a44043f5822838fba7ab9a50448 (patch) | |
tree | 72d529ddfcee30b5006418bc8435f983a8066d3e /x11 | |
parent | 8ad835bdd432e112c1d5bfa1efeed9a6cbed27fd (diff) | |
download | pkgsrc-7957168a1d9a1a44043f5822838fba7ab9a50448.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/xf86-video-savage/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-savage/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-video-savage/patches/patch-ab | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/x11/xf86-video-savage/Makefile b/x11/xf86-video-savage/Makefile index c2d3d1d0384..6d5ae03509f 100644 --- a/x11/xf86-video-savage/Makefile +++ b/x11/xf86-video-savage/Makefile @@ -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 --git a/x11/xf86-video-savage/distinfo b/x11/xf86-video-savage/distinfo index 2e4da93f3a4..2b02b6b4de4 100644 --- a/x11/xf86-video-savage/distinfo +++ b/x11/xf86-video-savage/distinfo @@ -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 --git a/x11/xf86-video-savage/patches/patch-ab b/x11/xf86-video-savage/patches/patch-ab deleted file mode 100644 index d52a370b2c3..00000000000 --- a/x11/xf86-video-savage/patches/patch-ab +++ /dev/null @@ -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; } |