pkgsrc/pkgtools/pkglint
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
..
files When a list is appended to another list, like MAKE_ENV+= 2005-11-23 06:05:52 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
Makefile Updated pkglint to 4.45.1. 2005-11-23 05:18:46 +00:00
PLIST 4.15.1: Fix PLIST (hi Roland!). 2005-05-18 21:06:58 +00:00
TODO * warn about unportable CPP macros in patches. 2005-11-21 16:56:02 +00:00