summaryrefslogtreecommitdiff
path: root/Mk/Uses/go.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
* Mk/Uses/go.mk: Escape module namesDmitri Goutnik2021-02-241-1/+1
* Mk/Uses/go.mk: Disable network access in extract and test targets.Dmitri Goutnik2021-02-221-3/+3
* Mk/Uses/go.mk: Work around symlink creation issue in PoudriereDmitri Goutnik2021-02-201-1/+1
* Mk/Uses/go.mk: Add support for using Go for dependency managementDmitri Goutnik2021-02-191-9/+60
* Mk/Uses/go.mk: Explicitly set modules-aware mode depending on "modules" argumentDmitri Goutnik2021-01-081-1/+3
* Ensure go modules cannot fetch missing modules via networkDave Cottlehuber2020-11-121-0/+1
* Mk/Uses/go.mk: Fix gomod-vendor-diff when there are 3 or fewer items in the G...Dmitri Goutnik2020-04-141-1/+1
* Mk/Uses/go.mk: Set GO_NO_VENDOR_CHECKS=1Dmitri Goutnik2020-04-021-1/+2
* Mk/Uses/go.mk: Add the gomod-vendor-diff targetDmitri Goutnik2020-03-081-10/+16
* Mk/Uses/go.mk: Avoid pollution of Go module cache with modules downloaded by ...Dmitri Goutnik2020-03-021-1/+1
* Mk/Uses/go.mk: Revert r517706, switch GO_PORT to lang/go on aarch64Dmitri Goutnik2020-03-021-4/+1
* Mk/Uses/go.mk: Add GO_TESTTARGET and provide default do-testDmitri Goutnik2020-02-201-14/+29
* Mk/Uses/go.mk: Warn if Go is not installed for gomod-vendorDmitri Goutnik2019-12-251-4/+8
* Revert r517831, FOO_TEST_TARGET is reserved for option helpersAntoine Brodin2019-12-031-24/+14
* Mk/Uses/go.mk: Add GO_TEST_TARGET and provide default do-testDmitri Goutnik2019-11-171-14/+24
* Mk/Uses/go.mk: Omit symbol table and debug information by defaultDmitri Goutnik2019-11-161-2/+9
* Mk/Uses/go.mk: Enable binary package building for Go ports on aarch64Dmitri Goutnik2019-11-151-1/+5
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
* Mk/Uses/go.mk: Allow naming output executable in GO_TARGETTobias Kortkamp2019-09-141-14/+37
* Mk/Uses/go.mk: Add gomod-vendor helper targetTobias Kortkamp2019-08-131-0/+13
* Mk/Uses/go.mk: Drop PLIST_SUB for GO_PKGNAMETobias Kortkamp2019-08-011-1/+0
* Mk/Uses/go.mk: Default to "." instead of PORTNAMETobias Kortkamp2019-07-261-3/+3
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-6/+15
* Mk/Uses/go.mk: Allow overriding the Go portTobias Kortkamp2019-06-231-1/+8
* Improve support for ARM in go.mkJulien Laffaye2019-04-241-2/+8
* Mk/Uses/go.mk: Remove support for installing Go libs and sourcesTobias Kortkamp2019-04-081-39/+43
* Add GO_BUILDFLAGS variable to Uses/go.mkJulien Laffaye2018-08-251-1/+6
* Allow USES=go ports to override make targets & include <bsd.port.pre.mk>Ben Woods2018-03-111-1/+7
* Move lang/go/files/bsd.go.mk to USES=go.Mathieu Arnold2016-04-221-0/+93