diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11-drivers/xf86-video-sis | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r-- | x11-drivers/xf86-video-sis/Makefile | 22 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c | 12 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Makefile b/x11-drivers/xf86-video-sis/Makefile new file mode 100644 index 000000000000..27cd0b35edb6 --- /dev/null +++ b/x11-drivers/xf86-video-sis/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xf86-video-sis +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-sis +PORTVERSION= 0.9.3 +PORTREVISION= 1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org sis display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto +MAN4= sis.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-sis/distinfo b/x11-drivers/xf86-video-sis/distinfo new file mode 100644 index 000000000000..6d672f933d67 --- /dev/null +++ b/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 diff --git a/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c b/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c new file mode 100644 index 000000000000..501faf40c6f7 --- /dev/null +++ b/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" + diff --git a/x11-drivers/xf86-video-sis/pkg-descr b/x11-drivers/xf86-video-sis/pkg-descr new file mode 100644 index 000000000000..18f08cfb9478 --- /dev/null +++ b/x11-drivers/xf86-video-sis/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-sis driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-sis/pkg-plist b/x11-drivers/xf86-video-sis/pkg-plist new file mode 100644 index 000000000000..e1daba86088a --- /dev/null +++ b/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 +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |