summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-09-18 16:22:14 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-09-18 16:22:14 +0000
commitef23bce92f5f9311f623021468267daf28cff3df (patch)
tree1371592e2db448571d2ed91c32d555fc35aa8cbc /lang/Makefile
parentc7fac2f23b4373cc54873da611722a4806a8611a (diff)
downloadpkgsrc-ef23bce92f5f9311f623021468267daf28cff3df.tar.gz
Add Go 1.11 as lang/go111.
This installs the go tool as go111; all the supporting files go under $PREFIX/go111, so it does not conflict with other Go versions. Go packages in pkgsrc do not use it to build yet. Changes: There are many changes and improvements to the toolchain, runtime, and libraries, but two features stand out as being especially exciting: modules and WebAssembly support. This release adds preliminary support for a new concept called "modules," an alternative to GOPATH with integrated support for versioning and package distribution. Module support is considered experimental, and there are still a few rough edges to smooth out, so please make liberal use of the issue tracker. Go 1.11 also adds an experimental port to WebAssembly (js/wasm). This allows programmers to compile Go programs to a binary format compatible with four major web browsers.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 0b9646d0c8b..5c235800105 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.493 2018/09/15 03:08:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.494 2018/09/18 16:22:14 bsiegert Exp $
#
COMMENT= Programming languages
@@ -90,6 +90,7 @@ SUBDIR+= gnat_util
SUBDIR+= gnucobol
SUBDIR+= go
SUBDIR+= go-hcl
+SUBDIR+= go111
SUBDIR+= go14
SUBDIR+= go19
SUBDIR+= gpc