[Midnightbsd-cvs] mports [19184] trunk/x11-drivers: update some video for x

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 28 23:12:45 EDT 2015


Revision: 19184
          http://svnweb.midnightbsd.org/mports/?rev=19184
Author:   laffer1
Date:     2015-05-28 23:12:44 -0400 (Thu, 28 May 2015)
Log Message:
-----------
update some video for x

Modified Paths:
--------------
    trunk/x11-drivers/Makefile
    trunk/x11-drivers/xf86-video-apm/Makefile
    trunk/x11-drivers/xf86-video-apm/pkg-plist
    trunk/x11-drivers/xf86-video-ark/Makefile
    trunk/x11-drivers/xf86-video-ark/pkg-plist
    trunk/x11-drivers/xf86-video-dummy/Makefile
    trunk/x11-drivers/xf86-video-dummy/pkg-plist
    trunk/x11-drivers/xf86-video-savage/Makefile
    trunk/x11-drivers/xf86-video-savage/pkg-plist
    trunk/x11-drivers/xf86-video-siliconmotion/Makefile
    trunk/x11-drivers/xf86-video-siliconmotion/pkg-plist
    trunk/x11-drivers/xf86-video-sis/Makefile
    trunk/x11-drivers/xf86-video-sis/pkg-plist
    trunk/x11-drivers/xf86-video-tdfx/Makefile
    trunk/x11-drivers/xf86-video-tdfx/distinfo
    trunk/x11-drivers/xf86-video-tdfx/pkg-plist
    trunk/x11-drivers/xf86-video-trident/Makefile
    trunk/x11-drivers/xf86-video-trident/pkg-plist
    trunk/x11-drivers/xf86-video-tseng/Makefile
    trunk/x11-drivers/xf86-video-tseng/pkg-plist
    trunk/x11-drivers/xf86-video-vesa/Makefile
    trunk/x11-drivers/xf86-video-vesa/pkg-plist

Added Paths:
-----------
    trunk/x11-drivers/xf86-video-apm/files/
    trunk/x11-drivers/xf86-video-apm/files/patch-src_apm.h
    trunk/x11-drivers/xf86-video-ark/files/
    trunk/x11-drivers/xf86-video-ark/files/patch-src_ark__driver.c
    trunk/x11-drivers/xf86-video-siliconmotion/files/
    trunk/x11-drivers/xf86-video-siliconmotion/files/patch-src_smi__driver.c
    trunk/x11-drivers/xf86-video-tseng/files/
    trunk/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c

Removed Paths:
-------------
    trunk/x11-drivers/xf86-video-tga/

Modified: trunk/x11-drivers/Makefile
===================================================================
--- trunk/x11-drivers/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -38,7 +38,6 @@
 SUBDIR += xf86-video-siliconmotion
 SUBDIR += xf86-video-sis
 SUBDIR += xf86-video-tdfx
-SUBDIR += xf86-video-tga
 SUBDIR += xf86-video-trident
 SUBDIR += xf86-video-tseng
 SUBDIR += xf86-video-vesa

Modified: trunk/x11-drivers/xf86-video-apm/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-apm/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-apm/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-apm
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -11,6 +12,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto
-MAN4=		apm.4x
 
 .include <bsd.port.mk>

Added: trunk/x11-drivers/xf86-video-apm/files/patch-src_apm.h
===================================================================
--- trunk/x11-drivers/xf86-video-apm/files/patch-src_apm.h	                        (rev 0)
+++ trunk/x11-drivers/xf86-video-apm/files/patch-src_apm.h	2015-05-29 03:12:44 UTC (rev 19184)
@@ -0,0 +1,12 @@
+--- src/apm.h.orig	2012-07-17 04:52:01 UTC
++++ src/apm.h
+@@ -33,9 +33,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ /* I2C support */
+ #include "xf86i2c.h"
+ 


Property changes on: trunk/x11-drivers/xf86-video-apm/files/patch-src_apm.h
___________________________________________________________________
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-apm/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-apm/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-apm/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/apm_drv.la
 lib/xorg/modules/drivers/apm_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/apm.4x.gz

Modified: trunk/x11-drivers/xf86-video-ark/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-ark/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-ark/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-ark
 PORTVERSION=	0.7.5
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org

Added: trunk/x11-drivers/xf86-video-ark/files/patch-src_ark__driver.c
===================================================================
--- trunk/x11-drivers/xf86-video-ark/files/patch-src_ark__driver.c	                        (rev 0)
+++ trunk/x11-drivers/xf86-video-ark/files/patch-src_ark__driver.c	2015-05-29 03:12:44 UTC (rev 19184)
@@ -0,0 +1,18 @@
+--- src/ark_driver.c.orig	2012-07-17 04:51:36 UTC
++++ src/ark_driver.c
+@@ -39,7 +39,6 @@
+ #include "compiler.h"
+ #include "mipointer.h"
+ #include "micmap.h"
+-#include "mibstore.h"
+ #include "fb.h"
+ #include "ark.h"
+ 
+@@ -538,7 +537,6 @@ static Bool ARKScreenInit(SCREEN_INIT_AR
+ 
+ 	fbPictureInit (pScreen, 0, 0);
+ 
+-	miInitializeBackingStore(pScreen);
+ 	xf86SetBackingStore(pScreen);
+ 
+ 	if (!pARK->NoAccel) {


Property changes on: trunk/x11-drivers/xf86-video-ark/files/patch-src_ark__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-ark/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-ark/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-ark/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1 @@
-lib/xorg/modules/drivers/ark_drv.la
 lib/xorg/modules/drivers/ark_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg

Modified: trunk/x11-drivers/xf86-video-dummy/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-dummy/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-dummy/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-dummy
 PORTVERSION=	0.3.7
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org

Modified: trunk/x11-drivers/xf86-video-dummy/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-dummy/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-dummy/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1 @@
-lib/xorg/modules/drivers/dummy_drv.la
 lib/xorg/modules/drivers/dummy_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg

Modified: trunk/x11-drivers/xf86-video-savage/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-savage/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-savage/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-savage
 PORTVERSION=	2.3.7
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -13,6 +14,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	xf86driproto videoproto xextproto glproto
-MAN4=		savage.4x
 
 .include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-savage/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-savage/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-savage/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/savage_drv.la
 lib/xorg/modules/drivers/savage_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/savage.4x.gz

Modified: trunk/x11-drivers/xf86-video-siliconmotion/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-siliconmotion/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-siliconmotion/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-siliconmotion
 PORTVERSION=	1.7.7
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -11,6 +12,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto
-MAN4=		siliconmotion.4x
 
 .include <bsd.port.mk>

Added: trunk/x11-drivers/xf86-video-siliconmotion/files/patch-src_smi__driver.c
===================================================================
--- trunk/x11-drivers/xf86-video-siliconmotion/files/patch-src_smi__driver.c	                        (rev 0)
+++ trunk/x11-drivers/xf86-video-siliconmotion/files/patch-src_smi__driver.c	2015-05-29 03:12:44 UTC (rev 19184)
@@ -0,0 +1,11 @@
+--- src/smi_driver.c.orig	2012-07-17 04:53:21 UTC
++++ src/smi_driver.c
+@@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
+ 		   "Done writing mode.  Register dump:\n");
+     SMI_PrintRegs(pScrn);
+ 
+-    miInitializeBackingStore(pScreen);
+-
+ #ifdef HAVE_XMODES
+     xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
+ #endif


Property changes on: trunk/x11-drivers/xf86-video-siliconmotion/files/patch-src_smi__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-siliconmotion/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-siliconmotion/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-siliconmotion/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/siliconmotion_drv.la
 lib/xorg/modules/drivers/siliconmotion_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/siliconmotion.4x.gz

Modified: trunk/x11-drivers/xf86-video-sis/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-sis/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-sis/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-sis
 PORTVERSION=	0.10.7
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -15,6 +16,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
-MAN4=		sis.4x
 
 .include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-sis/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-sis/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-sis/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/sis_drv.la
 lib/xorg/modules/drivers/sis_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/sis.4x.gz

Modified: trunk/x11-drivers/xf86-video-tdfx/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-tdfx/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-tdfx/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	xf86-video-tdfx
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.6
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -13,6 +13,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	xf86driproto videoproto xextproto glproto
-MAN4=		tdfx.4x
 
 .include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-tdfx/distinfo
===================================================================
--- trunk/x11-drivers/xf86-video-tdfx/distinfo	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-tdfx/distinfo	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-video-tdfx-1.4.5.tar.bz2) = 70d5fbadfb60fc25e4f90f2a1aad258f64fa3953efbc1059103a8d845870d859
-SIZE (xorg/driver/xf86-video-tdfx-1.4.5.tar.bz2) = 339623
+SHA256 (xorg/driver/xf86-video-tdfx-1.4.6.tar.bz2) = 3a8a88867c40ad61f1c9a09ffd7ac64102fa821685855d50ce66c7603dcc6d37
+SIZE (xorg/driver/xf86-video-tdfx-1.4.6.tar.bz2) = 368300

Modified: trunk/x11-drivers/xf86-video-tdfx/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-tdfx/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-tdfx/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/tdfx_drv.la
 lib/xorg/modules/drivers/tdfx_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/tdfx.4x.gz

Modified: trunk/x11-drivers/xf86-video-trident/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-trident/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-trident/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xf86-video-trident
 PORTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -12,6 +13,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto xf86dgaproto
-MAN4=		trident.4x
 
 .include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-trident/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-trident/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-trident/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/trident_drv.la
 lib/xorg/modules/drivers/trident_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/trident.4x.gz

Modified: trunk/x11-drivers/xf86-video-tseng/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-tseng/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-tseng/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xf86-video-tseng
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -11,6 +12,5 @@
 
 XORG_CAT=	driver
 USE_XORG=	videoproto xextproto
-MAN4=		tseng.4x
 
 .include <bsd.port.mk>

Added: trunk/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c
===================================================================
--- trunk/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c	                        (rev 0)
+++ trunk/x11-drivers/xf86-video-tseng/files/patch-src_tseng__driver.c	2015-05-29 03:12:44 UTC (rev 19184)
@@ -0,0 +1,20 @@
+--- src/tseng_driver.c.orig	2012-07-17 05:21:17 UTC
++++ src/tseng_driver.c
+@@ -39,9 +39,6 @@
+ /* All drivers initialising the SW cursor need this */
+ #include "mipointer.h"
+ 
+-/* All drivers implementing backing store need this */
+-#include "mibstore.h"
+-
+ #include "fb.h"
+ 
+ #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
+@@ -1453,7 +1450,6 @@ TsengScreenInit(SCREEN_INIT_ARGS_DECL)
+ 	}
+     }
+ 
+-    miInitializeBackingStore(pScreen);
+     xf86SetSilkenMouse(pScreen);
+     /* Initialise cursor functions */
+     miDCInitialize(pScreen, xf86GetPointerScreenFuncs());


Property changes on: trunk/x11-drivers/xf86-video-tseng/files/patch-src_tseng__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-tseng/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-tseng/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-tseng/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
-lib/xorg/modules/drivers/tseng_drv.la
 lib/xorg/modules/drivers/tseng_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
+man/man4/tseng.4x.gz

Modified: trunk/x11-drivers/xf86-video-vesa/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-vesa/Makefile	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-vesa/Makefile	2015-05-29 03:12:44 UTC (rev 19184)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-vesa
 PORTVERSION=	2.3.3
-PORTREVISON=	1
+PORTREVISON=	2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org

Modified: trunk/x11-drivers/xf86-video-vesa/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-vesa/pkg-plist	2015-05-29 03:07:39 UTC (rev 19183)
+++ trunk/x11-drivers/xf86-video-vesa/pkg-plist	2015-05-29 03:12:44 UTC (rev 19184)
@@ -1,5 +1,2 @@
 lib/xorg/modules/drivers/vesa_drv.so
 man/man4/vesa.4x.gz
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg



More information about the Midnightbsd-cvs mailing list