head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.24 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.22 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.20 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.18 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.16 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.14 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.12 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.10 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.8 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.6 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.4 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.2 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.3.0.8 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.6 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.4 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.2 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.2.0.8 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.24 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.22 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.20 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.18 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.14 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.16 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.12 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.10 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.8 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2023.05.28.22.48.27; author bacon; state Exp; branches; next 1.3; commitid 2xcMmRnzVVMOAMqE; 1.3 date 2022.04.10.20.54.51; author bacon; state Exp; branches; next 1.2; commitid TQj3iJRfIuYUeHzD; 1.2 date 2021.06.11.13.47.40; author bacon; state Exp; branches; next 1.1; commitid ueYGTanmtjc5DIWC; 1.1 date 2018.04.27.20.28.28; author bacon; state Exp; branches; next ; commitid PIQsEyVN4kVJw7AA; desc @@ 1.4 log @biology/ncbi-blast+: Update to 2.14.0 Several minor bug fixes, a few other enhancements Also set only for 64-bit platforms (required for most bioinformatics) Changes: https://www.ncbi.nlm.nih.gov/sites/books/NBK131777/ @ text @$NetBSD$ # Avert missing --with-libiconv-prefix option --- src/build-system/configure.orig 2021-06-10 19:44:11.069762486 +0000 +++ src/build-system/configure @@@@ -2015,7 +2015,7 @@@@ for x_arg in "$@@" ; do | --libdir=* | --includedir=* | --build=* | --host=* | --target=* \ | --mandir=* | --infodir=* | --docdir=* | --htmldir=* \ | --datadir=* | --sysconfdir=* | --localstatedir=* \ - | --with-runpath=* | --with-relative-runpath=* \ + | --with-runpath=* | --with-relative-runpath=* | --with-libiconv-prefix=* \ | --with-experimental=* | --with-extra-action=* | --with-build-root=* \ | --with-fake-root=* | --with-build-root-sfx=* | --with-check=* \ | --with-check-tools=* | --with-ftds=[0-9]* | --with-fastcgi=[0-9]* \ @ 1.3 log @biology/ncbi-blast+: Update to 2.13.0 Several minor bug fixes and improvements since 2.11.0 Changes: https://www.ncbi.nlm.nih.gov/books/NBK131777/?report=reader @ text @@ 1.2 log @biology/ncbi-blast+: Update to 2.11.0 Release notes: https://www.ncbi.nlm.nih.gov/books/NBK131777/ @ text @@ 1.1 log @biology/ncbi-blast+: import ncbi-blast+-2.7.1 The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families. OK wiz@@ @ text @d3 1 a3 1 # Fix support for localstatedir d5 1 a5 1 --- src/build-system/configure.orig 2018-02-19 01:32:40 UTC d7 1 a7 1 @@@@ -1755,7 +1755,7 @@@@ for x_arg in "$@@" ; do d12 1 a12 1 + | --with-runpath=* | --with-relative-runpath=* | --localstatedir=* \ @