From owner-svn-ports-head@FreeBSD.ORG Mon May 4 06:09:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE950896; Mon, 4 May 2015 06:09:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD2E61F76; Mon, 4 May 2015 06:09:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t44690Sf091700; Mon, 4 May 2015 06:09:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t44690Fv091697; Mon, 4 May 2015 06:09:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505040609.t44690Fv091697@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 4 May 2015 06:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385376 - in head/biology/ncbi-blast+: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2015 06:09:00 -0000 Author: wen Date: Mon May 4 06:08:59 2015 New Revision: 385376 URL: https://svnweb.freebsd.org/changeset/ports/385376 Log: - Unbreak PR: 199734 Submitted by: jwbacon@tds.net(maintainer) Added: head/biology/ncbi-blast+/files/ head/biology/ncbi-blast+/files/patch-src_build-system_configure (contents, props changed) Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Mon May 4 04:04:51 2015 (r385375) +++ head/biology/ncbi-blast+/Makefile Mon May 4 06:08:59 2015 (r385376) @@ -13,8 +13,6 @@ DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= jwbacon@tds.net COMMENT= NCBI implementation of Basic Local Alignment Search Tool -BROKEN= Fails to configure - LICENSE= Public_domain LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE Added: head/biology/ncbi-blast+/files/patch-src_build-system_configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/ncbi-blast+/files/patch-src_build-system_configure Mon May 4 06:08:59 2015 (r385376) @@ -0,0 +1,11 @@ +--- src/build-system/configure.orig 2015-04-27 09:51:45.000000000 -0500 ++++ src/build-system/configure 2015-04-27 09:52:01.000000000 -0500 +@@ -1606,7 +1606,7 @@ + | --with-muparser=* | --with-hdf5=* | --with-jni=* | --with-magic=* \ + | --x-includes=* | --x-libraries=* | --with-3psw=* \ + | --target=* | --with-runpath=* | --with-relative-runpath=* \ +- | --help | --no-create | --no-recursion) ++ | --help | --no-create | --no-recursion | --localstatedir=* ) + ;; + + * )