svn commit: r421424 - head/biology/ncbi-blast+/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 6 13:30:50 UTC 2016


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 )
        ;;
  
        * )


More information about the svn-ports-head mailing list