Bug 210981 - [UPDATE] net/go.net
Summary: [UPDATE] net/go.net
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Julien Laffaye
URL:
Keywords:
Depends on: 210976
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-10 19:04 UTC by Carlo Strub
Modified: 2016-07-26 18:14 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (jlaffaye)


Attachments
patch (25.22 KB, text/x-c)
2016-07-10 19:04 UTC, Carlo Strub
no flags Details
patch (25.23 KB, patch)
2016-07-10 19:16 UTC, Carlo Strub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2016-07-10 19:04:59 UTC
Created attachment 172345 [details]
patch

Update to latest version
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2016-07-10 19:05:29 UTC
Add dependency to textproc/go.text
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2016-07-10 19:16:49 UTC
Created attachment 172347 [details]
patch
Comment 3 Walter Schwarzenfeld freebsd_triage 2016-07-20 16:33:08 UTC
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
Comment 4 Walter Schwarzenfeld freebsd_triage 2016-07-25 00:44:23 UTC
Found it.
under
GO_TARGET=
is missing:
golang.org/x/crypto/ssh         \
golang.org/x/crypto/ssh/terminal        \
Comment 5 Carlo Strub freebsd_committer freebsd_triage 2016-07-25 21:33:44 UTC
See my comment for 21249. I guess we should ignore for the moment the http2 dependency or make it optional.
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-07-26 16:50:45 UTC
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
Comment 7 Julien Laffaye freebsd_committer freebsd_triage 2016-07-26 18:14:12 UTC
Commited with changes, thanks!