[Midnightbsd-cvs] mports: mports/x11-drivers: drop i810 in favor of intel video driver.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 16 10:30:39 EDT 2009


Log Message:
-----------
drop i810 in favor of intel video driver.  update radeonhd to 1.2.4

Modified Files:
--------------
    mports/x11-drivers:
        Makefile (r1.5 -> r1.6)
    mports/x11-drivers/xf86-video-radeonhd:
        Makefile (r1.4 -> r1.5)
        distinfo (r1.2 -> r1.3)

Removed Files:
-------------
    mports/x11-drivers/xf86-video-i810:
        Makefile
        distinfo
        pkg-descr
        pkg-plist

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L x11-drivers/Makefile -L x11-drivers/Makefile -u -r1.5 -r1.6
--- x11-drivers/Makefile
+++ x11-drivers/Makefile
@@ -38,7 +38,6 @@
     SUBDIR += xf86-video-glint
     SUBDIR += xf86-video-i128
     SUBDIR += xf86-video-i740
-    SUBDIR += xf86-video-i810
     SUBDIR += xf86-video-imstt
     SUBDIR += xf86-video-intel
     SUBDIR += xf86-video-mach64
--- x11-drivers/xf86-video-i810/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This package contains the X.Org xf86-video-i810 driver.
-
-- Florent Thoumie
-flz at FreeBSD.org
--- x11-drivers/xf86-video-i810/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/libI810XvMC.la
-lib/libI810XvMC.so
-lib/libI810XvMC.so.1
-lib/xorg/modules/drivers/i810_drv.la
-lib/xorg/modules/drivers/i810_drv.so
- at dirrmtry lib/xorg/modules/drivers
- at dirrmtry lib/xorg/modules
- at dirrmtry lib/xorg
--- x11-drivers/xf86-video-i810/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for:	xf86-video-i810
-# Date Created:				17 Feb 2006
-# Whom:					Florent Thoumie <flz at FreeBSD.org>
-#
-# $FreeBSD: ports/x11-drivers/xf86-video-i810/Makefile,v 1.4 2007/09/15 14:04:27 flz Exp $
-# $MidnightBSD: mports/x11-drivers/xf86-video-i810/Makefile,v 1.1 2007/10/12 00:43:02 ctriv Exp $
-#
-
-PORTNAME=	xf86-video-i810
-PORTVERSION=	1.6.5
-CATEGORIES=	x11-drivers
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	X.Org i810 display driver
-LICENSE=	x11
-
-CONFLICTS=	xf86-video-intel-[0-9]*
-
-USE_GL=		gl
-
-XORG_CAT=	driver
-USE_XORG=	xvmc xf86driproto xextproto x11 glproto xineramaproto
-MAN4=		i810.4x
-
-.include <bsd.port.mk>
--- x11-drivers/xf86-video-i810/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xorg/driver/xf86-video-i810-1.6.5.tar.bz2) = fc1e0da3430551bf25a7babf7ccfd3bf
-SHA256 (xorg/driver/xf86-video-i810-1.6.5.tar.bz2) = 30d0cd555d8b8b5bb53d93eaae1ad2aecb5c94a760e2346d60b6e194c254e40f
-SIZE (xorg/driver/xf86-video-i810-1.6.5.tar.bz2) = 439503
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-drivers/xf86-video-radeonhd/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-drivers/xf86-video-radeonhd/Makefile -L x11-drivers/xf86-video-radeonhd/Makefile -u -r1.4 -r1.5
--- x11-drivers/xf86-video-radeonhd/Makefile
+++ x11-drivers/xf86-video-radeonhd/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	xf86-video-radeonhd
-# Date Created:				20 Oct 2007
-# Whom:					Rene Ladan <r.c.ladan at gmail.com>
-#
 # $MidnightBSD$
-# $FreeBSD: ports/x11-drivers/xf86-video-radeonhd/Makefile,v 1.3 2008/01/02 12:20:08 flz Exp $
-#
 
 PORTNAME=	xf86-video-radeonhd
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -17,19 +12,20 @@
 OPTIONS=	UTILS "Install rhd_conntest and rhd_dump utilities" off
 
 XORG_CAT=	driver
-USE_XORG=	videoproto xextproto
+USE_XORG=	damageproto videoproto xextproto xf86driproto
+CONFIGURE_ARGS=	--enable-exa
 
 MAN4=	radeonhd.4x
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_UTILS)
-LIB_DEPENDS+= pci.2:${PORTSDIR}/devel/libpci
-PLIST_SUB=    UTILS=""
-CONFIGURE_ENV+=       PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
-              PCIUTILS_LIBS="-L${LOCALBASE}/lib"
+LIB_DEPENDS+=	pci.2:${PORTSDIR}/devel/libpci
+PLIST_SUB=	UTILS=""
+CONFIGURE_ENV+=	PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
+		PCIUTILS_LIBS="-L${LOCALBASE}/lib"
 .else
-PLIST_SUB=    UTILS="@comment "
+PLIST_SUB=	UTILS="@comment "
 .endif
 
 .if defined(WITH_UTILS)
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/x11-drivers/xf86-video-radeonhd/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-drivers/xf86-video-radeonhd/distinfo -L x11-drivers/xf86-video-radeonhd/distinfo -u -r1.2 -r1.3
--- x11-drivers/xf86-video-radeonhd/distinfo
+++ x11-drivers/xf86-video-radeonhd/distinfo
@@ -1,3 +1,3 @@
-MD5 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 9db15e1f1f891f514ca72dd9a3cc360a
-SHA256 (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 2e06e8cd714e5345165c64e8a96ea0e7bae44ae2655760ef0eee17ab788ab388
-SIZE (xorg/driver/xf86-video-radeonhd-1.2.1.tar.bz2) = 512608
+MD5 (xorg/driver/xf86-video-radeonhd-1.2.4.tar.bz2) = 3c9cfffe7e3d795dde59ea0eef7361b1
+SHA256 (xorg/driver/xf86-video-radeonhd-1.2.4.tar.bz2) = 78f1d53f74a86f73a2bd49150321c86b9a9ff5d669c562612f65f58cffc9dc6e
+SIZE (xorg/driver/xf86-video-radeonhd-1.2.4.tar.bz2) = 684446


More information about the Midnightbsd-cvs mailing list