pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/syncthing syncthing: fix more go paths after update.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcce167546b9
branches: trunk
changeset: 383331:bcce167546b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 28 09:03:25 2018 +0000
description:
syncthing: fix more go paths after update.
>From abs@
diffstat:
net/syncthing/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 168a471d04ad -r bcce167546b9 net/syncthing/Makefile
--- a/net/syncthing/Makefile Sat Jul 28 08:29:55 2018 +0000
+++ b/net/syncthing/Makefile Sat Jul 28 09:03:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2018/07/25 21:30:45 abs Exp $
+# $NetBSD: Makefile,v 1.74 2018/07/28 09:03:25 wiz Exp $
# Upstream regularly breaks protocol compatibility. While users of
# pkgsrc syncthing on multiple systems can update synchronously, an
@@ -71,6 +71,11 @@
SUBST_SED.version+= -e 's|runError("git", "show", "-s", "--format=%ct")|runError("false")|'
SUBST_SED.version+= -e 's|"go"|"${GO}"|'
+SUBST_CLASSES+= go
+SUBST_STAGE.go= pre-build
+SUBST_MESSAGE.go= Fixing go executable reference
+SUBST_FILES.go= lib/auto/doc.go cmd/strelaypoolsrv/auto/doc.go
+SUBST_SED.go+= -e 's|go run|"${GO}" run|'
# Create WRKPLACE's parent, but not WRKPLACE. Move the contents of
# the distribution tarball to the directory name desired by upstream's
Home |
Main Index |
Thread Index |
Old Index