summaryrefslogtreecommitdiff
path: root/x11/xf86-video-mga
diff options
context:
space:
mode:
authorrichard <richard>2013-05-16 06:19:15 +0000
committerrichard <richard>2013-05-16 06:19:15 +0000
commite22359f31f0b350266f2635aed38d0a76ebe5906 (patch)
tree99643ee51d8f516b006087cdcac121e3cd27f7e7 /x11/xf86-video-mga
parent99902141dbf6d5aab760d3004c30db70ce742d9d (diff)
downloadpkgsrc-e22359f31f0b350266f2635aed38d0a76ebe5906.tar.gz
update to xf86-video-mga-1.6.2 for modular-xorg-server-1.12.4
Diffstat (limited to 'x11/xf86-video-mga')
-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-aa13
-rw-r--r--x11/xf86-video-mga/patches/patch-ab13
4 files changed, 6 insertions, 35 deletions
diff --git a/x11/xf86-video-mga/Makefile b/x11/xf86-video-mga/Makefile
index 5a7cf823243..8648d31efd3 100644
--- a/x11/xf86-video-mga/Makefile
+++ b/x11/xf86-video-mga/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2012/10/29 05:07:04 asau Exp $
+# $NetBSD: Makefile,v 1.14 2013/05/16 06:19:15 richard Exp $
#
-DISTNAME= xf86-video-mga-1.4.11
-PKGREVISION= 1
+DISTNAME= xf86-video-mga-1.6.2
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 e8d4feafa28..dd883625eb8 100644
--- a/x11/xf86-video-mga/distinfo
+++ b/x11/xf86-video-mga/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/08/09 22:43:28 wiz Exp $
+$NetBSD: distinfo,v 1.7 2013/05/16 06:19:15 richard Exp $
-SHA1 (xf86-video-mga-1.4.11.tar.bz2) = 1add2aa03fb8387bab5d3b36ca09035aaf4e0b4c
-RMD160 (xf86-video-mga-1.4.11.tar.bz2) = 0ba0f12cc5d25adbcdc23c4f3efa17cf33284443
-Size (xf86-video-mga-1.4.11.tar.bz2) = 415829 bytes
-SHA1 (patch-aa) = 65505d9e9fe6a9f3b2d0b50850e8b7b03af1f9aa
-SHA1 (patch-ab) = 7438426756b68a7aa21aec7ea2f7ebe39a38145e
+SHA1 (xf86-video-mga-1.6.2.tar.bz2) = 030e097dc435b17f603c64e46f7b655a185a075b
+RMD160 (xf86-video-mga-1.6.2.tar.bz2) = 9fc8916e12af5b3f5e72b0c068188083d5fb1b7b
+Size (xf86-video-mga-1.6.2.tar.bz2) = 446851 bytes
diff --git a/x11/xf86-video-mga/patches/patch-aa b/x11/xf86-video-mga/patches/patch-aa
deleted file mode 100644
index 2fa65db7018..00000000000
--- a/x11/xf86-video-mga/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 18:23:57 joerg Exp $
-
---- configure.ac.orig 2007-08-15 20:20:13.000000000 +0200
-+++ configure.ac
-@@ -76,7 +76,7 @@ sdkdir=$(pkg-config --variable=sdkdir xo
- # Checks for header files.
- AC_HEADER_STDC
-
--if test "x$DRI" != xno; then
-+if test "x$DRI" = xauto; then
- AC_CHECK_FILE([${sdkdir}/dri.h],
- [have_dri_h="yes"], [have_dri_h="no"])
- AC_CHECK_FILE([${sdkdir}/sarea.h],
diff --git a/x11/xf86-video-mga/patches/patch-ab b/x11/xf86-video-mga/patches/patch-ab
deleted file mode 100644
index 8f1a8936d33..00000000000
--- a/x11/xf86-video-mga/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2009/06/09 09:15:02 hasso Exp $
-
---- 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=`$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; }