diff --git a/x11/xf86-video-i128/Makefile b/x11/xf86-video-i128/Makefile index 9dd7a75901cc..a2a321b3f148 100644 --- a/x11/xf86-video-i128/Makefile +++ b/x11/xf86-video-i128/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/03/07 11:57:42 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2018/12/10 08:31:50 wiz Exp $ -DISTNAME= xf86-video-i128-1.3.6 -PKGREVISION= 5 +DISTNAME= xf86-video-i128-1.4.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-i128/distinfo b/x11/xf86-video-i128/distinfo index bbbd8762759e..4d76e3d407ed 100644 --- a/x11/xf86-video-i128/distinfo +++ b/x11/xf86-video-i128/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 03:29:02 agc Exp $ +$NetBSD: distinfo,v 1.9 2018/12/10 08:31:50 wiz Exp $ -SHA1 (xf86-video-i128-1.3.6.tar.bz2) = 4e66922f46169bf893cea00b33f80cf450070270 -RMD160 (xf86-video-i128-1.3.6.tar.bz2) = c9d0eb30c260f40aebba0d8bbe2f1f88056c6f9a -SHA512 (xf86-video-i128-1.3.6.tar.bz2) = 688956107fe473941da9d22914dc1aa1889b8a1bb75678692d40630396eca5426a4506bb0a536c48b6ed7a2b580a80af5b8b5d3199e2b04d8f24c404f60d3c34 -Size (xf86-video-i128-1.3.6.tar.bz2) = 324894 bytes -SHA1 (patch-src_i128__driver.c) = 96ea154c39e120e190e4fa850ecbbc8333528ce9 +SHA1 (xf86-video-i128-1.4.0.tar.bz2) = 56d5b897b2695222c13e59d2ade74620a99e1011 +RMD160 (xf86-video-i128-1.4.0.tar.bz2) = 053fc470a9cd650085c01ca3b5009fc3dff258fb +SHA512 (xf86-video-i128-1.4.0.tar.bz2) = d58baee3f20b3ad2ece6853da0ff20a6d54b984c6e3289bad2715cc003b277a0b44d20ded25cfc116400468df552390bdb5d80fbd3fb60861488ee5d027664b2 +Size (xf86-video-i128-1.4.0.tar.bz2) = 331897 bytes diff --git a/x11/xf86-video-i128/patches/patch-src_i128__driver.c b/x11/xf86-video-i128/patches/patch-src_i128__driver.c deleted file mode 100644 index 947d76941b48..000000000000 --- a/x11/xf86-video-i128/patches/patch-src_i128__driver.c +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-src_i128__driver.c,v 1.1 2015/04/02 22:16:46 tnn Exp $ - -From c87753733a6e1f85d1d037dced0b47ce0cf41658 Mon Sep 17 00:00:00 2001 -From: Adam Jackson -Date: Tue, 25 Sep 2012 08:54:40 -0400 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson - -diff --git a/src/i128_driver.c b/src/i128_driver.c -index a0f08c0..51a4135 100644 ---- src/i128_driver.c -+++ src/i128_driver.c -@@ -50,8 +50,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" - #include "micmap.h" - - #include "xf86DDC.h" -@@ -1556,7 +1554,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL) - return FALSE; - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen);