Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 02:50:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557338 - head/sysutils/flashrom
Message-ID:  <202012090250.0B92oM1J024630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012090250.0B92oM1J024630>