pkgsrc/mk/bulk
tv 7ac5f2db44 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.
2005-01-12 22:51:54 +00:00
..
bsd.bulk-pkg.mk Fix checking of up to date binary packages. The problem with DEPENDS 2005-01-12 22:51:54 +00:00
build The documentation claims you can use -m as an alias for --mirror_only. 2004-12-11 02:49:57 +00:00
build.conf-example Properly quote the NICE_LEVEL variable to prevent errors. 2004-08-12 22:18:07 +00:00
do-sandbox-build rc is in /usr/pkgsrc/, even in sandboxes 2005-01-10 20:00:30 +00:00
do-sandbox-upload rc is in /usr/pkgsrc/, even in sandboxes 2005-01-10 20:00:30 +00:00
mksandbox Allow the xsrc directory to be specified on the command line, defaulting to 2004-10-24 22:54:25 +00:00
parallel.txt fix typo 2004-07-10 14:37:36 +00:00
post-build Fix the find command used to print out all of the .broken* files. It now 2004-11-23 19:31:46 +00:00
pre-build Some shells can cache * lookups, so do all the rm -f's of */*/<something> 2005-01-11 18:33:16 +00:00
printdepends s/netbsd.org/NetBSD.org/ 2004-02-25 09:20:59 +00:00
printindex Commentary cleanup: 2004-04-09 18:43:14 +00:00
tflat Commentary cleanup: 2004-04-09 18:43:14 +00:00
TODO
upload Deprecate RSYNC_DST_SPECIFIC and RSYNC_DST_OTHER and replace them 2004-04-19 18:39:09 +00:00