summaryrefslogtreecommitdiff
path: root/Mk/Uses/go.mk
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2020-03-02 13:47:08 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2020-03-02 13:47:08 +0000
commit942c2cd368202838c775e6cdd71e8ca37388a4cf (patch)
tree2c7e9554682ed4d645aee906699eba1cee47204b /Mk/Uses/go.mk
parent12.0 is not supported any more. (diff)
Mk/Uses/go.mk: Revert r517706, switch GO_PORT to lang/go on aarch64
aarch64 support has landed in lang/go, switch default GO_PORT from lang/go-devel to lang/go.
Notes
Notes: svn path=/head/; revision=527629
Diffstat (limited to 'Mk/Uses/go.mk')
-rw-r--r--Mk/Uses/go.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/Uses/go.mk b/Mk/Uses/go.mk
index 7107cd3370f2..ed2a97e4765b 100644
--- a/Mk/Uses/go.mk
+++ b/Mk/Uses/go.mk
@@ -114,10 +114,7 @@ GO_ENV+= GOPATH="${WRKDIR}" \
GOBIN=""
.endif
-# Tentatively enable package building for Go ports on aarch64 to catch regressions early.
-# Can be removed after go1.14 is officially released in Jan 2020 and lang/go is updated to 1.14
-GO_PORT_aarch64= lang/go-devel
-GO_PORT?= ${GO_PORT_${ARCH}:Ulang/go}
+GO_PORT?= lang/go
BUILD_DEPENDS+= ${GO_CMD}:${GO_PORT}
.if ${go_ARGS:Mrun}