pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/biology/ncbi-blast+



Module Name:    pkgsrc
Committed By:   bacon
Date:           Wed Mar 16 00:32:01 UTC 2022

Modified Files:
        pkgsrc/biology/ncbi-blast+: Makefile

Log Message:
biology/ncbi-blast+: Disable MKPIE

Temporary fix to unbreak build on NetBSD with freeze approaching


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/biology/ncbi-blast+/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/biology/ncbi-blast+/Makefile
diff -u pkgsrc/biology/ncbi-blast+/Makefile:1.26 pkgsrc/biology/ncbi-blast+/Makefile:1.27
--- pkgsrc/biology/ncbi-blast+/Makefile:1.26    Wed Dec  8 16:03:24 2021
+++ pkgsrc/biology/ncbi-blast+/Makefile Wed Mar 16 00:32:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/12/08 16:03:24 adam Exp $
+# $NetBSD: Makefile,v 1.27 2022/03/16 00:32:01 bacon Exp $
 
 DISTNAME=      ncbi-blast-2.11.0+-src
 PKGNAME=       ${DISTNAME:S/+-src//:S/blast/blast+/}
@@ -30,6 +30,7 @@ REPLACE_BASH+=                src/app/blast/get_specie
 REPLACE_PERL=          src/app/blast/legacy_blast.pl src/app/blast/update_blastdb.pl
 REPLACE_PYTHON=                src/app/winmasker/windowmasker_2.2.22_adapter.py
 REPLACE_PYTHON+=       src/app/blast/cleanup-blastdb-volumes.py
+MKPIE_SUPPORTED=       no      # Temporary fix
 
 # The test for amq can hang, but amq is not needed so just avoid the test
 # configure chooses /usr/local/bin/ar with no flags



Home | Main Index | Thread Index | Old Index