git: c3bb8477e5ce - main - devel/boxfort: Not for powerpc* architectures

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 05:48:13 UTC
The branch main has been updated by yuri:

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

commit c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 05:47:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 05:47:42 +0000

    devel/boxfort: Not for powerpc* architectures
    
    Reported by:    https://portsfallout.com/
---
 devel/boxfort/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/boxfort/Makefile b/devel/boxfort/Makefile
index dbff43ff749c..23d2abeb0ff4 100644
--- a/devel/boxfort/Makefile
+++ b/devel/boxfort/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/Snaipe/BoxFort
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=		powerpc powerpc64 powerpc64le
+NOT_FOR_ARCHS_REASON=	configure error: Problem encountered: Architecture "ppc64" is not supported (and similar messages about other architectures)
+
 USES=		meson
 USE_LDCONFIG=	yes