aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
AgeCommit message (Collapse)Author
2014-06-04go 1.3rc1 (devel)Yoji Shidara
Closes #29865. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-21go devel 1.3beta2Eric Drechsel
Closes #29457. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-11go: update 1.2.2 bottle.BrewTestBot
Closes #29135. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-11go 1.2.2Dario Castañé
2014-05-01go: use opt prefix for go.toolsMatthias Kadenbach
Closes #28900. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-23go 1.3beta1Lucas Clemente
Closes #28636. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-03go: update 1.2.1 bottle.BrewTestBot
Closes #27164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-03go: don't put cross-compile links in binPaul Hammond
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-02go: update 1.2.1 bottle.BrewTestBot
Closes #27150. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-03-02go 1.2.1Brett Koonce
2014-01-29go: hardcode GOROOT in caveats.Mike McQuaid
Closes #26235.
2013-12-29go: suggest adding GOROOT bin to PATH.Trevor Rosen
Closes #25508. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-01Remove parens in conditionalJack Nagel
2013-12-01go: prune caveatsJack Nagel
2013-12-01go 1.2 bottlesJack Nagel
2013-12-01go 1.2Jonathon Klobucar
Closes #24853. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-18Go devel 1.2rc5.Coda Hale
Closes #24474. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-13Go devel 1.2rc4.Coda Hale
Closes #24262. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-07go: use compiler from superenv.Mike McQuaid
2013-11-01Go devel 1.2rc3.Coda Hale
Closes #23871. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-30go: only patch if stable build.Mike McQuaid
2013-10-30go: don't patch HEAD installsNikolaus Wittenstein
The patch was inserting an extra case statement, but a duplicate case statement is already included in HEAD (and devel). Closes #23787. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-19go 1.2rc2 (devel)Jonathon Klobucar
Update documentation and don't check with go vet. That is now in go.tools starting in go 1.2. Make a check that go is working by using `go fmt` and running a smal go program. Closes #23359. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-12go: fix cgo clang support in devel.Mike McQuaid
Closes #23001. Closes #23139. References #23119.
2013-10-08go: build cgo with clang for devel versions.Mike McQuaid
Closes #23119.
2013-09-28go: fix --without-cgo description.Mike McQuaid
2013-09-27go: add bottles.Mike McQuaid
Closes #22803.
2013-09-27go: depend on apple-gcc42 on >=10.8.Mike McQuaid
2013-09-22go --devel 1.2RC1Jonathon Klobucar
Closes #22720. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-21Sod it.Max Howell
And with this commit, I lose interest in contributing to Homebrew entirely. Closes #22609
2013-09-18go: simplify target listAdam Vandenberg
Remove "opts" and figure out cgo based on os
2013-09-18go: install to libexec to keep private headersAdam Vandenberg
Install all files to libexec, including go private headers. Symlink binaries to bin from there. Closes #22638.
2013-09-17go: upstream patch for clang when cross-compilingMisty De Meo
More properly fixes #22610.
2013-09-17go: fails_with :clang when cross-compilingMisty De Meo
These fails_with conditions are getting far too complex and probably should be simplified. Fixes #22610.
2013-09-14Fix go cross compilerMax Howell
Sorry for this regression. HEARTS AND HUGS --mxcl Refs #22505
2013-09-02Sorry, I meant to use ENV.compilerMax Howell
2013-09-02Go builds with clang, without cgo moduleMax Howell
2013-08-15Fixed buildpath typo that was preventing the formula from working correctly.Eric Gravert
Closes #21910. Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-08-14go: use buildpathAdam Vandenberg
2013-08-14go: add option for building without cgomorou
Closes #20960. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13Go 1.1.2.Cheah Chu Yeow
Closes #21863. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-10go: fix testJack Nagel
2013-08-10go: cleanupJack Nagel
- remove outdated comment - remove pointless ENV cleanup - remove dead "allow_fail" code - remove superfluous parens in block arguments - fix indentation
2013-06-18go: add NetBSD cross-compilerJonathan Schleifer
Closes #20537. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-14go 1.1.1Daisuke Murase
Closes #20456. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-09go: Correct file name for zsh completionsPeter Eisentraut
Previously, the completion file was installed as "_go", which by convention means that it will be loaded by compinit.  But this file does not have the #compdef tag, so this doesn't work, and nothing in the file indicates that it is supposed to be used that way. Therefore, install the file under the original name "go" to indicate that you need to load it manually (as the comment in the file suggests). Closes #18752.
2013-06-08go: use test assertionJack Nagel
2013-05-15go 1.1Jonathon Klobucar
Removes the now-outdated devel block. Also require the use of the correct clang compiler by default. This change was needed when using --devel and now needed in stable. A new caveat has also been added explaining how a $GOPATH must be set and cannot be the same as $GOROOT From the 1.1 release notes listed below. http://golang.org/doc/go1.1#gocmd Closes #19782. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-05-10go --devel 1.1rc3Jonathon Klobucar
Closes #19717. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-07go devel 1.1rc2Jonathon Klobucar
Closes #19648. Signed-off-by: Adam Vandenberg <flangy@gmail.com>