diff options
author | zeising <zeising@FreeBSD.org> | 2013-12-16 23:49:55 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-12-16 23:49:55 +0800 |
commit | 181de03d740a507075891435b020bce5f4a6cb05 (patch) | |
tree | 58e320711724c7df060577a6cacd188b16a7c9cd /x11-drivers | |
parent | 8ed9a943fd1f92d9dde6fc2019be02b0b7e7f4d9 (diff) | |
download | freebsd-ports-gnome-181de03d740a507075891435b020bce5f4a6cb05.tar.gz freebsd-ports-gnome-181de03d740a507075891435b020bce5f4a6cb05.tar.zst freebsd-ports-gnome-181de03d740a507075891435b020bce5f4a6cb05.zip |
Mark as ignore and set expiration date.
Port abandoned upstream, reports of it causing trouble using KMS.
Please use x11-drivers/xf86-video-ati instead.
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile index 01430e76c294..abdcc2e6bde9 100644 --- a/x11-drivers/xf86-video-radeonhd/Makefile +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -17,6 +17,10 @@ USE_XORG= damageproto glproto videoproto xextproto xf86driproto CONFIGURE_ARGS= --enable-exa CONFLICTS= xf86-video-radeonhd-devel-[0-9]* +IGNORE= Reports of issues with KMS, unsupported, use xf86-video-ati. +DEPRECATED= Abandond upstream since 2010 +EXPIRATION_DATE=2014-02-28 + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUTILS} |