git: 90d2bb4ce72f - 2022Q4 - net-p2p/oura: Mark as not for i386.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 08:15:39 UTC
The branch 2022Q4 has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=90d2bb4ce72f895718613003919c405f5a82398b commit 90d2bb4ce72f895718613003919c405f5a82398b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-10-25 08:12:59 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-10-25 08:14:37 +0000 net-p2p/oura: Mark as not for i386. This is a partial cherry-pick from 0f9c3ef3812650d90d2aebb3f0d5b94ae391b690 --- net-p2p/oura/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/oura/Makefile b/net-p2p/oura/Makefile index 982aa7bd3ab3..0deedbc4140b 100644 --- a/net-p2p/oura/Makefile +++ b/net-p2p/oura/Makefile @@ -11,6 +11,9 @@ WWW= https://txpipe.github.io/oura/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= requires AVX on x86 + USES= cargo USE_GITHUB= yes GH_ACCOUNT= txpipe