git: c8d1baff634a - 2024Q1 - devel/boxfort: Not for powerpc* architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 05:48:30 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8d1baff634a87d953c637fb6a6d1d1818d354cc
commit c8d1baff634a87d953c637fb6a6d1d1818d354cc
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:48:25 +0000
devel/boxfort: Not for powerpc* architectures
Reported by: https://portsfallout.com/
(cherry picked from commit c3bb8477e5cef4a8c1c7ae0a336635ceb05dda3a)
---
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