summaryrefslogtreecommitdiff
path: root/net/syncthing/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-09-06 17:38:33 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-09-06 17:38:33 +0000
commitdf474de929afa14ed93fa5450351c705146b7f82 (patch)
treec8313218ee0cf36b6a74d662e18fe0a238ce5595 /net/syncthing/Makefile
parent81902f7cdc338b4cb9c7e63107d5fab08120bb39 (diff)
downloadpkgsrc-df474de929afa14ed93fa5450351c705146b7f82.tar.gz
syncthing: hardcode Go 1.14 for now, bump revision
syncthing builds with Go 1.15 but panics on startup, which is why my bulk build has not found this. This will be fixed in the next upstream version. Discussed with tnn@ and gdt@
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r--net/syncthing/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile
index 9f4acf043bd..351f203e9da 100644
--- a/net/syncthing/Makefile
+++ b/net/syncthing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2020/09/03 07:29:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.117 2020/09/06 17:38:33 bsiegert Exp $
# Upstream used to frequently break protocol compatibility, but since
# 2018 or so this has been much better. While users of pkgsrc
@@ -19,7 +19,7 @@
# updates not following the above policy will be reverted.
DISTNAME= syncthing-source-v1.7.1
PKGNAME= ${DISTNAME:S,source-v,,}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=syncthing/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -95,6 +95,9 @@ do-install:
${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/syncthing.png
.endfor
+# Remove after next update. As of 1.7.1, syncthing does not work with Go 1.15.
+GO_VERSION_DEFAULT= 114
+
.include "../../lang/go/go-package.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"