pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc List the tools that are used by the files included by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f72ad8eb4944
branches:  trunk
changeset: 493779:f72ad8eb4944
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat May 14 20:50:02 2005 +0000

description:
List the tools that are used by the files included by /usr/pkgsrc/Makefile.
This causes the relevant "TOOL" variable names to be defined by
bsd.prefs.mk (through including mk/tools/defaults.mk).

diffstat:

 Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9b9ea4256151 -r f72ad8eb4944 Makefile
--- a/Makefile  Sat May 14 20:05:05 2005 +0000
+++ b/Makefile  Sat May 14 20:50:02 2005 +0000
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile,v 1.67 2005/02/14 22:47:11 rillig Exp $
+# $NetBSD: Makefile,v 1.68 2005/05/14 20:50:02 jlam Exp $
 #
 
+# tools use by bsd.pkg.subdir.mk
+PKGSRC_USE_TOOLS+=     [ awk basename cat cmp echo mv rm sed sort touch
+
+# additional tools used by bsd.bulk-pkg.mk
+PKGSRC_USE_TOOLS+=     egrep env expr find grep ls sh tee true tsort wc
+
 .include "mk/bsd.prefs.mk"
 
 .ifdef SPECIFIC_PKGS



Home | Main Index | Thread Index | Old Index