pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/grafana



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 15 08:53:23 UTC 2024

Modified Files:
        pkgsrc/www/grafana: Makefile

Log Message:
grafana: does not build with go 1.23, mark it as needing 1.22 for now


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/www/grafana/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/grafana/Makefile
diff -u pkgsrc/www/grafana/Makefile:1.125 pkgsrc/www/grafana/Makefile:1.126
--- pkgsrc/www/grafana/Makefile:1.125   Fri Sep  6 18:49:01 2024
+++ pkgsrc/www/grafana/Makefile Tue Oct 15 08:53:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2024/09/06 18:49:01 bsiegert Exp $
+# $NetBSD: Makefile,v 1.126 2024/10/15 08:53:23 wiz Exp $
 
 DISTNAME=      grafana-11.0.0
 PKGREVISION=   4
@@ -13,6 +13,9 @@ LICENSE=      gnu-agpl-v3 AND apache-2.0 AND 
 
 DISTFILES=     ${DEFAULT_DISTFILES}
 
+# does not build with go 1.23
+GO_VERSION_REQD=       122
+
 # We don't have suitable infrastructure in pkgsrc for generating frontend
 # assets, so we'll extract prebuilt frontend assets.
 FE_DISTNAME=                   ${DISTNAME}.linux-amd64.tar.gz



Home | Main Index | Thread Index | Old Index