git: cab8cb10738a - main - net-p2p/cncli: Mark NOT_FOR_ARCHS=i386, requires AVX.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 12:08:02 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cab8cb10738ab6fefd4a8dd59776812b608a63c8 commit cab8cb10738ab6fefd4a8dd59776812b608a63c8 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-08-24 12:07:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-08-24 12:07:58 +0000 net-p2p/cncli: Mark NOT_FOR_ARCHS=i386, requires AVX. --- net-p2p/cncli/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/cncli/Makefile b/net-p2p/cncli/Makefile index fb9991be08a0..d46545f3e41a 100644 --- a/net-p2p/cncli/Makefile +++ b/net-p2p/cncli/Makefile @@ -9,6 +9,9 @@ COMMENT= A community-based cardano-node CLI tool LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= cryptoxide Rust crate uses AVX2 instructions + USES= autoreconf:build cargo gmake libtool pkgconfig ssl USE_GITHUB= yes