Bug 216550 - devel/go-tools is broken but it only requires the supplementary go networking libraries to work
Summary: devel/go-tools is broken but it only requires the supplementary go networking...
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-28 16:20 UTC by Robert Cina
Modified: 2017-03-29 20:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Cina 2017-01-28 16:20:32 UTC
Fixing this port only seems to require adding the missing supplementary go networking libraries which can be found here:

https://github.com/golang/net

Copying the libraries under the correct directory allows the port to compile and install. /usr/local/go/src/golang.org/x/net  
I had to manually create the golang.org and x directories and then included the network libraries there. As show below:

% ls /usr/local/go/src/golang.org/net

AUTHORS         bpf             icmp            lif             trace
CONTRIBUTING.md codereview.cfg  idna            nettest         webdav
CONTRIBUTORS    context         internal        netutil         websocket
LICENSE         dict            ipv4            proxy           xsrftoken
PATENTS         html            ipv6            publicsuffix
README          http2           lex             route

Hopefully, the maintainer can fix the broken port with this new information.

Thanks
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2017-03-29 19:26:35 UTC
Is there any news on this? The port expired on 2017-03-27
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2017-03-29 20:02:07 UTC
working on that one now. sorry for the delay
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-03-29 20:39:08 UTC
A commit references this bug:

Author: cs
Date: Wed Mar 29 20:37:53 UTC 2017
New revision: 437234
URL: https://svnweb.freebsd.org/changeset/ports/437234

Log:
  - Update to 20170328
  - Unbreak by fixing dependencies

  PR:		216550
  MFH:		2017Q1

Changes:
  head/devel/go-tools/Makefile
  head/devel/go-tools/distinfo
  head/devel/go-tools/pkg-plist
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2017-03-29 20:42:16 UTC
Thanks, that was fast :)
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-03-29 20:47:33 UTC
A commit references this bug:

Author: cs
Date: Wed Mar 29 20:46:56 UTC 2017
New revision: 437237
URL: https://svnweb.freebsd.org/changeset/ports/437237

Log:
  MFH: r437234

  - Update to 20170328
  - Unbreak by fixing dependencies

  PR:		216550

  Approved by:	ports-secteam (blanket)

Changes:
_U  branches/2017Q1/
  branches/2017Q1/devel/go-tools/Makefile
  branches/2017Q1/devel/go-tools/distinfo
  branches/2017Q1/devel/go-tools/pkg-plist