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:   jnemeth
Date:           Thu May 21 07:21:09 UTC 2020

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
Revert most of 1.561 which deleted language directories while adding
a package.


To generate a diff of this commit:
cvs rdiff -u -r1.564 -r1.565 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.564 pkgsrc/lang/Makefile:1.565
--- pkgsrc/lang/Makefile:1.564  Mon May 18 16:17:20 2020
+++ pkgsrc/lang/Makefile        Thu May 21 07:21:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.564 2020/05/18 16:17:20 nia Exp $
+# $NetBSD: Makefile,v 1.565 2020/05/21 07:21:09 jnemeth Exp $
 #
 
 COMMENT=       Programming languages
@@ -146,6 +146,7 @@ SUBDIR+=    librep
 SUBDIR+=       libunwind
 SUBDIR+=       likepython
 SUBDIR+=       llvm
+#SUBDIR+=      lua             # only contains Makefile fragments
 SUBDIR+=       lua51
 SUBDIR+=       lua52
 SUBDIR+=       lua53
@@ -199,6 +200,7 @@ SUBDIR+=    pear
 SUBDIR+=       perl5
 SUBDIR+=       pfe
 SUBDIR+=       pforth
+#SUBDIR+=      php             # only contains Makefile fragments
 SUBDIR+=       php56
 SUBDIR+=       php72
 SUBDIR+=       php73
@@ -232,6 +234,7 @@ SUBDIR+=    py27-html-docs
 SUBDIR+=       py36-html-docs
 SUBDIR+=       py37-html-docs
 SUBDIR+=       py38-html-docs
+#SUBDIR+=      python          # only contains Makefile fragments
 SUBDIR+=       python27
 SUBDIR+=       python36
 SUBDIR+=       python37



Home | Main Index | Thread Index | Old Index