aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/go.rb
AgeCommit message (Collapse)Author
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>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-05-01go --devel 1.1rc1Jonathon Klobucar
Closes #19562. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-08go devel 1.1 beta2Brett Koonce
Closes #19053. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-04go --devel 1.1 betaJonathon Klobucar
Closes #18969. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-26go: fix quoting in testJack Nagel
2013-03-12Switch compilers when no build is specifiedJack Nagel
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes #18175.
2013-02-23go: fix --HEAD build and use https for HEAD hg.Jacob Appelbaum
Closes #18030. Closes #17913. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-11go: host platform must always be the last one builtJoe Shaw
Each cross-compiler step also rebuilds the host platform. If ENABLE_CGO=0 in a later build step, important OS routines (like looking up x509 certificates in the keychain) are not implemented even for the host platform. Closes #17758. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-14go: disable the plan9 cross-compilerSimon Menke
Closes #16242. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-10go: call write on the correct typeJack Nagel
Fixes #16507.
2012-12-02go: Install zsh completionsSamuel Cochran
Closes #16364. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25go: allow building the cross-compilersSimon Menke
When the `--cross-compile` option is used the following runtimes will be build: - darwin (386, amd64; with CGO) - linux (386, amd64, arm) - freebsd (386, amd64) - openbsd (386, amd64) - plan9 (386) - windows (386, amd64) Closes #12547. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24go 1.0.3Timothée Peignier
Closes #15086. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03go: use new dslAdam Vandenberg
2012-08-22go: install bash completiontamird
Closes #14287. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-14Go 1.0.2Ealden Esto E. Escanan
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-29go: don't install conflicting header filesJack Nagel
Closes #12457. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08go: use prefix instead of Pathname.pwdJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28go 1.0.1Pascal Bertrand
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16Go: remove unofficial Git mirrorAdam Vandenberg
2012-04-01go 1Pascal Bertrand
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-25go: fix-up HEAD installBart Leusink
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2011-11-13go: Update to r60.3Alexey Palazhchenko
Closes #8567. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20go: Update to r60.1Travis Cline
Closes #7513. Closes #7731. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-13go: fix tag for --use-gitSteven Degutis
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-07Go r59José Martínez
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-21go r58.1Gabriele Carrettoni
Fixes compilation on Lion. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-16go: use stable release and fix buildJosé Martínez
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-06go: install AUTHORS to prevent test failureChris Schepman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-21go - autodetects build environment nowAdam Vandenberg
2010-11-21Fix go caveatsAdam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-24go - fix audit and github tagAdam Vandenberg
2010-10-23go: added --use-git-head option to formula.Drew Hess
Uses http://github.com/tav/go.git git mirror of official Mercurial repository to obviate the need for installing Mercurial. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-20Go: include templates for godoc.Augie Fackler
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Also clean up a bit.
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-05-20Go - keep make files and export GOBINAdam Vandenberg
2010-03-17Remove explicit download strategy from Go.Adam Vandenberg
2010-02-18Go - use --cellarAdam Vandenberg
2009-12-21Go won't install with multiple make jobsMax Howell
Fixes #237.