Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110457280
D22385.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
558 B
Referenced Files
None
Subscribers
None
D22385.diff
View Options
Index: head/Mk/Uses/go.mk
===================================================================
--- head/Mk/Uses/go.mk
+++ head/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
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 19, 5:28 PM (21 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16710009
Default Alt Text
D22385.diff (558 B)
Attached To
Mode
D22385: Mk/Uses/go.mk: Enable binary package building for Go ports on aarch64
Attached
Detach File
Event Timeline
Log In to Comment