svn commit: r562006 - head/biology/ugene

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 02:29:17 UTC 2021


Author: linimon
Date: Tue Jan 19 02:29:16 2021
New Revision: 562006
URL: https://svnweb.freebsd.org/changeset/ports/562006

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/biology/ugene/Makefile

Modified: head/biology/ugene/Makefile
==============================================================================
--- head/biology/ugene/Makefile	Tue Jan 19 02:26:53 2021	(r562005)
+++ head/biology/ugene/Makefile	Tue Jan 19 02:29:16 2021	(r562006)
@@ -11,9 +11,10 @@ COMMENT=	Free, open-source, cross-platform bioinformat
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	bash:shells/bash
-
 BROKEN_aarch64=	Fails to build: invokes x86 asm
+BROKEN_riscv64=	Fails to build: invokes x86 asm
+
+RUN_DEPENDS=	bash:shells/bash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ugeneunipro


More information about the svn-ports-all mailing list