pkgsrc/mk/tools
rillig 10f1774814 mk/tools/perl.mk: allow to silence the USE_TOOLS+=perl warning
Packages that don't declare USE_TOOLS+=perl and whose configure script
invokes perl produce a warning.

Usually warnings are ignored, but they can also be configured as errors,
for example during a strict bulk build.  In this situation it is
necessary to override the default behavior of the perl tool to fail
silently.  Up to now, defining both TOOLS_BROKEN+=perl and
TOOLS_FAIL+=perl produced a duplicate make target.

To handle this situation, let TOOLS_BROKEN+=perl take precedence over
TOOLS_FAIL+=perl.  This is much easier than finding out in each case how
to disable the perl check in the configure script, which is most often
done by adding any of the following to CONFIGURE_ENV: PERL=#none,
ac_cv_prog_PERL=#none, ac_cv_path_PERL=#none.
2020-05-10 06:05:35 +00:00
..
autoconf.mk mk/tools: Add support for autoconf*:test and automake*:test 2019-05-15 10:49:28 +00:00
automake.mk mk/tools: Add support for autoconf*:test and automake*:test 2019-05-15 10:49:28 +00:00
bison.mk mk/tools: fix BISON_REQD handling for lists of multiple Bison versions 2019-03-21 21:47:29 +00:00
bsd.tools.mk mk/tools/bsd.tools.mk: include _TOOLS_VARNAME in show-all-tools 2020-05-09 21:04:14 +00:00
cmake.mk
create.mk mk/tools/create.mk: make tool wrappers smaller 2020-05-09 21:08:05 +00:00
defaults.mk
digest.mk
flex.mk
gettext.mk
gmake.mk
imake.mk
intltool.mk
ldconfig.mk
make.mk
msgfmt-msgctxt.awk
msgfmt-msgid_plural.awk
msgfmt.sh
perl.mk mk/tools/perl.mk: allow to silence the USE_TOOLS+=perl warning 2020-05-10 06:05:35 +00:00
pkg-config.mk
replace.mk mk/tools: Ensure GNU grep is used when requested. 2019-06-06 11:54:33 +00:00
rpcgen.mk
shquote.sh mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
strip.mk
texinfo.mk
tools.AIX.mk
tools.Bitrig.mk
tools.BSDOS.mk
tools.Cygwin.mk
tools.Darwin.mk
tools.DragonFly.mk
tools.FreeBSD.mk
tools.FreeMiNT.mk
tools.GNUkFreeBSD.mk
tools.Haiku.mk
tools.HPUX.mk
tools.Interix.mk
tools.IRIX.mk
tools.Linux.mk
tools.Minix.mk
tools.MirBSD.mk
tools.NetBSD.mk put back bsdtar as host tool, conditional on MKBSDTAR 2020-02-25 11:20:28 +00:00
tools.OpenBSD.mk
tools.OSF1.mk
tools.QNX.mk
tools.SCO_SV.mk
tools.SunOS.mk
tools.UnixWare.mk
zip.mk