2007-05-19 22:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xf86-video-ati
|
2017-03-16 17:29:07 +01:00
|
|
|
PORTVERSION= 7.9.0
|
2017-05-23 07:03:14 +02:00
|
|
|
PORTREVISION= 1
|
2017-01-15 12:27:00 +01:00
|
|
|
PORTEPOCH= 1
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11-drivers
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X.Org ati display driver
|
|
|
|
|
Xorg-servers update to 1.18.4 with driver updates and revision bumps.
Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode
PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287,
216288,216292,216298,214560,216299,216300,216301,216302
Approved by: swills (mentor, portmgr)
Differential Revision: https://reviews.freebsd.org/D9436
2017-02-11 15:17:58 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
|
|
|
|
libdrm_radeon.so:graphics/libdrm
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
USE_GL= gl
|
|
|
|
XORG_CAT= driver
|
Xorg-servers update to 1.18.4 with driver updates and revision bumps.
Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode
PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287,
216288,216292,216298,214560,216299,216300,216301,216302
Approved by: swills (mentor, portmgr)
Differential Revision: https://reviews.freebsd.org/D9436
2017-02-11 15:17:58 +01:00
|
|
|
USE_XORG= pciaccess
|
|
|
|
|
2014-09-10 12:42:46 +02:00
|
|
|
# No Radeon kernel driver on non-x86 and PC98.
|
2014-10-20 16:27:59 +02:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
Xorg-servers update to 1.18.4 with driver updates and revision bumps.
Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode
PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287,
216288,216292,216298,214560,216299,216300,216301,216302
Approved by: swills (mentor, portmgr)
Differential Revision: https://reviews.freebsd.org/D9436
2017-02-11 15:17:58 +01:00
|
|
|
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86
|
2014-09-10 12:42:46 +02:00
|
|
|
|
2013-09-29 19:01:41 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-udev
|
2013-03-11 11:41:37 +01:00
|
|
|
|
2013-12-16 20:10:23 +01:00
|
|
|
.include <bsd.port.mk>
|