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:   leot
Date:           Wed Oct 24 08:37:00 UTC 2018

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
lang/Makefile: Add a commented `go' entry

Mostly useful for pkglint and (human) readers of Makefile (and
consistent with other versioned programming languages.)


To generate a diff of this commit:
cvs rdiff -u -r1.498 -r1.499 pkgsrc/lang/Makefile

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.498 pkgsrc/lang/Makefile:1.499
--- pkgsrc/lang/Makefile:1.498  Tue Oct 23 23:01:33 2018
+++ pkgsrc/lang/Makefile        Wed Oct 24 08:37:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.498 2018/10/23 23:01:33 maya Exp $
+# $NetBSD: Makefile,v 1.499 2018/10/24 08:37:00 leot Exp $
 #
 
 COMMENT=       Programming languages
@@ -89,6 +89,7 @@ SUBDIR+=      ghc-bootstrap
 SUBDIR+=       ghc7
 SUBDIR+=       gnat_util
 SUBDIR+=       gnucobol
+#SUBDIR+=      go              # only contains Makefile fragments
 SUBDIR+=       go-hcl
 SUBDIR+=       go110
 SUBDIR+=       go111



Home | Main Index | Thread Index | Old Index