svn commit: r485243 - head/x11-drivers/xf86-video-ati

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:36:30 UTC 2018


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
 


More information about the svn-ports-all mailing list