summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-06-09 09:15:02 +0000
committerhasso <hasso@pkgsrc.org>2009-06-09 09:15:02 +0000
commit98b2b892c6164899bef049c7d46834eb480d3e26 (patch)
treeaf9fca0fdc619b1d8ab4cc9104fd38c86187d23e /x11
parent327aeb915f3445480953e908d44505b3e32488d4 (diff)
downloadpkgsrc-98b2b892c6164899bef049c7d46834eb480d3e26.tar.gz
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.
Diffstat (limited to 'x11')
-rw-r--r--x11/xf86-video-mga/Makefile5
-rw-r--r--x11/xf86-video-mga/distinfo10
-rw-r--r--x11/xf86-video-mga/patches/patch-ab14
3 files changed, 14 insertions, 15 deletions
diff --git a/x11/xf86-video-mga/Makefile b/x11/xf86-video-mga/Makefile
index aa132077939..e7f9818fd48 100644
--- a/x11/xf86-video-mga/Makefile
+++ b/x11/xf86-video-mga/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2009/06/07 11:24:36 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/09 09:15:02 hasso Exp $
#
-DISTNAME= xf86-video-mga-1.4.9
-PKGREVISION= 2
+DISTNAME= xf86-video-mga-1.4.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-mga/distinfo b/x11/xf86-video-mga/distinfo
index 46b0b46046b..24a308b0d2b 100644
--- a/x11/xf86-video-mga/distinfo
+++ b/x11/xf86-video-mga/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2008/08/09 15:43:37 tnn Exp $
+$NetBSD: distinfo,v 1.5 2009/06/09 09:15:02 hasso Exp $
-SHA1 (xf86-video-mga-1.4.9.tar.bz2) = faf1bfea401b280f9eb39979fcc0b020ee542e41
-RMD160 (xf86-video-mga-1.4.9.tar.bz2) = 6619d7a02689e995e6093b586a6d07de3c15f926
-Size (xf86-video-mga-1.4.9.tar.bz2) = 419781 bytes
+SHA1 (xf86-video-mga-1.4.10.tar.bz2) = 69ec7b6eb42ade32d77b99a24e7905ae50501136
+RMD160 (xf86-video-mga-1.4.10.tar.bz2) = 109925115dc7ce575b7c91d0b9bf8b3951d0f0fb
+Size (xf86-video-mga-1.4.10.tar.bz2) = 409965 bytes
SHA1 (patch-aa) = 65505d9e9fe6a9f3b2d0b50850e8b7b03af1f9aa
-SHA1 (patch-ab) = d7401914223a293d2f976b0727d4a79d4f3f14f2
+SHA1 (patch-ab) = 7438426756b68a7aa21aec7ea2f7ebe39a38145e
diff --git a/x11/xf86-video-mga/patches/patch-ab b/x11/xf86-video-mga/patches/patch-ab
index c7a8a2a6e07..8f1a8936d33 100644
--- a/x11/xf86-video-mga/patches/patch-ab
+++ b/x11/xf86-video-mga/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2007/08/15 18:23:58 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2009/06/09 09:15:02 hasso Exp $
---- configure.orig 2007-08-15 20:20:11.000000000 +0200
-+++ configure
-@@ -21412,7 +21412,7 @@ _ACEOF
+--- configure.orig 2009-04-27 20:59:10 +0300
++++ configure 2009-06-09 11:41:44 +0300
+@@ -12600,7 +12600,7 @@ _ACEOF
fi
-if test "x$DRI" != xno; 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; }
+ as_ac_File=`$as_echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
+ { $as_echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
+ $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }