Age | Commit message (Expand) | Author | Files | Lines |
2005-11-25 | Added proftpd-readme | martti | 1 | -0/+1 |
2005-11-24 | Indentation fix to make the "case" statements look more uniform. | rillig | 1 | -3/+3 |
2005-11-24 | Added another diagnostic message to distinguish the cases for non-text | rillig | 1 | -2/+4 |
2005-11-24 | Remove some obsoleted imap_uw options. | wiz | 1 | -16/+1 |
2005-11-24 | Add some imap_uw option descriptions. | wiz | 1 | -0/+2 |
2005-11-24 | Corrected the quoting of variables in clear cases. | rillig | 1 | -12/+13 |
2005-11-24 | Properly quote _PKG_DBDIR. | rillig | 1 | -3/+3 |
2005-11-24 | 1. Added section headers in the part of the user-settable variables. | rillig | 1 | -3/+13 |
2005-11-23 | Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This is | rillig | 1 | -7/+3 |
2005-11-23 | Per request, back out all the SKIP_AUDIT_PACKAGES changes. | erh | 4 | -51/+27 |
2005-11-22 | Describe db4 and sqlite. | wiz | 1 | -2/+2 |
2005-11-22 | Missing a line from the previous commit that would cause PKG_DB_TMPDIR | jlam | 1 | -2/+2 |
2005-11-22 | Create PKG_DB_TMPDIR (${WRKDIR}/.pkgdb) in a separate step from creating | jlam | 1 | -3/+4 |
2005-11-20 | Use tex instead of latex in messages and comments. | minskim | 1 | -10/+10 |
2005-11-20 | Put literal strings into .Ql quotes. | rillig | 1 | -3/+5 |
2005-11-20 | Removed a line in the _SU_TARGET variable that had been left from | rillig | 1 | -2/+1 |
2005-11-20 | Added "" quotes to all arguments to echo(1). | rillig | 1 | -17/+17 |
2005-11-20 | Moved the "export BROKENF" command from the top of the program to the | rillig | 1 | -2/+2 |
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 |