diff options
author | tv <tv@pkgsrc.org> | 2005-01-12 22:51:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-12 22:51:54 +0000 |
commit | 7ac5f2db44d010016f4321cc1da9b08f68118b87 (patch) | |
tree | 217f20c2987b0fcc2802948ef8bd8e20cfbd2dad /audio/gqmpeg-skins | |
parent | 3588ad8a2a7959c8f9a23ab006fbced0ce104adb (diff) | |
download | pkgsrc-7ac5f2db44d010016f4321cc1da9b08f68118b87.tar.gz |
Fix checking of up to date binary packages. The problem with DEPENDS
containing constructs of the form
{perl>=5.8.3nb1,perl-thread>=5.8.3nb1}
is that a Bourne shell "for" interprets this as two separate items in the
list, nuking the {}s. The above will never succeed and thus always cause
Perl-dependent packages to be rebuilt unconditionally.
Just adding more \s isn't enough -- the parsing of the depends list has to
be moved out of the "for" clause. So, echo them one per line and use "read"
to pull them in without allowing the shell to peek at those characters.
Diffstat (limited to 'audio/gqmpeg-skins')
0 files changed, 0 insertions, 0 deletions