svn commit: r557208 - head/devel/cpu_features

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:39:51 UTC 2020


Author: linimon
Date: Mon Dec  7 03:39:51 2020
New Revision: 557208
URL: https://svnweb.freebsd.org/changeset/ports/557208

Log:
  Also mark NOT_FOR riscv64:
  
    CMake Error at CMakeLists.txt:77 (message):
    Unsupported architectures riscv64
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/cpu_features/Makefile

Modified: head/devel/cpu_features/Makefile
==============================================================================
--- head/devel/cpu_features/Makefile	Mon Dec  7 03:36:37 2020	(r557207)
+++ head/devel/cpu_features/Makefile	Mon Dec  7 03:39:51 2020	(r557208)
@@ -10,8 +10,8 @@ COMMENT=	Cross platform C99 library to get cpu feature
 
 LICENSE=	APACHE20
 
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64
-NOT_FOR_ARCHS_REASON=	assumes android if on ARM or MIPS
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 riscv64
+NOT_FOR_ARCHS_REASON=	assumes android if on ARM or MIPS; not ported to riscv64
 
 USES=	cmake:insource
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list