Age | Commit message (Expand) | Author | Files | Lines |
2007-10-09 | Remove trailing spaces. | martti | 2 | -7/+7 |
2007-10-07 | fix obsolete URLs for www.NetBSD.org | kano | 1 | -2/+2 |
2007-08-27 | The new audit-packages code goes to stdout now. | adrianp | 1 | -2/+2 |
2007-08-06 | audit-packages prints vulnerabilities to stdout so compensate for this. | adrianp | 1 | -2/+2 |
2007-07-25 | Add --config <file> from build script | adrianp | 1 | -7/+35 |
2007-07-25 | Make sure PKG_INFO is set | adrianp | 1 | -1/+2 |
2007-07-21 | Define ${PKG_INFO} before using it - from wiz@ | adrianp | 1 | -1/+2 |
2007-07-14 | Add support for the upcoming pkg_install-20070714 which now includes | adrianp | 3 | -14/+53 |
2007-07-02 | Remove USE_MTREE support. Keep one copy (the NetBSD version) for | joerg | 1 | -5/+5 |
2007-06-15 | Fix PR 34139 for bulk builds too. | wiz | 1 | -12/+12 |
2007-06-15 | The option --prepare only generates the bulk build database. | rillig | 1 | -1/+16 |
2007-05-31 | If a package is already installed, bulk-install should not try to build | rillig | 1 | -2/+3 |
2007-05-23 | When removing an already installed package, the correct package version | rillig | 1 | -3/+4 |
2007-05-20 | Add all packages that are used by pkgsrc/bootstrap to the list of | kristerw | 1 | -2/+4 |
2007-05-19 | Revert previous (1.140), committed by accident. | wiz | 1 | -5/+2 |
2007-05-19 | On Linux (at least Red Hat Enterprise 3), openssl needs libraries | wiz | 2 | -5/+11 |
2007-04-15 | It makes more sense to run "bmake debug" when the WRKDIR is still | rillig | 1 | -2/+2 |
2007-03-22 | The egrep line can be removed when audit-packages becomes fast enough. | rillig | 1 | -1/+3 |
2007-03-07 | A hint to the real problem is a nice addition to an error message. | rillig | 1 | -2/+4 |
2007-03-07 | Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds can | rillig | 1 | -2/+2 |
2007-03-06 | The first few lines of a bulk build log don't need to be printed on the | rillig | 1 | -9/+6 |
2007-03-06 | Removed the unused "arch" variable. | rillig | 2 | -8/+4 |
2007-03-06 | The warnings from the wrapper log are added to the report file. | rillig | 1 | -1/+8 |
2007-02-23 | The post-build-only option also needs to load the variables. | rillig | 1 | -1/+2 |
2007-02-21 | At the very beginning, the variables are extracted by running bmake in | rillig | 1 | -54/+24 |
2007-02-21 | - also find possible listings in {whatever}foo variations | jschauma | 1 | -2/+2 |
2007-02-20 | Only invoke audit-packages if we do find the package-name prefix in | jschauma | 1 | -6/+8 |
2007-02-19 | The error output of "make debug" may be useful to know, too. | rillig | 1 | -2/+2 |
2007-01-30 | Remove some legacy variable handling after 2-3 branches. | wiz | 1 | -16/+1 |
2007-01-28 | Remove old .bulk-not_available (NOT_AVAILABLE_FILE) files that are left | kristerw | 1 | -1/+7 |
2007-01-24 | Empty files are so ambiguous, so better leave a friendly message in the | rillig | 1 | -2/+2 |
2007-01-24 | Quick fix: The main code of the bulk build cannot be run in the shell's | rillig | 1 | -2/+2 |
2007-01-22 | A big cleanup: | rillig | 1 | -66/+40 |
2007-01-21 | Fixed misleading indentation. | rillig | 1 | -3/+3 |
2007-01-18 | pkgsrc bulk builds need much CPU time, but do they also need much stack? | rillig | 1 | -3/+4 |
2007-01-15 | Made the database lookup for deinstalling the unneeded packages less | rillig | 1 | -10/+13 |
2007-01-08 | Packages that are not available on the current platform (and the | rillig | 2 | -13/+36 |
2007-01-08 | Shortened the code. | rillig | 1 | -4/+2 |
2006-12-23 | Bump date for previous. | wiz | 1 | -2/+2 |
2006-12-15 | Remove trailing tabs. | martti | 5 | -10/+10 |
2006-12-15 | Remove trailing spaces. | martti | 3 | -8/+8 |
2006-12-14 | Use '-o' instead of '-or' in find(1) arguments as the former seems to | dmcmahill | 1 | -2/+2 |
2006-12-14 | If a package build fails, append the output of 'make debug' to the log | dmcmahill | 1 | -2/+5 |
2006-12-14 | add /usr/sadm to the list of sandboxMountDirs for SunOS | dmcmahill | 1 | -2/+2 |
2006-12-13 | include the PKGSRC_COMPILER setting in the report | dmcmahill | 1 | -1/+3 |
2006-12-10 | Fixed the creating of numerous zombie processes, which is a bug in the | rillig | 1 | -1/+8 |
2006-12-09 | report correct pkgcount by first cd'ing to PKGDB_DIR, then FINDing in there. | jschauma | 1 | -2/+2 |
2006-12-09 | straighten out FIND command to figure out if a package needs to be rebuilt. | jschauma | 1 | -2/+2 |
2006-12-07 | Due to a misunderstanding of mine, preventing to upload restricted | rillig | 1 | -2/+9 |
2006-11-27 | - modularize functionality into a number of distinct functions | jschauma | 1 | -301/+357 |