git: c306479f2b4a - main - biology/ncbi-blast+: only for aarch64, amd64

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Tue, 24 Feb 2026 01:19:26 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c306479f2b4a4dd7c6d7b7c716574a25a0748986

commit c306479f2b4a4dd7c6d7b7c716574a25a0748986
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-20 17:57:39 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-24 00:44:48 +0000

    biology/ncbi-blast+: only for aarch64, amd64
    
    This port uses SIMD intrincis to compute CRC checksums.
    It's probably easy to add a generic code path if desired.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q1
    Sponsored by:   Raptor Computing Systems, LLC
---
 biology/ncbi-blast+/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile
index 1627922c6d5e..028fc5758e2a 100644
--- a/biology/ncbi-blast+/Makefile
+++ b/biology/ncbi-blast+/Makefile
@@ -12,8 +12,9 @@ WWW=		https://blast.ncbi.nlm.nih.gov/
 LICENSE=	PD
 LICENSE_FILE=	${WRKSRC}/scripts/projects/blast/LICENSE
 
-ONLY_FOR_ARCHS=		aarch64 amd64 powerpc64 powerpc64le riscv64
-ONLY_FOR_ARCHS_REASON=	Requires 64-bit processor
+# also for 64 bit only
+ONLY_FOR_ARCHS=		aarch64 amd64
+ONLY_FOR_ARCHS_REASON= deflate.c:149:2: error: "Only 64-bit Intel and ARM architectures are supported"
 
 BUILD_DEPENDS=	grpc>0:devel/grpc
 LIB_DEPENDS=	libdw.so:devel/elfutils \