Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Revert most of 1.561 which deleted language direc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63d79d4b9c2e
branches:  trunk
changeset: 432307:63d79d4b9c2e
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Thu May 21 07:21:09 2020 +0000

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

diffstat:

 lang/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 0b64a6eb855f -r 63d79d4b9c2e lang/Makefile
--- a/lang/Makefile     Thu May 21 07:08:07 2020 +0000
+++ b/lang/Makefile     Thu May 21 07:21:09 2020 +0000
@@ -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+=       libunwind
 SUBDIR+=       likepython
 SUBDIR+=       llvm
+#SUBDIR+=      lua             # only contains Makefile fragments
 SUBDIR+=       lua51
 SUBDIR+=       lua52
 SUBDIR+=       lua53
@@ -199,6 +200,7 @@
 SUBDIR+=       perl5
 SUBDIR+=       pfe
 SUBDIR+=       pforth
+#SUBDIR+=      php             # only contains Makefile fragments
 SUBDIR+=       php56
 SUBDIR+=       php72
 SUBDIR+=       php73
@@ -232,6 +234,7 @@
 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