Created attachment 172345 [details] patch Update to latest version
Add dependency to textproc/go.text
Created attachment 172347 [details] patch
Tried this patch got: ===> Building for go.net-20160708 http2/h2i/h2i.go:38:2: cannot find package "golang.org/x/crypto/ssh/terminal" in any of: /usr/local/go/src/golang.org/x/crypto/ssh/terminal (from $GOROOT) /ram/usr/ports/net/go.net/work/src/golang.org/x/crypto/ssh/terminal (from $GOPATH) /usr/local/share/go/src/golang.org/x/crypto/ssh/terminal *** Error code 1
Found it. under GO_TARGET= is missing: golang.org/x/crypto/ssh \ golang.org/x/crypto/ssh/terminal \
See my comment for 21249. I guess we should ignore for the moment the http2 dependency or make it optional.
A commit references this bug: Author: jlaffaye Date: Tue Jul 26 16:49:56 UTC 2016 New revision: 419131 URL: https://svnweb.freebsd.org/changeset/ports/419131 Log: - Update to 20160708 snapshot [1] - Add dependency on go.crypto PR: 210981 Submitted by: cs Changes: head/net/go.net/Makefile head/net/go.net/distinfo head/net/go.net/pkg-descr head/net/go.net/pkg-plist
Commited with changes, thanks!