[Midnightbsd-cvs] mports [23993] trunk/x11-drivers/xf86-video-ati: update to 7.9.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 28 08:57:28 EDT 2018


Revision: 23993
          http://svnweb.midnightbsd.org/mports/?rev=23993
Author:   laffer1
Date:     2018-08-28 08:57:28 -0400 (Tue, 28 Aug 2018)
Log Message:
-----------
update to 7.9.0

Modified Paths:
--------------
    trunk/x11-drivers/xf86-video-ati/Makefile
    trunk/x11-drivers/xf86-video-ati/distinfo
    trunk/x11-drivers/xf86-video-ati/pkg-plist

Modified: trunk/x11-drivers/xf86-video-ati/Makefile
===================================================================
--- trunk/x11-drivers/xf86-video-ati/Makefile	2018-08-28 12:56:34 UTC (rev 23992)
+++ trunk/x11-drivers/xf86-video-ati/Makefile	2018-08-28 12:57:28 UTC (rev 23993)
@@ -1,8 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=	xf86-video-ati
-PORTVERSION=	7.5.0
-PORTREVISION=	2
+PORTVERSION=	7.9.0
+PORTREVISION=	1
+PORTEPOCH=	1
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -9,27 +10,19 @@
 COMMENT=	X.Org ati display driver
 
 LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess \
+		libdrm_radeon.so:graphics/libdrm
+
 USE_GL=		gl
 XORG_CAT=	driver
-USE_XORG=	xf86driproto \
-		xineramaproto \
-		xf86miscproto \
-		glproto \
-		presentproto
-INSTALL_TARGET=	install-strip
+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
-CONFIGURE_ARGS+=--disable-glamor
 
-.include <bsd.mport.options.mk>
-
-.if (${OSVERSION} >= 903000 && ${OSVERSION} < 1000000)
-RUN_DEPENDS+=	drm-kmod>=9:${PORTSDIR}/x11-drivers/drm-kmod
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|"radeonkms"|"radeonkms_port"|g' \
-		${WRKSRC}/src/radeon_kms.c
-.endif
-
 .include <bsd.port.mk>

Modified: trunk/x11-drivers/xf86-video-ati/distinfo
===================================================================
--- trunk/x11-drivers/xf86-video-ati/distinfo	2018-08-28 12:56:34 UTC (rev 23992)
+++ trunk/x11-drivers/xf86-video-ati/distinfo	2018-08-28 12:57:28 UTC (rev 23993)
@@ -1,2 +1,3 @@
-SHA256 (xorg/driver/xf86-video-ati-7.5.0.tar.bz2) = ec3e6f06b6cf9a40c72aafa3448aae8b034c80b37410ca9442d5cf6806e07936
-SIZE (xorg/driver/xf86-video-ati-7.5.0.tar.bz2) = 809756
+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

Modified: trunk/x11-drivers/xf86-video-ati/pkg-plist
===================================================================
--- trunk/x11-drivers/xf86-video-ati/pkg-plist	2018-08-28 12:56:34 UTC (rev 23992)
+++ trunk/x11-drivers/xf86-video-ati/pkg-plist	2018-08-28 12:57:28 UTC (rev 23993)
@@ -2,3 +2,4 @@
 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



More information about the Midnightbsd-cvs mailing list