summaryrefslogtreecommitdiff
path: root/mk/bulk
AgeCommit message (Expand)AuthorFilesLines
2005-11-10Export MAKECONF again.rillig1-2/+2
2005-11-10Fixed the remaining instances of code relying on trailing white-space inrillig2-4/+4
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-09Before extracting the pkgsrc variables (which takes some time), print arillig1-1/+3
2005-11-09PRUNEDISTFILES and PRUNEPACKAGES may be left undefined in build.conf, asrillig1-5/+9
2005-11-08- Improved error handling.rillig1-8/+7
2005-11-08- Removed the redundant check on USR_PKGSRC.rillig1-8/+3
2005-11-08Fixed computation of the .broken file, which had been "./dev/null" when therillig1-4/+4
2005-11-07Clarified the libkver item.rillig1-1/+1
2005-11-07Using a mk.conf different from /etc/mk.conf works.rillig1-1/+0
2005-11-07Mention FORCEBROKENFILE in the list.tv1-1/+2
2005-11-07Add .forcebroken, a builder-created text file that becomes a PKG_FAIL_REASONtv1-1/+8
2005-11-06Fixed grammar in a comment.rillig1-2/+2
2005-11-06Added basic checks to make sure the values from the configuration file arerillig2-17/+126
2005-11-06Only export MAKECONF if it is not null, <bsd.own.mk> does not really likeseb1-2/+3
2005-11-06Remove extra ${pkgsrc_dir} that slipped in.seb1-2/+2
2005-11-05- Replaced spaces with tabs in the "build --help" message.rillig3-39/+97
2005-11-05- Condensed the code.rillig1-37/+18
2005-11-05Reformatted the --help output. Instead of many echo(1) commands, onerillig1-42/+43
2005-11-05The configuration variables had no apparent order. Now they are sortedrillig1-32/+55
2005-11-05- Rewrote the "man page" comment.rillig1-11/+32
2005-11-05Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Addedrillig1-5/+5
2005-11-05- Added a comment above each paragraph explaining what goes on there.rillig1-31/+74
2005-11-05- Added an alias --resume for --restart, as "restart" sounds too much likerillig1-19/+13
2005-11-05- Added a function post_filter_cmd() that can be overridden in bulk.conf.rillig1-33/+54
2005-11-05Remove the cleaning of pre-requisite packages before and after buildingkristerw1-19/+7
2005-11-05- Added a shell function die() that is used to provide consistentlyrillig1-19/+18
2005-11-05- Removed trailing white-space from the --help output.rillig1-39/+41
2005-11-05Completely rewrote the printindex tool.rillig1-57/+46
2005-11-05As the printdepends program takes quite a long time, every 50 packages arillig1-5/+18
2005-11-05Export the BULK_BUILD_CONF variable so that subprocesses can see it. Rewroterillig1-10/+12
2005-11-05Added a command line option --config that allows to specify a customrillig1-2/+10
2005-11-05Fixed a typo.rillig1-2/+2
2005-11-05Environment and pkgsrc variables used by the bulk build.rillig1-0/+105
2005-11-02Microoptimization: awk has BRE pattern matching, so use it instead oftv1-2/+2
2005-10-27Add lang/perl5 early, but not specifically as part of BULK_PREREQ, so thattv1-2/+2
2005-10-26Use Perl-based tflat, which is up to 90% faster than the awk-based onetv2-161/+73
2005-10-16Add USE_BULK_BROKEN_CHECK variable, default 'yes'; if set to 'no', skipstv1-5/+13
2005-09-25Finally remember to commit this:jschauma1-2/+2
2005-09-21Make the directory before creating the pkgsrc-results text file in it.reed1-2/+2
2005-09-20Add a new command line option "-e | --no-email" to not send the emailxtraeme1-2/+17
2005-08-26Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH.reed3-19/+24
2005-08-26Add todo item: Generate list of packages that were "Successfully packaged".reed1-0/+1
2005-08-26Create intermediate directories as required when creating PKG_DBDIR.reed1-2/+2
2005-08-25Make sure TEE is defined.reed1-1/+2
2005-08-25iUse "up-to-date" instead of "upto date" to be consistent.reed1-3/+3
2005-07-28fix some non-portable statements, allowing this to work properlygrant1-3/+7
2005-07-17Fix the following error:ben1-1/+2
2005-07-13Removed superfluous "--" arguments from the command line, as therillig2-4/+4