diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-10-01 11:25:51 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-10-01 11:25:51 +0000 |
commit | 0920100a58af62b95355639a0cc93f72afaa3369 (patch) | |
tree | 64e7b3ce71d223232dcf869dd5980d45d5335d4b /lang/Makefile | |
parent | c856d493a865b9017c601f50d4386788389ddcea (diff) | |
download | pkgsrc-0920100a58af62b95355639a0cc93f72afaa3369.tar.gz |
go19, go110, go116, go117: remove
Go 1.9 and 1.10 are no longer useful because they do not support
module-based builds, which is most other packages now.
Go 1.16 and 1.17 are end of life.
ok to remove from gdt@ on tech-pkg@.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1ec23861006..88bcfd83014 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.655 2022/09/02 17:03:34 wiz Exp $ +# $NetBSD: Makefile,v 1.656 2022/10/01 11:25:51 bsiegert Exp $ # COMMENT= Programming languages @@ -97,13 +97,9 @@ SUBDIR+= gnat_util SUBDIR+= gnucobol SUBDIR+= go SUBDIR+= go-bin -SUBDIR+= go110 -SUBDIR+= go116 -SUBDIR+= go117 SUBDIR+= go118 SUBDIR+= go119 SUBDIR+= go14 -SUBDIR+= go19 SUBDIR+= gpc SUBDIR+= gprolog SUBDIR+= guile18 |