From badbfa0b333d55d43e7789cfc549d46ed49a8a25 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Thu, 9 Oct 2025 20:32:51 +0100 Subject: [PATCH] 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 \