ports/xorg (3.0): xorg-xf86-video-vesa: updated to 2.3.3
commit ea88f3f97fa1cea898fc983c069cea89ab8064a2 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Mon Sep 9 21:41:34 2013 +0200 xorg-xf86-video-vesa: updated to 2.3.3 diff --git a/xorg-xf86-video-vesa/.md5sum b/xorg-xf86-video-vesa/.md5sum index d0565d2..eca2fef 100644 --- a/xorg-xf86-video-vesa/.md5sum +++ b/xorg-xf86-video-vesa/.md5sum @@ -1,2 +1 @@ -6a76e7af2bb6b22787782be4e10d18a7 mibstore.patch -3eddd393fba79550e012d717499d58ad xf86-video-vesa-2.3.2.tar.bz2 +3690a5356ed121b1a7dfb59a6dcf4bf9 xf86-video-vesa-2.3.3.tar.bz2 diff --git a/xorg-xf86-video-vesa/Pkgfile b/xorg-xf86-video-vesa/Pkgfile index 93449bf..614c58b 100644 --- a/xorg-xf86-video-vesa/Pkgfile +++ b/xorg-xf86-video-vesa/Pkgfile @@ -4,13 +4,12 @@ # Depends on: xorg-server name=xorg-xf86-video-vesa -version=2.3.2 -release=2 -source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$vers... mibstore.patch) +version=2.3.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-$vers...) build() { cd xf86-video-vesa-$version - patch -p1 -i $SRC/mibstore.patch ./configure --prefix=/usr --mandir=/usr/man make diff --git a/xorg-xf86-video-vesa/mibstore.patch b/xorg-xf86-video-vesa/mibstore.patch deleted file mode 100644 index e7d8510..0000000 --- a/xorg-xf86-video-vesa/mibstore.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Tue, 25 Sep 2012 12:55:03 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/vesa.c b/src/vesa.c -index 11cd26c..b73d104 100644 ---- a/src/vesa.c -+++ b/src/vesa.c -@@ -49,9 +49,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" -- - /* Colormap handling */ - #include "micmap.h" - #include "xf86cmap.h" -@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL) - VESADGAInit(pScrn, pScreen); - - xf86SetBlackWhitePixels(pScreen); -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - - /* software cursor */
participants (1)
-
crux@crux.nu