git: 4044e4d5e5f5 - main - science/mcpl: not for 32 bit architectures

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sat, 16 Aug 2025 19:18:58 UTC
The branch main has been updated by fuz:

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

commit 4044e4d5e5f5a987c5830d09a9aa35bec14f3c2f
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-08-14 07:07:53 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-08-16 19:17:27 +0000

    science/mcpl: not for 32 bit architectures
    
    Approved by:    portmgr (build fix blanket)
    See also:       https://github.com/mctools/mcpl/issues/88
---
 science/mcpl/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/science/mcpl/Makefile b/science/mcpl/Makefile
index 7ee2ca520278..25c22bb8a36c 100644
--- a/science/mcpl/Makefile
+++ b/science/mcpl/Makefile
@@ -11,6 +11,9 @@ WWW=		https://mctools.github.io/mcpl/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	armv7 powerpc i386
+NOT_FOR_ARCHS_REASON=	MCPL does not support 32 bit platforms
+
 BROKEN_i386=	compilation fails, see https://github.com/mctools/mcpl/issues/88
 
 USES=		cmake:testing