pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools If we're using one of the package's utilities...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ff9680774aa
branches: trunk
changeset: 493080:5ff9680774aa
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Apr 26 22:20:42 2005 +0000
description:
If we're using one of the package's utilities, we're going to be using
them all, so make sure _TOOLS_USE_PKGSRC.* is set to "yes".
diffstat:
mk/tools/replace.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 2f44b0a6b2a8 -r 5ff9680774aa mk/tools/replace.mk
--- a/mk/tools/replace.mk Tue Apr 26 22:18:14 2005 +0000
+++ b/mk/tools/replace.mk Tue Apr 26 22:20:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.25 2005/04/26 22:18:14 jlam Exp $
+# $NetBSD: replace.mk,v 1.26 2005/04/26 22:20:42 jlam Exp $
#
# This Makefile fragment handles "replacements" of system-supplied
# tools with pkgsrc versions. The replacements are placed under
@@ -185,6 +185,7 @@
!empty(_TOOLS_USE_PKGSRC.grep:M[yY][eE][sS])
${TOOLS_DEPENDS.grep}+= grep>=2.5.1:../../textproc/grep
. for _t_ in ${_TOOLS_GREPUTILS}
+_TOOLS_USE_PKGSRC.${_t_}= yes
TOOLS_SYMLINK+= ${_t_}
TOOLS_REAL_CMD.${_t_}= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}${_t_}
. if exists(${TOOLS_REAL_CMD.${_t_}})
@@ -284,6 +285,7 @@
!empty(_TOOLS_USE_PKGSRC.gzip:M[yY][eE][sS])
${TOOLS_DEPENDS.gzip}+= gzip-base>=1.2.4b:../../archivers/gzip-base
. for _t_ in ${_TOOLS_GZIPUTILS}
+_TOOLS_USE_PKGSRC.${_t_}= yes
TOOLS_SYMLINK+= ${_t_}
TOOLS_REAL_CMD.${_t_}= ${LOCALBASE}/bin/${_t_}
. if exists(${TOOLS_REAL_CMD.${_t_}})
Home |
Main Index |
Thread Index |
Old Index