From c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 11 Jan 2024 21:47:42 -0800 Subject: [PATCH] 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 dbff43ff749cb..23d2abeb0ff4f 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