#22506 closed submission (duplicate)
new port: go google's new programming language
Reported by: | nefar@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | lstoll@…, celil.rufat@…, pbhogan@…, erickunder@…, 66Ton99 (Ton Sharp) | |
Port: | go-devel |
Description
Maybe it should be called go-lang instead of go, but here it is.
Attachments (5)
Change History (16)
Changed 15 years ago by nefar@…
Changed 15 years ago by nefar@…
Attachment: | patch-src-Make.pkg.diff added |
---|
patch file, also belongs in files/
comment:4 Changed 15 years ago by jmroot (Joshua Root)
Type: | defect → submission |
---|---|
Version: | 1.8.1 |
comment:8 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:10 Changed 10 years ago by axet (Alexey Kuznetsov)
go package should have variants for other bootstraps.
go can make crossplatform builds. you can easy fix this by calling:
cd /opt/local/go/src && sudo GOOS=linux GOARCH=amd64 ./make.bash
would be nice to see variants for supported platforms: sudo port install go +linux_amd64 ...
Note: See
TracTickets for help on using
tickets.
portfile ...