Tue Jun 9 09:15:02 2009 UTC ()
Update to 1.4.10. Changes since 1.4.9:

Adam Jackson (6):
      Remove a leftover from overlay support
      Fix xf86ModeBandwidth check
      Move device ID and memory sizing much earlier in setup
      G200SE: Only force 16bpp on low-memory cards
      Fix ChangeLog generation
      mga 1.4.10

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

Chris Ball (2):
      Build fix for EXA 3
      Revert "Build fix for EXA 3"

Stefan Dirsch (1):
      Prevent MergedFB setups from crashing.

Thomas Jaeger (1):
      Fall back to software for unsupported repeat modes

Yannick Heneault (9):
      fixed winbond/nuvoton min pll clock to correct value (18.75Mhz).
      Fixed PLL m,n,p selection for G200eW to respect byte granularity.
      Updated PLL algorithm for G200eW.
      Fixed bad access issues and ddc1 implementation for IP core.
      Modified memory count rountine for G200eW to detect up to 16Megs.
      fixed memory count rountine for G200eW to detect up to 16Megs on X server without
libpciaccess.
      Fixed G200SE PLL selection routine of m,n,p.
      Force pitch of 1024 for G200SE Pilot1 when edid is used as modeline.
      Fixed bad vga access in memory count routine.


(hasso)
diff -r1.7 -r1.8 pkgsrc/x11/xf86-video-mga/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/xf86-video-mga/distinfo
diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-mga/patches/patch-ab

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

--- pkgsrc/x11/xf86-video-mga/Makefile 2009/06/07 11:24:36 1.7
+++ pkgsrc/x11/xf86-video-mga/Makefile 2009/06/09 09:15:02 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2009/06/09 09:15:02 hasso Exp $
2# 2#
3 3
4DISTNAME= xf86-video-mga-1.4.9 4DISTNAME= xf86-video-mga-1.4.10
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 Matrox video driver 11COMMENT= Modular Xorg Matrox 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-mga/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-mga/distinfo 2008/08/09 15:43:37 1.4
+++ pkgsrc/x11/xf86-video-mga/distinfo 2009/06/09 09:15:02 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2008/08/09 15:43:37 tnn Exp $ 1$NetBSD: distinfo,v 1.5 2009/06/09 09:15:02 hasso Exp $
2 2
3SHA1 (xf86-video-mga-1.4.9.tar.bz2) = faf1bfea401b280f9eb39979fcc0b020ee542e41 3SHA1 (xf86-video-mga-1.4.10.tar.bz2) = 69ec7b6eb42ade32d77b99a24e7905ae50501136
4RMD160 (xf86-video-mga-1.4.9.tar.bz2) = 6619d7a02689e995e6093b586a6d07de3c15f926 4RMD160 (xf86-video-mga-1.4.10.tar.bz2) = 109925115dc7ce575b7c91d0b9bf8b3951d0f0fb
5Size (xf86-video-mga-1.4.9.tar.bz2) = 419781 bytes 5Size (xf86-video-mga-1.4.10.tar.bz2) = 409965 bytes
6SHA1 (patch-aa) = 65505d9e9fe6a9f3b2d0b50850e8b7b03af1f9aa 6SHA1 (patch-aa) = 65505d9e9fe6a9f3b2d0b50850e8b7b03af1f9aa
7SHA1 (patch-ab) = d7401914223a293d2f976b0727d4a79d4f3f14f2 7SHA1 (patch-ab) = 7438426756b68a7aa21aec7ea2f7ebe39a38145e

cvs diff -r1.1 -r1.2 pkgsrc/x11/xf86-video-mga/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/x11/xf86-video-mga/patches/Attic/patch-ab 2007/08/15 18:23:58 1.1
+++ pkgsrc/x11/xf86-video-mga/patches/Attic/patch-ab 2009/06/09 09:15:02 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ab,v 1.1 2007/08/15 18:23:58 joerg Exp $ 1$NetBSD: patch-ab,v 1.2 2009/06/09 09:15:02 hasso Exp $
2 2
3--- configure.orig 2007-08-15 20:20:11.000000000 +0200 3--- configure.orig 2009-04-27 20:59:10 +0300
4+++ configure 4+++ configure 2009-06-09 11:41:44 +0300
5@@ -21412,7 +21412,7 @@ _ACEOF 5@@ -12600,7 +12600,7 @@ _ACEOF
6 fi 6 fi
7  7
8  8
9-if test "x$DRI" != xno; then 9-if test "x$DRI" != xno; then
10+if test "x$DRI" = xauto; then 10+if test "x$DRI" = xauto; then
11 as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh` 11 as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
12 { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5 12 { $as_echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
13 echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; } 13 $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }