git: c1fa97bfbb23 - 2026Q1 - biology/infernal: not for ppc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Feb 2026 01:21:01 UTC
The branch 2026Q1 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c1fa97bfbb23ef48da07cc7cb3002bd62c139bb3
commit c1fa97bfbb23ef48da07cc7cb3002bd62c139bb3
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-02-20 12:14:13 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-02-24 01:20:53 +0000
biology/infernal: not for ppc64le
Project can use VMX, but only on big endian platforms.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1
Sponsored by: Raptor Computing Systems, LLC
(cherry picked from commit 8e33257234d52d48e390cce3d55162aebaa6c59d)
---
biology/infernal/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/biology/infernal/Makefile b/biology/infernal/Makefile
index 4e3e096bf7f6..115b4e7a4dab 100644
--- a/biology/infernal/Makefile
+++ b/biology/infernal/Makefile
@@ -11,7 +11,7 @@ WWW= http://eddylab.org/infernal/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
+ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpcspe
ONLY_FOR_ARCHS_REASON= requires SSE2 or AltiVec instructions
USES= compiler:c11 gmake perl5 python:test shebangfix