[Midnightbsd-cvs] mports [15718] trunk/x11-drivers/xf86-video-radeonhd: mark depricated

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 22 12:59:40 EST 2013


Revision: 15718
          http://svnweb.midnightbsd.org/mports/?rev=15718
Author:   laffer1
Date:     2013-12-22 12:59:37 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
mark depricated

Modified Paths:
--------------
    trunk/x11-drivers/xf86-video-radeonhd/Makefile
    trunk/x11-drivers/xf86-video-radeonhd/distinfo

Modified: trunk/x11-drivers/xf86-video-radeonhd/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-radeonhd/Makefile	2013-12-22 17:41:35 UTC (rev 15717)
+++ trunk/x11-drivers/xf86-video-radeonhd/Makefile	2013-12-22 17:59:37 UTC (rev 15718)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-radeonhd
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -9,18 +9,22 @@
 COMMENT=	X.Org ati RadeonHD display driver
 LICENSE=	mit
 
-OPTIONS=	UTILS "Install rhd_conntest and rhd_dump utilities" off
+OPTIONS_DEFINE=	UTILS
+UTILS_DESC=	Install rhd_conntest and rhd_dump utilities
 
 XORG_CAT=	driver
 USE_XORG=	damageproto glproto videoproto xextproto xf86driproto
 CONFIGURE_ARGS=	--enable-exa
+CONFLICTS=	xf86-video-radeonhd-devel-[0-9]*
 
-MAN4=	radeonhd.4x
+IGNORE=		Reports of issues with KMS, unsupported, use xf86-video-ati.
+DEPRECATED=	Abandond upstream since 2010
+EXPIRATION_DATE=2014-02-28
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
-.if defined(WITH_UTILS)
-LIB_DEPENDS+=	pci.3:${PORTSDIR}/devel/libpci
+.if ${PORT_OPTIONS:MUTILS}
+LIB_DEPENDS+=	pci:${PORTSDIR}/devel/libpci
 PLIST_SUB=	UTILS=""
 CONFIGURE_ENV+=	PCIUTILS_CFLAGS="-I${LOCALBASE}/include -lpci -lz" \
 		PCIUTILS_LIBS="-L${LOCALBASE}/lib"
@@ -28,10 +32,10 @@
 PLIST_SUB=	UTILS="@comment "
 .endif
 
-.if defined(WITH_UTILS)
+.if ${PORT_OPTIONS:MUTILS}
 post-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_conntest ${PREFIX}/sbin
 	${INSTALL_PROGRAM} ${WRKSRC}/utils/conntest/rhd_dump ${PREFIX}/sbin
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-radeonhd/distinfo
===================================================================
--- trunk/x11-drivers/xf86-video-radeonhd/distinfo	2013-12-22 17:41:35 UTC (rev 15717)
+++ trunk/x11-drivers/xf86-video-radeonhd/distinfo	2013-12-22 17:59:37 UTC (rev 15718)
@@ -1,3 +1,2 @@
 SHA256 (xorg/driver/xf86-video-radeonhd-1.3.0.tar.bz2) = 5adad675e60e973f2e3522a01457d9214157fbb5005090fe48092e6e5e698ad5
-RMD160 (xorg/driver/xf86-video-radeonhd-1.3.0.tar.bz2) = 1f396df814872caf2b58f36929f7b6d1db16959f
 SIZE (xorg/driver/xf86-video-radeonhd-1.3.0.tar.bz2) = 772985



More information about the Midnightbsd-cvs mailing list