[Midnightbsd-cvs] mports: x11-drivers/xf86-video-sis: Added xf86-video-sis-0.9.3_2: X.Org

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Oct 11 23:12:15 EDT 2007


Log Message:
-----------
Added xf86-video-sis-0.9.3_2: X.Org sis display driver

Added Files:
-----------
    mports/x11-drivers/xf86-video-sis:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/x11-drivers/xf86-video-sis/files:
        patch-src_sis__dri.c (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11-drivers/xf86-video-sis/pkg-descr
@@ -0,0 +1,4 @@
+This package contains the X.Org xf86-video-sis driver.
+
+- Florent Thoumie
+flz at FreeBSD.org
--- /dev/null
+++ x11-drivers/xf86-video-sis/pkg-plist
@@ -0,0 +1,5 @@
+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
--- /dev/null
+++ x11-drivers/xf86-video-sis/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for:	xf86-video-sis
+# Date Created:				17 Feb 2006
+# Whom:					Florent Thoumie <flz at FreeBSD.org>
+#
+# $FreeBSD: ports/x11-drivers/xf86-video-sis/Makefile,v 1.2 2007/09/15 14:04:28 flz Exp $
+# $MidnightBSD: mports/x11-drivers/xf86-video-sis/Makefile,v 1.1 2007/10/12 03:12:13 ctriv Exp $
+#
+
+PORTNAME=	xf86-video-sis
+PORTVERSION=	0.9.3
+PORTREVISION=	2
+CATEGORIES=	x11-drivers
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	X.Org sis display driver
+LICENSE=	bsd3
+
+USE_GL=		gl
+
+XORG_CAT=	driver
+USE_XORG=	xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
+MAN4=		sis.4x
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-drivers/xf86-video-sis/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/driver/xf86-video-sis-0.9.3.tar.bz2) = e35d817fa4ee7beb6cd5aa744b9c0783
+SHA256 (xorg/driver/xf86-video-sis-0.9.3.tar.bz2) = 898ee8fb16fff89ba8ac5c83b9f5a2371084719db0cf034140427229191436f6
+SIZE (xorg/driver/xf86-video-sis-0.9.3.tar.bz2) = 617592
--- /dev/null
+++ x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c
@@ -0,0 +1,12 @@
+--- src/sis_dri.c.orig	Thu Dec  7 19:02:49 2006
++++ src/sis_dri.c	Thu Dec  7 19:04:16 2006
+@@ -45,6 +45,9 @@
+ #include "sis.h"
+ #include "sis_regs.h"
+ 
++/* XXX - It doesn't work for a reason but I'm too lazy to find out why. */
++void SISDRICloseScreen(ScreenPtr pScreen);
++
+ #include "fb.h"
+ #include "GL/glxtokens.h"
+ 


More information about the Midnightbsd-cvs mailing list