Age | Commit message (Expand) | Author | Files | Lines |
2005-11-20 | - If the BULKFILESDIR differs from PKGSRCDIR, create it before trying to | rillig | 1 | -1/+16 |
2005-11-20 | Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found | agc | 1 | -2/+2 |
2005-11-20 | Added subshell parentheses around the command for updating pkg_install. | rillig | 1 | -2/+2 |
2005-11-20 | Macro usage fixes, use more macros, grammar improvement. | wiz | 1 | -10/+12 |
2005-11-20 | Reverted the SU_CMD change from between 1.1748 and 1.1749 almost | rillig | 1 | -2/+3 |
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 | If the directory of a dependency does not exist, fail instead of (almost) | rillig | 1 | -2/+3 |
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 | Collapse two .for blocks to improve readability: | tv | 1 | -14/+3 |
2005-11-18 | Use :D and :U constructs in a few more places to collapse some .if defined | tv | 1 | -36/+8 |
2005-11-18 | Simplify the _MASTER_SITE_{BACKUP,OVERRIDE} settings a bit by using a :D | tv | 1 | -12/+3 |
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 | Added a few FIXMEs at places where this program might fail unexpectedly. | rillig | 1 | -1/+5 |
2005-11-18 | Renamed append to append_flag. Removed superfluous quotes around that | rillig | 1 | -5/+4 |
2005-11-18 | Don't accept anything besides the known options on the command line. As | rillig | 1 | -7/+2 |
2005-11-18 | - Added section headings. | rillig | 1 | -29/+34 |
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-17 | A warning is printed for every non-text file. This helps in detecting | rillig | 1 | -1/+3 |
2005-11-17 | Properly quoted variables. | rillig | 1 | -21/+17 |
2005-11-17 | To support variants of make that run the shell so 'set -e' is true (shell | erh | 1 | -3/+3 |
2005-11-17 | Back out the previous change. The output _will_ be visible to the user. | erh | 1 | -4/+4 |
2005-11-17 | The message that audit-packages is out-of-date is printed on stderr instead | rillig | 1 | -4/+4 |
2005-11-17 | Only show the message about fiddling with mk.conf if the output of | erh | 1 | -3/+5 |
2005-11-17 | Minimum audit-packages version is _1_.40, not 0.40 | erh | 1 | -3/+3 |
2005-11-17 | Clarified the wording of the comment regarding the use of ".if" and ".for" | rillig | 1 | -3/+4 |
2005-11-17 | Don't set SKIP_AUDIT_PACKAGES unconditionally to "no". Because this file | rillig | 1 | -2/+2 |
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 | Missed a couple of underscores. Add them. | erh | 1 | -3/+3 |
2005-11-16 | Improve the handling of allowed vulnerabilities. Instead of the single | erh | 3 | -24/+46 |
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-16 | Add lo and ss locale directories, used by the upcoming audio/amarok | seb | 13 | -13/+117 |
2005-11-15 | Rewrote the _PATH_CMD command, which could not handle a PATH environment | rillig | 1 | -5/+8 |