svn commit: r562020 - head/math/amath

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 04:02:58 UTC 2021


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


More information about the svn-ports-head mailing list