golang: requires git.

Nothing changed in the port, I assume that somehow HaikuPorter was
previously pulling in Git and now it isn't.
This commit is contained in:
Augustin Cavalier
2015-01-14 23:22:20 -05:00
parent ff3cbd0460
commit 80cefe0460

View File

@@ -16,7 +16,7 @@ SRC_URI="https://bitbucket.org/zhuowei/go-1-3-haiku/downloads/golang-1.3-porthai
SOURCE_DIR="golang-1.3-porthaiku2"
CHECKSUM_SHA256="7ec832d47bf5080f579aa80f8f196bf0b8f60aa99718510e8028586255f716c7"
REVISION="1"
REVISION="2"
LICENSE="BSD (3-clause)"
COPYRIGHT="2009-2014 The Go Authors"
@@ -53,6 +53,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:hg
cmd:git
"
BUILD()
@@ -65,7 +66,7 @@ BUILD()
export GOPATH=/tmp
export GOROOT=`pwd`
bin/go get code.google.com/p/go.tools/cmd/godoc
bin/go get code.google.com/p/go.tools/cmd/vet
bin/go get code.google.com/p/go.tools/cmd/vet
}
INSTALL()