Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2024 09:44:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5fc1f7972db6 - main - devel/please: IGNORE on armv7
Message-ID:  <202401060944.4069ixOg089995@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit 5fc1f7972db69dfd7f395364f1a80aef31bf559f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-06 06:19:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-06 09:44:46 +0000

    devel/please: IGNORE on armv7
    
    Build crashes without displaying any errors.
---
 devel/please/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/please/Makefile b/devel/please/Makefile
index cfee2d71d118..786fb83ba687 100644
--- a/devel/please/Makefile
+++ b/devel/please/Makefile
@@ -12,6 +12,9 @@ WWW=		https://please.build/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	armv7
+NOT_FOR_ARCHS_REASON=	Build crashes
+
 BUILD_DEPENDS=	bash:shells/bash \
 		ca_root_nss>0:security/ca_root_nss \
 		git:devel/git \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401060944.4069ixOg089995>