Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 13:30:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421424 - head/biology/ncbi-blast+/files
Message-ID:  <201609061330.u86DUn4B048636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  6 13:30:48 2016
New Revision: 421424
URL: https://svnweb.freebsd.org/changeset/ports/421424

Log:
  - Make configure script handle --disable-silent-rules gracefully
  
  PR:		212075
  Approved by:	portmgr blanket

Modified:
  head/biology/ncbi-blast+/files/patch-src_build-system_configure

Modified: head/biology/ncbi-blast+/files/patch-src_build-system_configure
==============================================================================
--- head/biology/ncbi-blast+/files/patch-src_build-system_configure	Tue Sep  6 13:19:52 2016	(r421423)
+++ head/biology/ncbi-blast+/files/patch-src_build-system_configure	Tue Sep  6 13:30:48 2016	(r421424)
@@ -5,7 +5,7 @@
        | --x-includes=* | --x-libraries=* | --with-3psw=* \
        | --target=* | --with-runpath=* | --with-relative-runpath=* \
 -      | --help | --no-create | --no-recursion)
-+      | --help | --no-create | --no-recursion | --localstatedir=* )
++      | --help | --no-create | --no-recursion | --localstatedir=* | --disable-silent-rules )
        ;;
  
        * )



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