pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 21:04:14 UTC 2020

Modified Files:
        pkgsrc/mk/tools: bsd.tools.mk

Log Message:
mk/tools/bsd.tools.mk: include _TOOLS_VARNAME in show-all-tools

This information is useful for getting the variable name that corresponds
to a tool.  In most cases this is just the uppercase name of the tool,
but there are exceptions like ${SETENV} for env, ${HOSTNAME_CMD} for
hostname.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/mk/tools/bsd.tools.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/tools/bsd.tools.mk
diff -u pkgsrc/mk/tools/bsd.tools.mk:1.60 pkgsrc/mk/tools/bsd.tools.mk:1.61
--- pkgsrc/mk/tools/bsd.tools.mk:1.60   Fri Mar 13 17:33:02 2020
+++ pkgsrc/mk/tools/bsd.tools.mk        Sat May  9 21:04:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.tools.mk,v 1.60 2020/03/13 17:33:02 rillig Exp $
+# $NetBSD: bsd.tools.mk,v 1.61 2020/05/09 21:04:14 rillig Exp $
 #
 # Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -180,5 +180,6 @@ _PKG_VARS.tools=    USE_TOOLS TOOLS_BROKEN 
        # nil
 _SYS_VARS.tools+=      ${pv}.${t}
 .  endfor
+_DEF_VARS.tools+=      _TOOLS_VARNAME.${t} _TOOLS_VARNAME_GNU.${t}
 .endfor
 _SORTED_VARS.tools=    USE_TOOLS TOOLS_CREATE TOOLS_GNU_MISSING



Home | Main Index | Thread Index | Old Index