Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 22:36:18 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f93748e97f75 - main - sysutils/loki: Leave a comment that Go version pinning is required
Message-ID:  <202302182236.31IMaIL0085035@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f93748e97f75c4d75a89ed3942798996827dec52

commit f93748e97f75c4d75a89ed3942798996827dec52
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-02-18 22:34:16 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-02-18 22:35:26 +0000

    sysutils/loki: Leave a comment that Go version pinning is required
---
 sysutils/loki/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/loki/Makefile b/sysutils/loki/Makefile
index e54aabd0d2ae..0adb5eb8cb65 100644
--- a/sysutils/loki/Makefile
+++ b/sysutils/loki/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/grafana/loki
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+# Please keep this port always pinned to a specific version of Go,
+# it fails at runtime if built with version that it does not support.
 USES=		go:1.19,modules cpe
 CPE_VENDOR=	grafana
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302182236.31IMaIL0085035>