svn commit: r385376 - in head/biology/ncbi-blast+: . files

Wen Heping wen at FreeBSD.org
Mon May 4 06:09:00 UTC 2015


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 at 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 at 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=* )
+       ;;
+ 
+       * )


More information about the svn-ports-all mailing list