git: 429c9ae4fb06 - 2024Q1 - biology/btllib: Temporarily not for non-64-bit architectures

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 03:03:39 UTC
The branch 2024Q1 has been updated by yuri:

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

commit 429c9ae4fb068b8c8dd9eafb5e49a16968c1f56e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 03:01:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 03:03:34 +0000

    biology/btllib: Temporarily not for non-64-bit architectures
    
    Until the breakage is fixed by the upstream.
    
    Reported by:    https://portsfallout.com/
    
    (cherry picked from commit 7f06db3019ba82a730fa6f6e018f7576d17612e2)
---
 biology/btllib/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/biology/btllib/Makefile b/biology/btllib/Makefile
index 9761e443973c..7e0e7f209201 100644
--- a/biology/btllib/Makefile
+++ b/biology/btllib/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/bcgsc/btllib
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc # temporary until https://github.com/bcgsc/btllib/issues/117 is fixed
+
 BUILD_DEPENDS=	bash:shells/bash \
 		samtools:biology/samtools \
 		cmake:devel/cmake-core