Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 02:29:16 +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: r562006 - head/biology/ugene
Message-ID:  <202101190229.10J2TGAc001310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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