Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2015 06:09:00 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
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
Message-ID:  <201505040609.t44690Fv091697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=* )
+       ;;
+ 
+       * )



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