Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 15:05:47 +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: r556646 - head/security/poly1305aes
Message-ID:  <202011301505.0AUF5lrt008867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Nov 30 15:05:46 2020
New Revision: 556646
URL: https://svnweb.freebsd.org/changeset/ports/556646

Log:
  Fails the same was on riscv64 as the others.
  
  While here, pet portlint.
  
  Obtained from:	lonesome.com build testing

Modified:
  head/security/poly1305aes/Makefile

Modified: head/security/poly1305aes/Makefile
==============================================================================
--- head/security/poly1305aes/Makefile	Mon Nov 30 15:02:12 2020	(r556645)
+++ head/security/poly1305aes/Makefile	Mon Nov 30 15:05:46 2020	(r556646)
@@ -11,14 +11,15 @@ COMMENT=	Poly1305 message authentication reference imp
 
 LICENSE=	PD
 
-ALL_TARGET=	default
-
-CC+=		${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
-
+BROKEN_aarch64=		fails to build: poly1305aes.impl.do: fatal: all tests failed
 BROKEN_armv6=		fails to build: poly1305aes.impl.do: fatal: all tests failed
 BROKEN_armv7=		fails to build: poly1305aes.impl.do: fatal: all tests failed
-BROKEN_aarch64=		fails to build: poly1305aes.impl.do: fatal: all tests failed
+BROKEN_riscv64=		fails to build: poly1305aes.impl.do: fatal: all tests failed
 NOT_FOR_ARCHS=	amd64
+
+ALL_TARGET=	default
+
+CC+=		${CPPFLAGS} ${CFLAGS} ${LDFLAGS}
 
 .include <bsd.port.pre.mk>
 



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