summaryrefslogtreecommitdiff
path: root/mk/bulk
AgeCommit message (Expand)AuthorFilesLines
2005-11-14Fixed singleton variable which had been left over by one of the lastrillig1-2/+2
2005-11-14Removed the code for printing progress information again, as printindexrillig1-17/+1
2005-11-12Fix a typo that in some cases prevented a BROKENFILE from beingkristerw1-2/+2
2005-11-12Please, really only export MAKECONF if it is set.seb1-2/+5
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-11Indentation fix.rillig1-3/+3
2005-11-11Removed the "BULK>" prefix from a message, as that prefix is reserved forrillig1-2/+2
2005-11-11Added two variables BULK_MSG and BULK_MSG_CONT that are used for printingrillig1-45/+54
2005-11-11Properly handle package directories containing shell special charactersrillig1-2/+11
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