svn commit: r557338 - head/sysutils/flashrom

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 02:50:23 UTC 2020


Author: linimon
Date: Wed Dec  9 02:50:21 2020
New Revision: 557338
URL: https://svnweb.freebsd.org/changeset/ports/557338

Log:
  Also mark NOT_FOR riscv64, like aarch64.
  
  The error message is just slightly different:
  
    ./platform.h:172:2: error: Unable to determine endianness.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/sysutils/flashrom/Makefile

Modified: head/sysutils/flashrom/Makefile
==============================================================================
--- head/sysutils/flashrom/Makefile	Wed Dec  9 02:46:43 2020	(r557337)
+++ head/sysutils/flashrom/Makefile	Wed Dec  9 02:50:21 2020	(r557338)
@@ -13,8 +13,8 @@ COMMENT=	Utility for reading, writing, verifying, and 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NOT_FOR_ARCHS=	aarch64
-NOT_FOR_ARCHS_REASON=	./hwaccess.h:126:2: error: Unable to determine endianness.
+NOT_FOR_ARCHS=	aarch64 riscv64
+NOT_FOR_ARCHS_REASON=	Unable to determine endianness.
 
 LIB_DEPENDS=	libpci.so:devel/libpci
 


More information about the svn-ports-all mailing list