svn commit: r527629 - head/Mk/Uses

Dmitri Goutnik dmgk at FreeBSD.org
Mon Mar 2 13:47:10 UTC 2020


Author: dmgk
Date: Mon Mar  2 13:47:08 2020
New Revision: 527629
URL: https://svnweb.freebsd.org/changeset/ports/527629

Log:
  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.

Modified:
  head/Mk/Uses/go.mk

Modified: head/Mk/Uses/go.mk
==============================================================================
--- head/Mk/Uses/go.mk	Mon Mar  2 12:43:43 2020	(r527628)
+++ head/Mk/Uses/go.mk	Mon Mar  2 13:47:08 2020	(r527629)
@@ -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}


More information about the svn-ports-all mailing list