From 1f98a2a5b041cdbae023cf2bd6e9327ca81e34e0 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Thu, 19 Jun 2025 17:13:32 +0200 Subject: [PATCH] net/gotify-server: mark as broken on i386, does not build --- net/gotify-server/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index ec913cdb09a9..ccf7bfec0080 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -13,6 +13,8 @@ WWW= https://github.com/gotify/server LICENSE= MIT +BROKEN_i386= Build does not succeed (timeout in poudriere) + BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ USES= go:modules,1.24 nodejs:build