svn commit: r557798 - head/misc/dynomite

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 06:08:49 UTC 2020


Author: linimon
Date: Sat Dec 12 06:08:48 2020
New Revision: 557798
URL: https://svnweb.freebsd.org/changeset/ports/557798

Log:
  Mark BROKEN on riscv64 similar to aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/misc/dynomite/Makefile

Modified: head/misc/dynomite/Makefile
==============================================================================
--- head/misc/dynomite/Makefile	Sat Dec 12 05:50:38 2020	(r557797)
+++ head/misc/dynomite/Makefile	Sat Dec 12 06:08:48 2020	(r557798)
@@ -12,6 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to configure: checking build system type... Invalid configuration 'aarch64-portbld-freebsd13.0': machine 'aarch64-portbld' not recognized
+BROKEN_riscv64=		fails to configure: configure: error: /bin/sh config/config.sub riscv64-portbld-freebsd13.0 failed
 
 USES=		autoreconf gmake libtool ssl
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list