Age | Commit message (Expand) | Author | Files | Lines |
2007-03-06 | The warnings from the wrapper log are added to the report file. | rillig | 1 | -1/+8 |
2007-02-19 | The error output of "make debug" may be useful to know, too. | 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-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 | 1 | -2/+14 |
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-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-11-26 | - Run a single find(1) command to get the list of new files rather than running | jschauma | 1 | -4/+4 |
2006-10-13 | Creating an archive from the working directory may take some time for | rillig | 1 | -1/+2 |
2006-10-07 | Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed", | rillig | 1 | -4/+5 |
2006-10-06 | _PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive of | rillig | 1 | -3/+10 |
2006-07-27 | Whenever we invoke a recursive make, we need to ensure that the proper | jlam | 1 | -14/+14 |
2006-07-26 | When the bulk build code encounters a directory in *SPECIFIC_PKGS | wiz | 1 | -2/+7 |
2006-07-03 | After converting it to HTML format, the build log file is not needed | rillig | 1 | -1/+2 |
2006-02-13 | Only write the terminating HTML code to the ${_BROKENFILE} if the | rillig | 1 | -4/+4 |
2006-02-11 | Fixed double quoting of _BROKENWRKLOG. | rillig | 1 | -2/+2 |
2006-02-10 | A small step in the direction of valid HTML for the build log files. | rillig | 1 | -12/+23 |
2006-02-10 | Indented the variable definitions more consistently. | rillig | 1 | -20/+20 |
2006-02-04 | Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logs | rillig | 1 | -3/+24 |
2006-02-03 | If a package is still up to date, it doesn't matter if it is currently | rillig | 1 | -7/+3 |
2006-01-21 | Fixed pkglint warnings. | rillig | 1 | -10/+15 |
2006-01-21 | - Added a new top level file that saves the REPORT_BASEDIR from the first | rillig | 1 | -1/+5 |
2006-01-17 | `tsort` creates temporary files in the current directory, so change to the | jdc | 1 | -2/+2 |
2006-01-05 | Revert unintended part of last commit. | joerg | 1 | -2/+1 |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 1 | -1/+2 |
2005-11-28 | If the package-specific log directory is empty after building a package, | rillig | 1 | -1/+5 |
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-20 | Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I found | agc | 1 | -2/+2 |
2005-11-19 | Allow the bulk builds to work by adding security/audit-packages as a | agc | 1 | -2/+2 |
2005-11-19 | Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quoted | rillig | 1 | -19/+19 |
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-12 | Fix a typo that in some cases prevented a BROKENFILE from being | kristerw | 1 | -2/+2 |
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 | Added two variables BULK_MSG and BULK_MSG_CONT that are used for printing | rillig | 1 | -45/+54 |
2005-11-10 | Fixed the remaining instances of code relying on trailing white-space in | rillig | 1 | -2/+2 |
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-07 | Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASON | tv | 1 | -1/+8 |
2005-11-05 | Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Added | rillig | 1 | -5/+5 |
2005-11-05 | Remove the cleaning of pre-requisite packages before and after building | kristerw | 1 | -19/+7 |
2005-10-27 | Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so that | tv | 1 | -2/+2 |
2005-10-26 | Use Perl-based tflat, which is up to 90% faster than the awk-based one | tv | 1 | -11/+6 |