2010-11-07 12:36:43 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Update to 0.47.0 Long options are considered deprecated. Do not use them. They will be removed in the future. pkg_summary2deps: - has been completely reimplemented. Now it handles glob pattern like libao-[a-z]*-[0-9]* correctly. - Options -r and -R now work differently. - New option -s for was added. pkg_src_summary: - FIX: With -A option "bad" dependencies, i.e. ones with incorrect assignments like XXX_VERSION_REQD=<unsupported-value>, are skipped, thus allowing distbb to outout much better diagnistics. - Minor fix for -G debugging option - Simplification: due to changes in pkg_summary2deps, "enrich_XDEPENDS" helper script is not needed anymore, so it was removed. |
2010-11-07 12:34:51 by Aleksey Cheusov | Files touched by this commit (35) |
Log message: Merge with psu-0-47 branch. |
2010-10-31 15:35:16 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: Update to 0.46 pkg_src_fetch_var: -All tokens on input are treated as pkgpath, not only $1. Support for paexec slave mode was added. pkg_lint_summary: - Documentation and sample of use for -L was added. - If -L is applied, existense of all files from REQUIRES is checked, not only pkgsrc libraries. All shell scripts use 'mktemp -d' for creating a temporary directory instead of $$. pkg_micro_src_summary: - become even more "parallelized". |
2010-10-31 01:34:02 by Aleksey Cheusov | Files touched by this commit (2) |
Log message: fix |
2010-10-31 01:15:24 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: $SH is used for calling $0 (for easier debugging) |
2010-10-31 01:02:38 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: 10 packages per slave for pkg_src_fetch_var for minimizing context switch |
2010-10-31 00:55:12 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: fix for previous commit |
2010-10-30 23:51:15 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: Process all tokens, not only $1 |
2010-10-30 14:48:43 by Aleksey Cheusov | Files touched by this commit (6) |
Log message: 'mktemp -d' is used for creating temp dir instead of $$ |
2010-10-30 14:47:35 by Aleksey Cheusov | Files touched by this commit (1) |
Log message: Several subprocesses of pkg_src_fetch_var(1) are run in parallel. 'mktemp -d' is used for creating temp dir. |