git: 11f946d26e01 - main - security/vault: Mark NOT_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jan 2025 14:55:55 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=11f946d26e010716a6530d62b89caddc1b80e701 commit 11f946d26e010716a6530d62b89caddc1b80e701 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-01-11 14:53:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-01-11 14:55:30 +0000 security/vault: Mark NOT_FOR_ARCHS - Fails to build on most 32 bit systems - Pet portclippy --- security/vault/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/vault/Makefile b/security/vault/Makefile index 710ea4523585..60c62a298b77 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,6 +1,6 @@ PORTNAME= vault -DISTVERSION= 1.18.3 DISTVERSIONPREFIX= v +DISTVERSION= 1.18.3 CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui @@ -16,6 +16,9 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for securely accessing secrets WWW= https://vaultproject.io/ +NOT_FOR_ARCHS= armv7 i386 +NOT_FOR_ARCHS_REASON= fatal error: out of memory + LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE