pkgsrc/mk/tools
dsl 5f2fc5dcbf Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used
as a modifier on another variable and would need to be escaped
as :M${_dep_\:C/\\\:.*$//} in order for the modifiers to be parsed correctly.
This all used to work because _dep_ is a .for loop control variable which
was substituted in an earlier pass through the line.
Recent changes leave .for loop control variables to be substituted during
normal expansion.
Adding the \ would leave the script non-working with theolder make.

OK'd by Beefy
2008-12-23 22:34:26 +00:00
..
autoconf.mk Remove trailing tabs. 2006-12-15 13:15:06 +00:00
automake.mk Deprecate unused BUILD_USES_GETTEXT_M4 variable. 2007-03-01 22:29:15 +00:00
bootstrap.mk Remove trailing spaces. 2006-12-15 12:46:23 +00:00
bsd.tools.mk Made the .include directives simpler, since the directory of the 2008-01-04 01:46:24 +00:00
cmake.mk Doing USE_TOOLS+=cmake in the configure stage is too late so move it 2007-12-18 10:18:39 +00:00
create.mk Whenever a tool from TOOLS_FAIL is executed, print a useful error 2008-02-13 09:11:01 +00:00
defaults.mk Add lzcat to the tools framework. 2008-11-15 20:20:44 +00:00
digest.mk
gettext.mk Add msgconv to the gettext tools. 2007-06-15 17:11:33 +00:00
imake.mk Added information about imake-specific variables. 2007-09-10 06:36:25 +00:00
intltool.mk Bump intltools dependency default to 0.40.0, more and more programs need it. 2008-12-05 08:25:15 +00:00
ldconfig.mk
make.mk
msgfmt.sh Fix a comment (gnome-vfs2 -> gnome-vfs). 2007-09-25 10:32:17 +00:00
perl.mk Generalize the condition for defining PERL5, so that PERL5 is never 2007-11-19 04:08:58 +00:00
pkg-config.mk Reset PKG_CONFIG_PATH in the environment. Fixes misterious build problems 2008-04-20 19:32:31 +00:00
replace.mk Use a temporary variable to hold ${_dep_:C/\:.*$//} since it is used 2008-12-23 22:34:26 +00:00
rpcgen.mk
strip.mk
texinfo.mk
tools.AIX.mk Newer AIX has bzip2 and bzcat pre-installed. 2007-08-30 21:29:21 +00:00
tools.BSDOS.mk
tools.Darwin.mk set TOOLS_PLATFORM.ftp to /usr/bin/ftp 2008-07-21 17:34:19 +00:00
tools.DragonFly.mk DragonFly normally has bsdtar in /usr/bin. 2008-05-25 21:40:59 +00:00
tools.FreeBSD.mk Add readelf as tool, for only only the BSDs get it. 2007-08-20 11:00:33 +00:00
tools.HPUX.mk Revert previous, /bin/ksh appears to be even worse than /bin/sh. 2008-03-11 17:50:14 +00:00
tools.Interix.mk
tools.IRIX.mk IRIX patch isn't usable. 2007-01-08 08:55:52 +00:00
tools.Linux.mk Check that /usr/bin/patch really exists, so that we can gracefully fall 2008-05-17 18:34:50 +00:00
tools.NetBSD.mk Add ftp as tool. On NetBSD and DragonFly, this will use the system 2008-05-22 20:11:55 +00:00
tools.OpenBSD.mk Add readelf as tool, for only only the BSDs get it. 2007-08-20 11:00:33 +00:00
tools.OSF1.mk Prefer builtin echo, test/[, true/false. 2008-08-10 15:17:25 +00:00
tools.SunOS.mk If "/usr/gnu/bin/false" exists use that as a value of ${FALSE}. This is known 2008-09-11 23:00:31 +00:00
tools.UnixWare.mk