git: 5fc1f7972db6 - main - devel/please: IGNORE on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jan 2024 09:44:59 UTC
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 \