pkgsrc/pkgtools/pkglint/files
rillig fe34e666fb When a list is appended to another list, like MAKE_ENV+=
CFLAGS=${CFLAGS}, check for the correct modifiers. The above is
obviously not correct, as CFLAGS may contain white-space.
CFLAGS=${CFLAGS:Q} is also a little wrong in that it may contain leading
and/or trailing white-space, which must be discarded, too, because the
broken GNU configure scripts cannot handle them correctly. This can be
done using ${CFLAGS:M*:Q}, which first splits CFLAGS into a list of
shell words, then selects all of them and finally combines the words
forming a nicely formatted string without leading and trailing
white-space where all entries are separated from each other by a single
space.
2005-11-23 06:05:52 +00:00
..
deprecated.map Added DEPENDS_TARGET, FETCH_DEPENDS, LIB_DEPENDS and RUN_DEPENDS to the 2005-11-02 23:18:38 +00:00
lintpkgsrc.0 Removed the -l command line option from lintpkgsrc(1). Use "pkglint -r" 2005-11-08 23:05:22 +00:00
lintpkgsrc.1 Removed the -l command line option from lintpkgsrc(1). Use "pkglint -r" 2005-11-08 23:05:22 +00:00
lintpkgsrc.pl Use $conf_pkgsrcdir instead of hard-coded "/usr/pkgsrc". 2005-11-20 12:32:17 +00:00
makevars.map Updated pkglint to 4.45.1. 2005-11-23 05:18:46 +00:00
pkglint.0 Updated pkglint to 4.44. 2005-11-20 20:09:35 +00:00
pkglint.1 Updated pkglint to 4.44. 2005-11-20 20:09:35 +00:00
pkglint.pl When a list is appended to another list, like MAKE_ENV+= 2005-11-23 06:05:52 +00:00
plist-clash.pl Updated pkglint to 4.40. 2005-11-10 14:30:56 +00:00