27 Commits

Author SHA1 Message Date
kn
2d90f05797 Register conflict on bundle executable
Both install /usr/local/bin/bundle.
2020-04-19 22:31:30 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
4c9d7e6039 No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).

Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.

ok kmos@
2019-05-04 21:46:16 +00:00
sthen
86852bcf6e reset unresponsive maintainers, various porters have spent a bunch of
time waiting for timeouts over the last year or more for many of these
ports.  ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
jsing
bfc9f3ece7 Update devel/go-tools to a version around the Go 1.12 release.
ok sthen@
2019-03-16 13:42:06 +00:00
jsing
b75a8adcd0 Update devel/go-tools for Go 1.11 release. 2018-09-23 17:23:38 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bentley
0b45552c98 Install go-tools as a library, allowing the go-text module to work correctly.
ok sthen@
2018-07-08 13:46:54 +00:00
sthen
f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
jsing
c590b3d8d9 Update devel/go-tools for Go 1.10.
ok jasper@
2018-03-14 14:21:09 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
jsing
707b2f4383 Update devel/go-tools to a version around the Go 1.9 release.
Feedback and ok ajacoutot@ jasper@
2017-09-08 17:25:18 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
jsing
b4aaf3f903 Update devel/go-tools to match the Go 1.8 release.
ok ajacoutot@
2017-02-23 16:04:16 +00:00
czarkoff
64fc5962ab update to latest snapshot of go 1.7 branch
While at it, add README explaining usage of the rc script

OK and fixes jsing@, input from ajacoutot@
2016-08-21 14:29:06 +00:00
ajacoutot
7dd96039df Bump after recent go MODULE change.
ok czarkoff@
2016-08-03 09:34:39 +00:00
czarkoff
889fc2747b update to go-tools 1.6
OK and fixes from jsing@ kspillner@
2016-05-21 01:29:09 +00:00
czarkoff
cd5f898f80 add PORTPATH to MODGO_ENV
Needed for tests, no changes in package
2016-05-08 17:14:07 +00:00
jsing
902949ca65 Update devel/go-tools for changes to go.port.mk and a newer version.
cmd/vet and cmd/cover are now part of the Go base distribution, so stop
building/installing them. Additionally, godoc requires special handling
due to a 'go install' mapping that still exists for legacy reasons.

ok sthen@ jasper@ czarkoff@
2016-01-14 16:11:17 +00:00
czarkoff
b1777cceb2 change my email address 2016-01-11 11:04:21 +00:00
sthen
fc519fa31e mark BROKEN; these need adapting following the changes in go 1.5
ajacoutot jasper naddy in agreement
2016-01-10 16:04:24 +00:00
jasper
56df3bc1d8 add missing conflict markers due to 'bin/stress' 2015-08-11 20:15:41 +00:00
czarkoff
8eef6918e7 Hook rc script in PLIST
OK sthen@
2015-06-11 20:02:53 +00:00
czarkoff
8cd8b7e71a import go-tools
This package holds the source for various packages and tools that support the Go
programming language:

 * benchcmp	displays performance changes between benchmarks
 * callgraph	reports the call graph of a Go program
 * digraph	performs queries over unlabelled directed graphs represented in
		text form
 * eg		performs example-based refactoring
 * fiximports	fixes import declarations to use the canonical import path for
 		packages that have an "import comment"
 * godex	dumps exported information of packages or selected objects
 * godoc	extracts and generates documentation for Go programs
 * goimports	updates Go import lines
 * gomvpkg	moves go packages, updating import declarations
 * gorename	performs precise type-safe renaming of identifiers in Go code
 * gotype	does syntactic and semantic analysis of Go files and packages
 * oracle	answers questions about Go source code
 * ssadump	displays and interprets the SSA form of Go programs
 * stress	runs a given process in parallel in a loop and collects failures
 * stringer	creats of methods that satisfy the fmt.Stringer interface
 * cover	analyzes the coverage profiles
 * vet		examines Go source code and reports suspicious constructs

OK sthen@
2015-06-08 09:41:03 +00:00