svn commit: r523491 - head/biology/abyss

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 18 19:46:27 UTC 2020


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


More information about the svn-ports-all mailing list