[linimon at FreeBSD.org: svn commit: r485243 - head/x11-drivers/xf86-video-ati]

Mark Linimon linimon at lonesome.com
Tue Nov 20 03:28:49 UTC 2018


Apologies if this is a duplicate.  I was having mail trouble.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Sun, 18 Nov 2018 18:36:29 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r485243 - head/x11-drivers/xf86-video-ati

Author: linimon
Date: Sun Nov 18 18:36:28 2018
New Revision: 485243
URL: https://svnweb.freebsd.org/changeset/ports/485243

Log:
  Allow building on powerpc64 for testing.
  
  While here, pet portlint.
  
  Reported by:	jhibbits
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11-drivers/xf86-video-ati/Makefile

Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile	Sun Nov 18 18:35:38 2018	(r485242)
+++ head/x11-drivers/xf86-video-ati/Makefile	Sun Nov 18 18:36:28 2018	(r485243)
@@ -11,6 +11,10 @@ COMMENT=	X.Org ati display driver
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+# No Radeon kernel driver on non-x86.
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64
+ONLY_FOR_ARCHS_REASON=	KMS is required and currently only available on x86
+
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess \
 		libdrm_radeon.so:graphics/libdrm
 
@@ -19,10 +23,6 @@ CONFLICTS_INSTALL=	xf86-video-ati-legacy
 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
 


----- End forwarded message -----


More information about the freebsd-x11 mailing list