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:           Sun Sep 23 20:05:29 UTC 2018

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

Log Message:
Remove lang/go.

Replacements: the versioned lang/go19, lang/go110 and lang/go111.

Nothing in pkgsrc directly depends on this anymore. There are a few
stragglers in wip, which will be fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.496 -r1.497 pkgsrc/lang/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/go/ALTERNATIVES pkgsrc/lang/go/DESCR \
    pkgsrc/lang/go/PLIST.Linux pkgsrc/lang/go/PLIST.OpenBSD \
    pkgsrc/lang/go/PLIST.SunOS
cvs rdiff -u -r1.67 -r0 pkgsrc/lang/go/Makefile
cvs rdiff -u -r1.44 -r0 pkgsrc/lang/go/PLIST
cvs rdiff -u -r1.63 -r0 pkgsrc/lang/go/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/lang/go/patches/patch-misc_io_clangwrap.sh \
    pkgsrc/lang/go/patches/patch-src_cmd_dist_util.go \
    pkgsrc/lang/go/patches/patch-src_syscall_zsysnum__solaris__amd64.go
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/lang/go/patches/patch-src_cmd_link_internal_ld_elf.go \
    pkgsrc/lang/go/patches/patch-src_runtime_os__netbsd.go
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/lang/go/patches/patch-src_crypto_x509_root__bsd.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.496 pkgsrc/lang/Makefile:1.497
--- pkgsrc/lang/Makefile:1.496  Thu Sep 20 13:48:55 2018
+++ pkgsrc/lang/Makefile        Sun Sep 23 20:05:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.496 2018/09/20 13:48:55 adam Exp $
+# $NetBSD: Makefile,v 1.497 2018/09/23 20:05:29 bsiegert Exp $
 #
 
 COMMENT=       Programming languages
@@ -88,7 +88,6 @@ SUBDIR+=      ghc-bootstrap
 SUBDIR+=       ghc7
 SUBDIR+=       gnat_util
 SUBDIR+=       gnucobol
-SUBDIR+=       go
 SUBDIR+=       go-hcl
 SUBDIR+=       go110
 SUBDIR+=       go111



Home | Main Index | Thread Index | Old Index