Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2024 16:31:15 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88ff962706b9 - main - www/zola: mark as broken on i386
Message-ID:  <202407091631.469GVFxZ064531@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88ff962706b940fbfbc1fff142016f0ee7a1b57f

commit 88ff962706b940fbfbc1fff142016f0ee7a1b57f
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2024-07-09 16:30:12 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2024-07-09 16:30:12 +0000

    www/zola: mark as broken on i386
    
    The ring crate requires SSE2 instruction on intel cpu
---
 www/zola/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/zola/Makefile b/www/zola/Makefile
index 92fc75042779..ea344f01f05f 100644
--- a/www/zola/Makefile
+++ b/www/zola/Makefile
@@ -10,6 +10,9 @@ WWW=		https://www.getzola.org/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	the ring crate requires SSE2 instruction on intel cpu
+
 LIB_DEPENDS=	libonig.so:devel/oniguruma \
 		libsass.so:textproc/libsass
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407091631.469GVFxZ064531>