From owner-svn-ports-all@freebsd.org Sun Jun 3 11:14:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15FE0EFA946; Sun, 3 Jun 2018 11:14:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B75CF7F79B; Sun, 3 Jun 2018 11:14:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 964DC1DDF7; Sun, 3 Jun 2018 11:14:53 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w53BErGF025790; Sun, 3 Jun 2018 11:14:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w53BErQO025789; Sun, 3 Jun 2018 11:14:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201806031114.w53BErQO025789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 3 Jun 2018 11:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471489 - head/biology/ncbi-blast+ X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/biology/ncbi-blast+ X-SVN-Commit-Revision: 471489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 11:14:54 -0000 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 \