Date: Wed, 8 Feb 2023 11:45:25 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: 3e12079bd176 - main - x11-wm/fvwm3: Pin Go version to 1.19 Message-ID: <202302081145.318BjPJ5066175@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=3e12079bd176e79c358750425bdd479b8fcbe323 commit 3e12079bd176e79c358750425bdd479b8fcbe323 Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2023-02-08 11:39:20 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2023-02-08 11:45:02 +0000 x11-wm/fvwm3: Pin Go version to 1.19 checking for go... go checking whether go version is >= 1.14.x (1.20)... no - version is: 1.20 Configure script doesn't know about go1.20 yes, keep building this port with go1.19 for now. PR: 269289 Reported by: exp-run --- x11-wm/fvwm3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile index 6c86df014ab2..d87fd3a5bf8a 100644 --- a/x11-wm/fvwm3/Makefile +++ b/x11-wm/fvwm3/Makefile @@ -38,7 +38,7 @@ FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_ENABLE= bidi GO_DESC= Build and install modules written in Go -GO_USES= go:no_targets +GO_USES= go:1.19,no_targets GO_CONFIGURE_ENABLE= golang FVWM_ICONS= fvwm_icons-20070101
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302081145.318BjPJ5066175>