[Midnightbsd-cvs] mports: mports/x11-drivers: add xf86-video-r128

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:56:20 EDT 2009


Log Message:
-----------
add xf86-video-r128

Modified Files:
--------------
    mports/x11-drivers:
        Makefile (r1.4 -> r1.5)
    mports/x11-drivers/xorg-drivers:
        Makefile (r1.3 -> r1.4)

Added Files:
-----------
    mports/x11-drivers/xf86-video-r128:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-drivers/Makefile -L x11-drivers/Makefile -u -r1.4 -r1.5
--- x11-drivers/Makefile
+++ x11-drivers/Makefile
@@ -48,6 +48,7 @@
     SUBDIR += xf86-video-nsc
     SUBDIR += xf86-video-nv
     SUBDIR += xf86-video-openchrome
+    SUBDIR += xf86-video-r128
     SUBDIR += xf86-video-radeonhd
     SUBDIR += xf86-video-rendition
     SUBDIR += xf86-video-s3
--- /dev/null
+++ x11-drivers/xf86-video-r128/pkg-descr
@@ -0,0 +1,4 @@
+This package contains the X.Org xf86-video-r128 driver.
+
+- Florent Thoumie
+flz at FreeBSD.org
--- /dev/null
+++ x11-drivers/xf86-video-r128/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/r128_drv.la
+lib/xorg/modules/drivers/r128_drv.so
+ at dirrmtry lib/xorg/modules/drivers
+ at dirrmtry lib/xorg/modules
+ at dirrmtry lib/xorg
--- /dev/null
+++ x11-drivers/xf86-video-r128/Makefile
@@ -0,0 +1,17 @@
+# $MidnightBSD: mports/x11-drivers/xf86-video-r128/Makefile,v 1.1 2009/03/15 20:56:17 laffer1 Exp $
+
+PORTNAME=	xf86-video-r128
+PORTVERSION=	6.8.0
+CATEGORIES=	x11-drivers
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	X.Org r128 display driver
+LICENSE=	x11
+
+USE_GL=		gl
+
+XORG_CAT=	driver
+USE_XORG=	glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto
+MAN4=		r128.4x
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-drivers/xf86-video-r128/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 007bec0c6b07d9d3aeca4da18e561efb
+SHA256 (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 5689ca714fee9c9272bee12883b07a0ef2c40358ffb19fa684e963027b56567b
+SIZE (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 409166
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/xorg-drivers/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11-drivers/xorg-drivers/Makefile -L x11-drivers/xorg-drivers/Makefile -u -r1.3 -r1.4
--- x11-drivers/xorg-drivers/Makefile
+++ x11-drivers/xorg-drivers/Makefile
@@ -1,14 +1,7 @@
-# New ports collection makefile for:    xorg-drivers
-# Date created:				Jun 22 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
-# $FreeBSD: ports/x11-drivers/xorg-drivers/Makefile,v 1.6 2007/10/09 19:30:14 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	xorg-drivers
-PORTVERSION=	7.3
-PORTREVISION=	1
+PORTVERSION=	7.4
 CATEGORIES=	x11-drivers
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -29,14 +22,16 @@
 
 VIDEO_ON=	ati \
 		intel \
+		mach64 \
 		nv \
+		r128 \
 		radeonhd \
-		vesa vga
+		vesa
 
 .if ${ARCH} == "sparc64"
 VIDEO_ON+=	sunffb
 .else
-VIDEO_ON+=	via
+VIDEO_ON+=	openchrome
 .endif
 
 VIDEO_OFF=	apm ark \
@@ -44,16 +39,15 @@
 		dummy \
 		fbdev \
 		glint \
-		i128 i740 i810 imstt \
+		i128 i740 imstt \
 		mga \
 		neomagic newport nsc \
-		openchrome \
 		rendition \
 		s3 s3virge savage siliconmotion	sis \
 		tdfx tga trident tseng \
-		vmware voodoo
+		via vmware voodoo
 
-VIDEO_EXCL=	intel:i810 via:openchrome
+VIDEO_EXCL=	via:openchrome
 
 INPUT_ON=	mouse \
 		keyboard
@@ -66,11 +60,11 @@
 		jamstudio joystick \
 		magellan magictouch microtouch mutouch \
 		palmax penmount \
-		spaceorb summa \
+		spaceorb summa synaptics \
 		tek4957 \
 		vmmouse void
 
-QUIRKS=		keyboard:kbd jamstudio:js_x openchrome:via
+QUIRKS=		keyboard:kbd jamstudio:js_x
 
 .if defined(XORG_COMPLETE)
 . for type in input video
@@ -103,7 +97,7 @@
 .endfor
 
 .if defined(DRV_CONFLICTS)
-IGNORE=		can't be installed because of conflicting drivers (${DRV_CONFLICTS})
+IGNORE=		can't be installed because of conflicting drivers (${DRV_CONFLICTS}). Re-run make config.
 .endif
 
 .for default in on off


More information about the Midnightbsd-cvs mailing list