[Midnightbsd-cvs] mports: mports/x11-drivers: add mach64 driver for old ati cards.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:52:24 EDT 2009


Log Message:
-----------
add mach64 driver for old ati cards.

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

Added Files:
-----------
    mports/x11-drivers/xf86-video-mach64:
        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.3
retrieving revision 1.4
diff -L x11-drivers/Makefile -L x11-drivers/Makefile -u -r1.3 -r1.4
--- x11-drivers/Makefile
+++ x11-drivers/Makefile
@@ -41,6 +41,7 @@
     SUBDIR += xf86-video-i810
     SUBDIR += xf86-video-imstt
     SUBDIR += xf86-video-intel
+    SUBDIR += xf86-video-mach64
     SUBDIR += xf86-video-mga
     SUBDIR += xf86-video-neomagic
     SUBDIR += xf86-video-newport
--- /dev/null
+++ x11-drivers/xf86-video-mach64/pkg-descr
@@ -0,0 +1,4 @@
+This package contains the X.Org xf86-video-mach64 driver.
+
+- Florent Thoumie
+flz at FreeBSD.org
--- /dev/null
+++ x11-drivers/xf86-video-mach64/pkg-plist
@@ -0,0 +1,5 @@
+lib/xorg/modules/drivers/mach64_drv.la
+lib/xorg/modules/drivers/mach64_drv.so
+ at dirrmtry lib/xorg/modules/drivers
+ at dirrmtry lib/xorg/modules
+ at dirrmtry lib/xorg
--- /dev/null
+++ x11-drivers/xf86-video-mach64/Makefile
@@ -0,0 +1,16 @@
+# $MidnightBSD: mports/x11-drivers/xf86-video-mach64/Makefile,v 1.1 2009/03/15 20:52:21 laffer1 Exp $
+
+PORTNAME=	xf86-video-mach64
+PORTVERSION=	6.8.0
+CATEGORIES=	x11-drivers
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	X.Org mach64 display driver
+LICENSE=	x11
+
+USE_GL=		gl
+
+XORG_CAT=	driver
+USE_XORG=	glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-drivers/xf86-video-mach64/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = 6081b8fa50c689d51f85c2fbaf93867e
+SHA256 (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = fba616f88d351759e00a90965e38a0d82608698ae36fc2a18df4036cd384e1a1
+SIZE (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = 477295


More information about the Midnightbsd-cvs mailing list