Date: Mon, 26 Aug 2024 08:20:39 GMT From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 20eb4e1b8cb5 - 2024Q3 - www/zola: mark as broken on i386 Message-ID: <202408260820.47Q8Kd4Q051433@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=20eb4e1b8cb5348861c0c62e143bde6e9eb86a6f commit 20eb4e1b8cb5348861c0c62e143bde6e9eb86a6f Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-07-09 16:30:12 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-08-26 08:19:27 +0000 www/zola: mark as broken on i386 The ring crate requires SSE2 instruction on intel cpu (cherry picked from commit 88ff962706b940fbfbc1fff142016f0ee7a1b57f) --- 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?202408260820.47Q8Kd4Q051433>