git: 1f98a2a5b041 - main - net/gotify-server: mark as broken on i386, does not build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jun 2025 03:59:25 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f98a2a5b041cdbae023cf2bd6e9327ca81e34e0
commit 1f98a2a5b041cdbae023cf2bd6e9327ca81e34e0
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-06-19 15:13:32 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 03:56:11 +0000
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