resurrect old port: xf86-video-ati@479538 as xf86-video-ati-legacy

As there are some issues with the later xf86-video-ati revisions on old DRMs
such as drm-legacy-kmod, resurrect the old version of the port as legacy. Add
conflict with newer port. Note intended use in pkg-descr.

Approved by:	x11 (zeising)
This commit is contained in:
Johannes M Dieterich 2018-10-18 02:10:00 +00:00
parent 6829e6204b
commit 425938f86a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482322
6 changed files with 44 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += xf86-video-ark
SUBDIR += xf86-video-ast
SUBDIR += xf86-video-ati
SUBDIR += xf86-video-ati-legacy
SUBDIR += xf86-video-chips
SUBDIR += xf86-video-cirrus
SUBDIR += xf86-video-dummy

View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= xf86-video-ati-legacy
PORTVERSION= 7.9.0
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-drivers
DISTNAME= xf86-video-ati-${DISTVERSION}
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org ati display driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
libdrm_radeon.so:graphics/libdrm
CONFLICTS_INSTALL= xf86-video-ati
USE_GL= gl
XORG_CAT= driver
USE_XORG= pciaccess
# No Radeon kernel driver on non-x86 and PC98.
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
CONFIGURE_ARGS+=--disable-udev
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1489676661
SHA256 (xorg/driver/xf86-video-ati-7.9.0.tar.bz2) = 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875
SIZE (xorg/driver/xf86-video-ati-7.9.0.tar.bz2) = 848502

View File

@ -0,0 +1,2 @@
This package contains the X.Org xf86-video-ati driver. It is an old version
intended to be used with the drm-legacy-kmod.

View File

@ -0,0 +1,5 @@
lib/xorg/modules/drivers/ati_drv.so
lib/xorg/modules/drivers/radeon_drv.so
man/man4/ati.4x.gz
man/man4/radeon.4x.gz
share/X11/xorg.conf.d/10-radeon.conf

View File

@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
libdrm_radeon.so:graphics/libdrm
CONFLICTS_INSTALL= xf86-video-ati-legacy
USE_GL= gl
XORG_CAT= driver
USE_XORG= pciaccess