Age | Commit message (Expand) | Author | Files | Lines |
2005-11-20 | Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found | agc | 1 | -2/+2 |
2005-11-20 | Macro usage fixes, use more macros, grammar improvement. | wiz | 1 | -10/+12 |
2005-11-19 | Allow the bulk builds to work by adding security/audit-packages as a | agc | 1 | -2/+2 |
2005-11-19 | Indentation fix. | rillig | 1 | -3/+2 |
2005-11-19 | Fixed the documentation in the DIAGNOSTICS section. | rillig | 1 | -4/+6 |
2005-11-19 | Made the diagnostics for invalid characters in BULK_PREREQ and the | rillig | 1 | -6/+8 |
2005-11-19 | - Moved the "man page" comment into a real man page. | rillig | 2 | -18/+119 |
2005-11-19 | The toplevel database files are referenced in the report, so they must not | rillig | 1 | -3/+1 |
2005-11-19 | Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quoted | rillig | 1 | -19/+19 |
2005-11-19 | To check if the pkg_install tools are up to date, the bulk build script | agc | 1 | -2/+2 |
2005-11-18 | The "Building packages" section has been split up into "Building the | rillig | 1 | -7/+11 |
2005-11-18 | Added a new section called "Generating the report". Moved the FTP* | rillig | 1 | -9/+11 |
2005-11-18 | Revert the change in 1.77, which does not work correctly. | agc | 1 | -15/+11 |
2005-11-18 | - The text/plain report is generated using printf() instead of | rillig | 1 | -34/+33 |
2005-11-18 | Code cleanup, bugfixes and separation of PKGSRCDIR and BULKFILESDIR. | rillig | 1 | -24/+88 |
2005-11-18 | If the bulk build is taking place in a sandbox, then typically read-only | agc | 1 | -11/+15 |
2005-11-18 | Corrected the comment above BULKFILESDIR. It is not only used for the | rillig | 1 | -2/+3 |
2005-11-18 | Properly indented preprocessing directives. | rillig | 1 | -3/+3 |
2005-11-18 | Allow FORCEBROKENFILE files to be created in either PKGSRCDIR or | rillig | 1 | -3/+6 |
2005-11-16 | Changes for separation of BULKFILESDIR and PKGSRCDIR. | rillig | 1 | -26/+53 |
2005-11-16 | Changes for enabling separate BULKFILESDIR and PKGSRCDIR. | rillig | 1 | -6/+13 |
2005-11-16 | Made printdepends very similar to printindex, as both iterate over all | rillig | 1 | -53/+114 |
2005-11-16 | As I'm not sure for what things ${BULKFILESDIR}/${BROKENFILE} is used, | rillig | 1 | -2/+2 |
2005-11-16 | Another rewrite: | rillig | 1 | -21/+65 |
2005-11-16 | - Improved the "man page" comment a little. | rillig | 1 | -17/+14 |
2005-11-16 | Interix cannot use the generic mksandbox procedure. Exit with error. | tv | 1 | -1/+6 |
2005-11-14 | Fixed singleton variable which had been left over by one of the last | rillig | 1 | -2/+2 |
2005-11-14 | Removed the code for printing progress information again, as printindex | rillig | 1 | -17/+1 |
2005-11-12 | Fix a typo that in some cases prevented a BROKENFILE from being | kristerw | 1 | -2/+2 |
2005-11-12 | Please, really only export MAKECONF if it is set. | seb | 1 | -2/+5 |
2005-11-11 | Remove some redundant printing of messages when we are cleaning | kristerw | 1 | -6/+2 |
2005-11-11 | - A warning is printed if there is no PKGNAME matching for a PKGPATH in the | rillig | 1 | -10/+14 |
2005-11-11 | Indentation fix. | rillig | 1 | -3/+3 |
2005-11-11 | Removed the "BULK>" prefix from a message, as that prefix is reserved for | rillig | 1 | -2/+2 |
2005-11-11 | Added two variables BULK_MSG and BULK_MSG_CONT that are used for printing | rillig | 1 | -45/+54 |
2005-11-11 | Properly handle package directories containing shell special characters | rillig | 1 | -2/+11 |
2005-11-10 | Export MAKECONF again. | rillig | 1 | -2/+2 |
2005-11-10 | Fixed the remaining instances of code relying on trailing white-space in | rillig | 2 | -4/+4 |
2005-11-10 | Replaced another instance of grep|awk with a simple awk. A warning is | rillig | 1 | -3/+3 |
2005-11-10 | Don't rely on the INDEXFILE having trailing white-space in each line. | rillig | 1 | -2/+2 |
2005-11-09 | Before extracting the pkgsrc variables (which takes some time), print a | rillig | 1 | -1/+3 |
2005-11-09 | PRUNEDISTFILES and PRUNEPACKAGES may be left undefined in build.conf, as | rillig | 1 | -5/+9 |
2005-11-08 | - Improved error handling. | rillig | 1 | -8/+7 |
2005-11-08 | - Removed the redundant check on USR_PKGSRC. | rillig | 1 | -8/+3 |
2005-11-08 | Fixed computation of the .broken file, which had been "./dev/null" when the | rillig | 1 | -4/+4 |
2005-11-07 | Clarified the libkver item. | rillig | 1 | -1/+1 |
2005-11-07 | Using a mk.conf different from /etc/mk.conf works. | rillig | 1 | -1/+0 |
2005-11-07 | Mention FORCEBROKENFILE in the list. | tv | 1 | -1/+2 |
2005-11-07 | Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASON | tv | 1 | -1/+8 |
2005-11-06 | Fixed grammar in a comment. | rillig | 1 | -2/+2 |