svn commit: r471489 - head/biology/ncbi-blast+

Mark Linimon linimon at FreeBSD.org
Sun Jun 3 11:14:54 UTC 2018


Author: linimon
Date: Sun Jun  3 11:14:53 2018
New Revision: 471489
URL: https://svnweb.freebsd.org/changeset/ports/471489

Log:
  Mark as broken on powerpc64.  The entire, unhelpful, error message is:
  
  # gmake[2]: Leaving directory '/wrkdirs/usr/ports/biology/ncbi-blast+/work/ncbi-blast-2.5.0+-src/c++/ReleaseMT/build'
  # gmake[1]: *** [Makefile:24: all] Error 2
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/ncbi-blast+/Makefile

Modified: head/biology/ncbi-blast+/Makefile
==============================================================================
--- head/biology/ncbi-blast+/Makefile	Sun Jun  3 11:08:25 2018	(r471488)
+++ head/biology/ncbi-blast+/Makefile	Sun Jun  3 11:14:53 2018	(r471489)
@@ -13,6 +13,8 @@ COMMENT=	NCBI implementation of Basic Local Alignment 
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/scripts/projects/blast/LICENSE
 
+BROKEN_powerpc64=	fails to build: Error 2
+
 LIB_DEPENDS=	libpcre.so:devel/pcre \
 		liblmdb.so:databases/lmdb \
 		liblzo2.so:archivers/lzo2 \


More information about the svn-ports-all mailing list