Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 04:02:58 +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: r562020 - head/math/amath
Message-ID:  <202101190402.10J42wMj063143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 19 04:02:57 2021
New Revision: 562020
URL: https://svnweb.freebsd.org/changeset/ports/562020

Log:
  Mark as BROKEN on riscv64:
  
    ./prim.h:117:2: error: Must define endianness
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/math/amath/Makefile

Modified: head/math/amath/Makefile
==============================================================================
--- head/math/amath/Makefile	Tue Jan 19 03:56:40 2021	(r562019)
+++ head/math/amath/Makefile	Tue Jan 19 04:02:57 2021	(r562020)
@@ -13,6 +13,8 @@ COMMENT=	Simple command line calculator
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_riscv64=		fails to compile: ./prim.h:117:2: Must define endianness
+
 USES=		gmake
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 HAS_CONFIGURE=	yes



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