diff --git a/xorg-xf86-video-mga/.md5sum b/xorg-xf86-video-mga/.md5sum index 3819c0a2..16330bd4 100644 --- a/xorg-xf86-video-mga/.md5sum +++ b/xorg-xf86-video-mga/.md5sum @@ -1,2 +1 @@ -f30276648ff697e8e7275443d9226d5b remove-validatetree.patch -a53b5ce166e31c181aaa4c3816d8babb xf86-video-mga-1.6.3.tar.bz2 +cd3db8370caa3e607614ea4e74d4c350 xf86-video-mga-1.6.4.tar.bz2 diff --git a/xorg-xf86-video-mga/Pkgfile b/xorg-xf86-video-mga/Pkgfile index bbcd01e5..3db6d535 100644 --- a/xorg-xf86-video-mga/Pkgfile +++ b/xorg-xf86-video-mga/Pkgfile @@ -4,16 +4,13 @@ # Depends on: xorg-server name=xorg-xf86-video-mga -version=1.6.3 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-$version.tar.bz2 \ - remove-validatetree.patch) +version=1.6.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mga-$version.tar.bz2) build() { cd xf86-video-mga-$version - patch -p1 -i $SRC/remove-validatetree.patch - ./configure --prefix=/usr --mandir=/usr/man make diff --git a/xorg-xf86-video-mga/remove-validatetree.patch b/xorg-xf86-video-mga/remove-validatetree.patch deleted file mode 100644 index 13a48fb5..00000000 --- a/xorg-xf86-video-mga/remove-validatetree.patch +++ /dev/null @@ -1,24 +0,0 @@ -From cf46b1017a2663c59f07abd417573b9580f0145f Mon Sep 17 00:00:00 2001 -From: Adam Jackson -Date: Tue, 29 Jul 2014 09:14:15 -0400 -Subject: dri: Stop (uselessly) initializing the ValidateTree hooks - -Signed-off-by: Adam Jackson - -diff --git a/src/mga_dri.c b/src/mga_dri.c -index a1c39f3..b957028 100644 ---- a/src/mga_dri.c -+++ b/src/mga_dri.c -@@ -1165,9 +1165,6 @@ Bool MGADRIScreenInit( ScreenPtr pScreen ) - pDRIInfo->frameBufferStride = pScrn->displayWidth*(pScrn->bitsPerPixel/8); - pDRIInfo->ddxDrawableTableEntry = MGA_MAX_DRAWABLES; - -- pDRIInfo->wrap.ValidateTree = NULL; -- pDRIInfo->wrap.PostValidateTree = NULL; -- - pDRIInfo->createDummyCtx = TRUE; - pDRIInfo->createDummyCtxPriv = FALSE; - --- -cgit v0.10.2 -