pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gh: Add commented out GO_DEPS extracted from the errors in TODO
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Thu Feb 13 17:21:56 2020 +0100
Changeset: cf4822f44d25009d0aa44c237b08f773d46e29d8
Modified Files:
gh/Makefile
Log Message:
gh: Add commented out GO_DEPS extracted from the errors in TODO
(This will be hopefully do the trick, at least trying with
github.com/hashicorp/go-version seems to fetch it and no longer
complains about it in the `build' phase! Thanks to <jperkin> for the
tip about go-dep.mk!)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf4822f44d25009d0aa44c237b08f773d46e29d8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gh/Makefile | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/gh/Makefile b/gh/Makefile
index 36de2446ff..b17b10942a 100644
--- a/gh/Makefile
+++ b/gh/Makefile
@@ -16,6 +16,22 @@ GO_SRCPATH= github.com/cli/cli
DEPENDS+= git-base-[0-9]*:../../devel/git-base
+# TODO: fill the :sha part
+#GO_DEPS+= github.com/AlecAivazis/survey/v2
+#GO_DEPS+= github.com/google/shlex
+#GO_DEPS+= github.com/hashicorp/go-version
+#GO_DEPS+= github.com/kballard/go-shellquote
+#GO_DEPS+= github.com/mattn/go-colorable
+#GO_DEPS+= github.com/mattn/go-isatty
+#GO_DEPS+= github.com/mgutz/ansi
+#GO_DEPS+= github.com/mitchellh/go-homedir
+#GO_DEPS+= github.com/spf13/cobra
+#GO_DEPS+= github.com/spf13/pflag
+#GO_DEPS+= github.com/vilmibm/go-termd
+# TODO: ...and also use GODEP_REDIRECTS for these ones!
+#GO_DEPS+= golang.org/x/crypto/ssh/terminal
+#GO_DEPS+= gopkg.in/yaml.v3
+
CHECK_RELRO_SKIP+= bin/gh
INSTALLATION_DIRS+= bin
Home |
Main Index |
Thread Index |
Old Index