git: dd8af5186704 - main - www/tinyauth: Mark BROKEN on i386, Use default golang version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Oct 2025 01:06:57 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd8af5186704ac08af0e00c083344a934c7cc314
commit dd8af5186704ac08af0e00c083344a934c7cc314
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2025-10-14 00:40:59 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2025-10-14 00:46:00 +0000
www/tinyauth: Mark BROKEN on i386, Use default golang version
- Mark BROKEN on i386: cannot use int64(off) (value of type int64) as
int32 value in assignment
- Use the default version of golang as it appears in go.mod, since the
version currently used by Tinyauth is 1.24.
Reported by: pkg-fallout
---
www/tinyauth/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/tinyauth/Makefile b/www/tinyauth/Makefile
index 00bdf04744d2..367bd630c4db 100644
--- a/www/tinyauth/Makefile
+++ b/www/tinyauth/Makefile
@@ -12,7 +12,9 @@ WWW= https://tinyauth.app
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= go:1.23,modules
+BROKEN_i386= cannot use int64(off) (value of type int64) as int32 value in assignment
+
+USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= steveiliop56