summaryrefslogtreecommitdiff
path: root/mk/bulk/bsd.bulk-pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2007-03-07Added the BULK_ID to BULK_BUILD_ID_FILE, so that multiple bulk builds canrillig1-2/+2
2007-03-06The first few lines of a bulk build log don't need to be printed on therillig1-9/+6
2007-03-06The warnings from the wrapper log are added to the report file.rillig1-1/+8
2007-02-19The error output of "make debug" may be useful to know, too.rillig1-2/+2
2007-01-24Quick fix: The main code of the bulk build cannot be run in the shell'srillig1-2/+2
2007-01-22A big cleanup:rillig1-66/+40
2007-01-15Made the database lookup for deinstalling the unneeded packages lessrillig1-10/+13
2007-01-08Packages that are not available on the current platform (and therillig1-2/+14
2006-12-14Use '-o' instead of '-or' in find(1) arguments as the former seems todmcmahill1-2/+2
2006-12-14If a package build fails, append the output of 'make debug' to the logdmcmahill1-2/+5
2006-12-09report correct pkgcount by first cd'ing to PKGDB_DIR, then FINDing in there.jschauma1-2/+2
2006-12-09straighten out FIND command to figure out if a package needs to be rebuilt.jschauma1-2/+2
2006-11-26- Run a single find(1) command to get the list of new files rather than runningjschauma1-4/+4
2006-10-13Creating an archive from the working directory may take some time forrillig1-1/+2
2006-10-07Renamed the "pack" option for _PRESERVE_WRKSRC to "pack-if-failed",rillig1-4/+5
2006-10-06_PRESERVE_WRKDIR can be set to "pack" to save a .tar.gz archive ofrillig1-3/+10
2006-07-27Whenever we invoke a recursive make, we need to ensure that the properjlam1-14/+14
2006-07-26When the bulk build code encounters a directory in *SPECIFIC_PKGSwiz1-2/+7
2006-07-03After converting it to HTML format, the build log file is not neededrillig1-1/+2
2006-02-13Only write the terminating HTML code to the ${_BROKENFILE} if therillig1-4/+4
2006-02-11Fixed double quoting of _BROKENWRKLOG.rillig1-2/+2
2006-02-10A small step in the direction of valid HTML for the build log files.rillig1-12/+23
2006-02-10Indented the variable definitions more consistently.rillig1-20/+20
2006-02-04Added the KEEP_BUILDLOGS variable. If it is set to "yes", the build logsrillig1-3/+24
2006-02-03If a package is still up to date, it doesn't matter if it is currentlyrillig1-7/+3
2006-01-21Fixed pkglint warnings.rillig1-10/+15
2006-01-21- Added a new top level file that saves the REPORT_BASEDIR from the firstrillig1-1/+5
2006-01-17`tsort` creates temporary files in the current directory, so change to thejdc1-2/+2
2006-01-05Revert unintended part of last commit.joerg1-2/+1
2006-01-05Adjust comment about SUBST_FILES to match reality:joerg1-1/+2
2005-11-28If the package-specific log directory is empty after building a package,rillig1-1/+5
2005-11-241. Added section headers in the part of the user-settable variables.rillig1-3/+13
2005-11-23Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This isrillig1-7/+3
2005-11-20Despite having ALLOW_VULNERABLE_PACKAGES in my /etc/mk.conf, I foundagc1-2/+2
2005-11-19Allow the bulk builds to work by adding security/audit-packages as aagc1-2/+2
2005-11-19Replaced ${ECHO_MSG} with ${ECHO} where appropriate. While there, quotedrillig1-19/+19
2005-11-18Corrected the comment above BULKFILESDIR. It is not only used for therillig1-2/+3
2005-11-18Properly indented preprocessing directives.rillig1-3/+3
2005-11-18Allow FORCEBROKENFILE files to be created in either PKGSRCDIR orrillig1-3/+6
2005-11-16Changes for separation of BULKFILESDIR and PKGSRCDIR.rillig1-26/+53
2005-11-12Fix a typo that in some cases prevented a BROKENFILE from beingkristerw1-2/+2
2005-11-11Remove some redundant printing of messages when we are cleaningkristerw1-6/+2
2005-11-11- A warning is printed if there is no PKGNAME matching for a PKGPATH in therillig1-10/+14
2005-11-11Added two variables BULK_MSG and BULK_MSG_CONT that are used for printingrillig1-45/+54
2005-11-10Fixed the remaining instances of code relying on trailing white-space inrillig1-2/+2
2005-11-10Replaced another instance of grep|awk with a simple awk. A warning isrillig1-3/+3
2005-11-10Don't rely on the INDEXFILE having trailing white-space in each line.rillig1-2/+2
2005-11-07Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASONtv1-1/+8
2005-11-05Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Addedrillig1-5/+5
2005-11-05Remove the cleaning of pre-requisite packages before and after buildingkristerw1-19/+7