Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-10-16 | Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skips | tv | 1 | -5/+13 |
2005-08-25 | Make sure TEE is defined. | reed | 1 | -1/+2 |
2005-08-25 | iUse "up-to-date" instead of "upto date" to be consistent. | reed | 1 | -3/+3 |
2005-06-24 | Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update | jlam | 1 | -2/+2 |
2005-06-04 | Added a leading underscore to the names of the *_COOKIE variables, as they | rillig | 1 | -5/+5 |
2005-05-19 | PERL5_PKGSRCDIR is no more. Explicitly use "lang/perl58" for the | jlam | 1 | -2/+2 |
2005-05-06 | Properly quote the &, <, and > characters when generating BROKENWORKLOG. | rillig | 1 | -2/+3 |
2005-04-11 | Be more informative when cleaning packages and pre-requisites, and clean | agc | 1 | -3/+3 |
2005-03-28 | With the SORT=gsort hack for Interix, all hell breaks loose on pkg_add | tv | 1 | -4/+11 |
2005-03-24 | Correctly pass ${SORT} to tflat. Interix needs something other than the | tv | 1 | -3/+3 |
2005-03-17 | fix broken sed regexp which sometimes causes a failed pkg fail in marking oth... | dmcmahill | 1 | -2/+2 |
2005-03-12 | Avoid feeding very long lines to grep/egrep. The grep/egrep implementation | dmcmahill | 1 | -30/+41 |
2005-01-27 | Pass the correct programs to the mkdatabase script. | sketch | 1 | -2/+2 |
2005-01-21 | The pipe triggers a subshell even though () is not used. So use "exit" and | tv | 1 | -13/+13 |
2005-01-21 | Fix missing {} around variable name, noted by wiz. | tv | 1 | -5/+5 |
2005-01-19 | Fix error in previous; add explicit version check first, then the optionally | tv | 1 | -5/+10 |
2005-01-19 | * Add USE_BULK_TIMESTAMPS (default "yes") to control whether dependency | tv | 1 | -17/+29 |