pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/kubo
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 9 09:19:59 UTC 2023
Modified Files:
pkgsrc/filesystems/kubo: Makefile
Log Message:
kubo: restrict to go 1.19 due to quic-go
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/filesystems/kubo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/kubo/Makefile
diff -u pkgsrc/filesystems/kubo/Makefile:1.6 pkgsrc/filesystems/kubo/Makefile:1.7
--- pkgsrc/filesystems/kubo/Makefile:1.6 Wed Mar 8 13:38:53 2023
+++ pkgsrc/filesystems/kubo/Makefile Thu Mar 9 09:19:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/03/08 13:38:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/09 09:19:59 wiz Exp $
DISTNAME= kubo-0.18.1
PKGREVISION= 2
@@ -16,6 +16,10 @@ USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
+# does not support go 1.20 yet (as of 0.18.1)
+# ../.gopath/pkg/mod/github.com/lucas-clemente/quic-go@v0.31.1/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please
see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in
variable declaration
+GO_VERSION_DEFAULT= 119
+
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} build
Home |
Main Index |
Thread Index |
Old Index