svn commit: r556901 - head/sysutils/radeontop

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 15:25:38 UTC 2020


Author: linimon
Date: Thu Dec  3 15:25:37 2020
New Revision: 556901
URL: https://svnweb.freebsd.org/changeset/ports/556901

Log:
  Mark as also not for riscv64.
  
  While here, pet portlint (Makevars order).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/radeontop/Makefile

Modified: head/sysutils/radeontop/Makefile
==============================================================================
--- head/sysutils/radeontop/Makefile	Thu Dec  3 15:15:03 2020	(r556900)
+++ head/sysutils/radeontop/Makefile	Thu Dec  3 15:25:37 2020	(r556901)
@@ -11,11 +11,11 @@ COMMENT=	Program that shows AMD Radeon GPU resource ut
 
 LICENSE=	GPLv3
 
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 riscv64
+NOT_FOR_ARCHS_REASON=	fails to compile: fatal error: amdgpu_drm.h file not found
+
 LIB_DEPENDS=	libpciaccess.so:devel/libpciaccess \
 		libdrm.so:graphics/libdrm
-
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64
-NOT_FOR_ARCHS_REASON=	fails to compile: fatal error: amdgpu_drm.h file not found
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	clbr


More information about the svn-ports-all mailing list