[Midnightbsd-cvs] mports [19187] trunk/x11-drivers/xf86-video-i128: update i128 driver

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 29 07:50:32 EDT 2015


Revision: 19187
          http://svnweb.midnightbsd.org/mports/?rev=19187
Author:   laffer1
Date:     2015-05-29 07:50:32 -0400 (Fri, 29 May 2015)
Log Message:
-----------
update i128 driver

Modified Paths:
--------------
    trunk/x11-drivers/xf86-video-i128/Makefile
    trunk/x11-drivers/xf86-video-i128/pkg-plist

Added Paths:
-----------
    trunk/x11-drivers/xf86-video-i128/files/
    trunk/x11-drivers/xf86-video-i128/files/patch-src_i128__driver.c

Modified: trunk/x11-drivers/xf86-video-i128/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-i128/Makefile	2015-05-29 11:49:42 UTC (rev 19186)
+++ trunk/x11-drivers/xf86-video-i128/Makefile	2015-05-29 11:50:32 UTC (rev 19187)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-i128
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -11,6 +12,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto
-MAN4=		i128.4x
 
 .include <bsd.port.mk>

Added: trunk/x11-drivers/xf86-video-i128/files/patch-src_i128__driver.c
===================================================================
--- trunk/x11-drivers/xf86-video-i128/files/patch-src_i128__driver.c	                        (rev 0)
+++ trunk/x11-drivers/xf86-video-i128/files/patch-src_i128__driver.c	2015-05-29 11:50:32 UTC (rev 19187)
@@ -0,0 +1,19 @@
+--- src/i128_driver.c.orig	2012-07-17 05:21:15 UTC
++++ 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"
+@@ -1557,7 +1555,6 @@ I128ScreenInit(SCREEN_INIT_ARGS_DECL)
+         return FALSE;
+     }
+     
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+ 


Property changes on: trunk/x11-drivers/xf86-video-i128/files/patch-src_i128__driver.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/x11-drivers/xf86-video-i128/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-i128/pkg-plist	2015-05-29 11:49:42 UTC (rev 19186)
+++ trunk/x11-drivers/xf86-video-i128/pkg-plist	2015-05-29 11:50:32 UTC (rev 19187)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/i128_drv.la
 lib/xorg/modules/drivers/i128_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/i128.4x.gz



More information about the Midnightbsd-cvs mailing list