Page MenuHomeFreeBSD

D22385.id64381.diff
No OneTemporary

D22385.id64381.diff

Index: Mk/Uses/go.mk
===================================================================
--- Mk/Uses/go.mk
+++ Mk/Uses/go.mk
@@ -101,7 +101,11 @@
GOBIN=""
.endif
-GO_PORT?= lang/go
+# 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}
+
BUILD_DEPENDS+= ${GO_CMD}:${GO_PORT}
.if ${go_ARGS:Mrun}
RUN_DEPENDS+= ${GO_CMD}:${GO_PORT}

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 11:10 PM (17 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27395754
Default Alt Text
D22385.id64381.diff (543 B)

Event Timeline