pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Mar 21 10:06:53 UTC 2020

Modified Files:
        pkgsrc/lang: Makefile
Removed Files:
        pkgsrc/lang/go112: ALTERNATIVES DESCR Makefile PLIST PLIST.Linux
            PLIST.OpenBSD PLIST.SunOS distinfo
        pkgsrc/lang/go112/patches: patch-misc_io_clangwrap.sh
            patch-src_cmd_dist_util.go patch-src_cmd_link_internal_ld_elf.go
            patch-src_cmd_vendor_golang.org_x_sys_unix_sockcmsg__unix.go
            patch-src_crypto_x509_root__bsd.go patch-src_runtime_os__netbsd.go
            patch-src_syscall_sockcmsg__unix.go
            patch-src_syscall_zsysnum__solaris__amd64.go

Log Message:
We say goodbye to go112.

The supported Go versions are 1.13 and 1.14. For various reasons, we need
to keep 1.4, 1.9 and 1.10 around. But nothing should depend on go112.


To generate a diff of this commit:
cvs rdiff -u -r1.550 -r1.551 pkgsrc/lang/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/go112/ALTERNATIVES pkgsrc/lang/go112/DESCR \
    pkgsrc/lang/go112/PLIST.Linux pkgsrc/lang/go112/PLIST.OpenBSD
cvs rdiff -u -r1.8 -r0 pkgsrc/lang/go112/Makefile
cvs rdiff -u -r1.9 -r0 pkgsrc/lang/go112/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/lang/go112/PLIST.SunOS
cvs rdiff -u -r1.12 -r0 pkgsrc/lang/go112/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/go112/patches/patch-misc_io_clangwrap.sh \
    pkgsrc/lang/go112/patches/patch-src_cmd_dist_util.go \
    pkgsrc/lang/go112/patches/patch-src_cmd_link_internal_ld_elf.go \
    pkgsrc/lang/go112/patches/patch-src_cmd_vendor_golang.org_x_sys_unix_sockcmsg__unix.go \
    pkgsrc/lang/go112/patches/patch-src_crypto_x509_root__bsd.go \
    pkgsrc/lang/go112/patches/patch-src_runtime_os__netbsd.go \
    pkgsrc/lang/go112/patches/patch-src_syscall_sockcmsg__unix.go \
    pkgsrc/lang/go112/patches/patch-src_syscall_zsysnum__solaris__amd64.go

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.550 pkgsrc/lang/Makefile:1.551
--- pkgsrc/lang/Makefile:1.550  Sun Mar 15 17:17:13 2020
+++ pkgsrc/lang/Makefile        Sat Mar 21 10:06:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.550 2020/03/15 17:17:13 taca Exp $
+# $NetBSD: Makefile,v 1.551 2020/03/21 10:06:53 bsiegert Exp $
 #
 
 COMMENT=       Programming languages
@@ -98,7 +98,6 @@ SUBDIR+=      gnucobol
 SUBDIR+=       go
 SUBDIR+=       go-hcl
 SUBDIR+=       go110
-SUBDIR+=       go112
 SUBDIR+=       go113
 SUBDIR+=       go114
 SUBDIR+=       go14



Home | Main Index | Thread Index | Old Index