pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/help help/help.mk: pick up further language-specifi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08e0c08262dd
branches:  trunk
changeset: 372439:08e0c08262dd
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Jan 24 23:16:01 2022 +0000

description:
help/help.mk: pick up further language-specific variables

Add lua, nodejs, octave, qore, and tk-specific variables. (tk and tk85
define the same variable, so I only included tk.) This relates to
PR pkg/56301, where I noticed various REPLACE_* variables were not
listed in Appendix E of the pkgsrc guide.

There is a separate issue related to Appendix E here. If wip/mk is
found, the auto-generation of the help topic list for the pkgsrc guide
includes anything it finds under that path, but that's potentially
misleading, and causes the generated list to see-saw back and forth as
committers do or do not have wip visible (I do not).

diffstat:

 mk/help/help.mk |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c0c6886cc020 -r 08e0c08262dd mk/help/help.mk
--- a/mk/help/help.mk   Mon Jan 24 23:11:32 2022 +0000
+++ b/mk/help/help.mk   Mon Jan 24 23:16:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: help.mk,v 1.17 2019/09/09 09:38:36 maya Exp $
+# $NetBSD: help.mk,v 1.18 2022/01/24 23:16:01 gutteridge Exp $
 #
 
 # This is the integrated pkgsrc online help system. To query for the
@@ -10,9 +10,16 @@
 _HELP_FILES+=          mk/*.mk mk/*/*.mk mk/*/*/*.mk
 _HELP_FILES+=          mk/defaults/mk.conf
 _HELP_FILES+=          lang/go/*.mk
-_HELP_FILES+=          lang/perl5/*.mk lang/php/*.mk lang/python/*.mk
+_HELP_FILES+=          lang/lua/*.mk
+_HELP_FILES+=          lang/nodejs/*.mk
+_HELP_FILES+=          lang/perl5/*.mk
+_HELP_FILES+=          lang/php/*.mk
+_HELP_FILES+=          lang/python/*.mk
+_HELP_FILES+=          lang/qore/*.mk
 _HELP_FILES+=          lang/ruby/*.mk
+_HELP_FILES+=          math/octave/*.mk
 _HELP_FILES+=          print/texlive/*.mk
+_HELP_FILES+=          x11/tk/*.mk
 _HELP_FILES+=          mk/*/*.help
 .if exists(${.PARSEDIR}/../../wip/mk)
 _HELP_FILES+=          wip/mk/*.mk



Home | Main Index | Thread Index | Old Index