git: badbfa0b333d - main - www/nyxt: Add i386 to NOT_FOR_ARCHS

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Thu, 09 Oct 2025 19:39:11 UTC
The branch main has been updated by eduardo:

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

commit badbfa0b333d55d43e7789cfc549d46ed49a8a25
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-10-09 19:32:51 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-10-09 19:39:01 +0000

    www/nyxt: Add i386 to NOT_FOR_ARCHS
    
    Build depend lang/sbcl is only available to amd64 and i386.
    Exclude nyxt from i386 since it isn't supported upstream as I investigated.
    
    Error log:
    https://pkg-status.freebsd.org/beefy18/data/143i386-default/0f586647e560/logs/nyxt-3.12.0_2.log
---
 www/nyxt/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/nyxt/Makefile b/www/nyxt/Makefile
index 2d23c176f281..8c0fbb19a1a0 100644
--- a/www/nyxt/Makefile
+++ b/www/nyxt/Makefile
@@ -14,6 +14,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/licenses/SOURCE-LICENSE
 LICENSE_FILE_CC-BY-SA-3.0=	${WRKSRC}/licenses/ASSET-LICENSE
 
+NOT_FOR_ARCHS=	i386
+
 BUILD_DEPENDS=	git>0:devel/git \
 		sbcl>0:lang/sbcl
 LIB_DEPENDS=	libfixposix.so:devel/libfixposix \