Age | Commit message (Expand) | Author | Files | Lines |
2001-03-19 | -add support for a BULK_PREREQ make variable. BULK_PREREQ contains a list | dmcmahill | 5 | -32/+109 |
2001-03-14 | make sure CVS_RSH gets set to 'ssh' before cvs updating | hubertf | 1 | -2/+2 |
2001-02-23 | make the column headings line up a little better. Patch from Hubert. | dmcmahill | 1 | -4/+4 |
2001-02-20 | Fix typo in usage. | wiz | 1 | -2/+2 |
2001-02-17 | Handle new category-Makefile format | wiz | 2 | -5/+4 |
2001-02-17 | reduce the verbosity when adding/removing pkgs. Suggested by Hubert | dmcmahill | 1 | -10/+1 |
2001-02-16 | Fix 2 typos in comments. | wiz | 1 | -4/+4 |
2001-02-15 | when removing out of date binary packages from ${PACKAGES}/All, also remove | dmcmahill | 1 | -1/+6 |
2001-02-13 | only use the depends cache files during a bulk build, otherwise revert to | dmcmahill | 2 | -44/+67 |
2001-02-11 | finish incomplete sentence (who contributed the code) | dmcmahill | 1 | -2/+2 |
2001-02-08 | when a package fails to package, keep a count of how many others packages | dmcmahill | 2 | -10/+26 |
2001-02-06 | fix a bug which causes a few pkgs to be dropped from the output of | dmcmahill | 1 | -7/+25 |
2001-02-02 | fix a bug which caused pkgs with no dependens to get dropped from the output | dmcmahill | 1 | -6/+13 |
2001-02-01 | This commit incorporates several speed improvements which have been tested | dmcmahill | 3 | -54/+193 |
2001-02-01 | take advantage of new target in bsd.pkg.mk to simplify the script and be | dmcmahill | 1 | -18/+4 |
2001-02-01 | - when deleting packages, don't try and delete packages which have already | dmcmahill | 1 | -6/+10 |
2001-01-28 | be consistant about the use of "BULK> " as the prompt relating to the bulk | dmcmahill | 1 | -15/+15 |
2001-01-28 | Initial commit. | dmcmahill | 1 | -0/+178 |
2001-01-28 | Initial commit. | dmcmahill | 1 | -0/+64 |
2000-12-31 | move the code which determines the BROKENFILE and BUILDLOG file names out | dmcmahill | 3 | -31/+13 |
2000-12-30 | further cleanup of handling the .broken.files and .make.files | dmcmahill | 4 | -9/+39 |
2000-12-30 | Don't die without a proper error message | hubertf | 1 | -2/+2 |
2000-12-29 | add hostname and pid to the temp makefile name to avoid conflicts when | dmcmahill | 1 | -5/+5 |
2000-12-26 | don't break the hyperlinks to the broken files.... | dmcmahill | 1 | -2/+3 |
2000-12-26 | - get the BROKENFILE setting from `make show-var VARNAME=BROKENFILE` rather than | dmcmahill | 2 | -7/+9 |
2000-12-22 | make the pruning of distfiles be controlled by a build.conf setting. | dmcmahill | 2 | -6/+16 |
2000-12-15 | An old version of a (broken) useradd created /nonexistang, and pop3d | hubertf | 1 | -1/+2 |
2000-12-11 | Add date to email subject. | skrll | 1 | -2/+2 |
2000-12-05 | If cvs and ssh are in base, don't pkg_add them | hubertf | 1 | -4/+9 |
2000-11-18 | Unconditionally step back out of the dir that we went in before. | hubertf | 1 | -2/+2 |
2000-11-17 | Ur CVS_USER is empty, no CVS update will happen. Document! | hubertf | 1 | -2/+2 |
2000-09-29 | * Make setting ftp_proxy and http_proxy actually work | hubertf | 1 | -14/+14 |
2000-09-29 | Install cvs and ssh and do 'cvs update' only if CVS_USER is set in build.conf. | hubertf | 1 | -7/+9 |
2000-09-24 | make lintpkgsrc operate on the right dir - with out -P, it goes for | hubertf | 1 | -2/+2 |
2000-09-21 | Print pkgs with no dependencies as depending on themselves, as they | hubertf | 1 | -10/+17 |
2000-09-17 | * Put architecture into summary mail | hubertf | 1 | -3/+3 |
2000-09-17 | Read FTPHOST from config file | hubertf | 1 | -1/+2 |
2000-09-15 | rcs id police | hubertf | 3 | -3/+3 |
2000-09-15 | Allow setting ftp_proxy and http_proxy in build.conf or $environment | hubertf | 2 | -2/+16 |
2000-09-15 | Bulk build framework | hubertf | 6 | -0/+446 |
2000-09-15 | Whitespace fix | hubertf | 1 | -2/+2 |
2000-09-02 | remove debug code | hubertf | 1 | -2/+2 |
2000-09-02 | log more stuff to buildlog | hubertf | 1 | -17/+23 |
2000-08-25 | a couple of minor changes to the bulk-check-uptodate target: | dmcmahill | 1 | -9/+11 |
2000-08-24 | escape the \ in an echo command so we see it | dmcmahill | 1 | -2/+2 |
2000-08-24 | If a required binary pkg is found newer, tell which one. | hubertf | 1 | -2/+2 |
2000-08-24 | Remove a comment that's no longer valid after we have 'pkg_admin lsbest' | hubertf | 1 | -4/+1 |
2000-08-24 | Back out last commit: It nuked pkgs that we compile in several versions, | hubertf | 1 | -4/+4 |
2000-08-11 | When rebuilding a pkg, don't only remove the binary pkg currently | hubertf | 1 | -4/+4 |
2000-08-04 | Suppress any errors from pkg_delete if no pkgs are installed | hubertf | 1 | -1/+3 |