Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 19:46:26 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523491 - head/biology/abyss
Message-ID:  <202001181946.00IJkQiE035904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Jan 18 19:46:26 2020
New Revision: 523491
URL: https://svnweb.freebsd.org/changeset/ports/523491

Log:
  biology/abyss: Broken on i386
  
  Reported by:	fallout

Modified:
  head/biology/abyss/Makefile

Modified: head/biology/abyss/Makefile
==============================================================================
--- head/biology/abyss/Makefile	Sat Jan 18 19:43:44 2020	(r523490)
+++ head/biology/abyss/Makefile	Sat Jan 18 19:46:26 2020	(r523491)
@@ -10,6 +10,8 @@ COMMENT=	Assembly By Short Sequences: parallel, paired
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	result of comparison of constant 18446744073709551615 with expression of type 'size_t', see https://github.com/bcgsc/abyss/issues/310
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/version.hpp:devel/boost-libs \
 		ghc:lang/ghc \
 		pandoc:textproc/hs-pandoc # pandoc is required just for one man page: abyss-sealer



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