pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/syncthing
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 12 14:54:43 UTC 2023
Modified Files:
pkgsrc/net/syncthing: Makefile
Log Message:
syncthing: mark as not-for-go-1.20
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/net/syncthing/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/syncthing/Makefile
diff -u pkgsrc/net/syncthing/Makefile:1.168 pkgsrc/net/syncthing/Makefile:1.169
--- pkgsrc/net/syncthing/Makefile:1.168 Wed Mar 8 13:38:44 2023
+++ pkgsrc/net/syncthing/Makefile Sun Mar 12 14:54:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2023/03/08 13:38:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.169 2023/03/12 14:54:43 wiz Exp $
# Protocol breaks require tech-pkg@ discussion and MAINTAINER approval.
DISTNAME= syncthing-source-v1.23.1
@@ -13,6 +13,10 @@ HOMEPAGE= https://syncthing.net/
MAINTAINER= gdt%NetBSD.org@localhost
LICENSE= mpl-2.0
+# does not support go 1.20 yet (as of 1.23.1)
+# vendor/github.com/lucas-clemente/quic-go/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
+
# The 'zillode' dependency calls the compiler on certain archs.
USE_LANGUAGES= c
WRKSRC= ${WRKDIR}/syncthing
Home |
Main Index |
Thread Index |
Old Index