pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/gotosocial
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon Aug 31 19:16:40 UTC 2026
Modified Files:
pkgsrc/www/gotosocial: Makefile
Log Message:
gotosocial: requires Go 1.26
Build fails with Go 1.27.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/gotosocial/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/gotosocial/Makefile
diff -u pkgsrc/www/gotosocial/Makefile:1.66 pkgsrc/www/gotosocial/Makefile:1.67
--- pkgsrc/www/gotosocial/Makefile:1.66 Sat Aug 22 15:19:18 2026
+++ pkgsrc/www/gotosocial/Makefile Mon Aug 31 19:16:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2026/08/22 15:19:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.67 2026/08/31 19:16:39 bsiegert Exp $
DISTNAME= gotosocial-0.22.1-source-code
PKGNAME= ${DISTNAME:S/-source-code//}
@@ -13,6 +13,8 @@ HOMEPAGE= https://gotosocial.org/
COMMENT= Fediverse server written in Go
LICENSE= gnu-agpl-v3
+# fails to build with Go 1.27
+GO_VERSION_REQD= 126
USE_TOOLS+= pax tar
ASSETS= gotosocial_${PKGVERSION_NOREV}_web-assets.tar.gz
Home |
Main Index |
Thread Index |
Old Index