git: 4a943f5bf7e7 - main - www/miniserve: mark as broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 12:18:57 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a943f5bf7e7cf8e87c637d47edb7726e433ebdf commit 4a943f5bf7e7cf8e87c637d47edb7726e433ebdf Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-03-23 12:18:25 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-03-23 12:18:53 +0000 www/miniserve: mark as broken on i386 The ring crate requires SSE2 instruction on intel cpu --- www/miniserve/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index d81d995a0d5c..bb42f9e32087 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -12,6 +12,9 @@ LICENSE= APACHE20 BSD3CLAUSE CC0-1.0 ISCL MIT MPL20 UNLICENSE LICENSE_COMB= multi LICENSE_FILE_MIT= ${WRKSRC}/LICENSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= the ring crate requires SSE2 instruction on intel cpu + BUILD_DEPENDS= zstd>0:archivers/zstd LIB_DEPENDS= libonig.so:devel/oniguruma