| Commit message (Expand) | Author | Age | Files | Lines |
* | - Change addport script to do the job locally instead connect to freefall every | garga | 2006-05-16 | 2 | -18/+39 |
* | Add support for specifying ports to be removed as directories on the | vd | 2006-05-02 | 1 | -1/+27 |
* | Improve dependency check: | vd | 2006-05-02 | 1 | -2/+3 |
* | Add support for removing multiple ports which depend on each other | vd | 2006-04-17 | 1 | -36/+48 |
* | Explicitly mount the NFS images ro, instead of relying on the server to | kris | 2006-04-16 | 1 | -1/+1 |
* | Don't bother archiving the ports tree, we don't use it for anything so it | kris | 2006-04-16 | 1 | -1/+1 |
* | Quote ${1} so we don't get ``[: =: unexpected operator'' if the script | vd | 2006-04-12 | 1 | -1/+1 |
* | Add the script I use to remove ports so everyone | vd | 2006-04-10 | 1 | -0/+315 |
* | Mount linprocfs on amd64 for the convenience of jdk builds. | kris | 2006-04-03 | 1 | -1/+1 |
* | The squid rc.d script no longer has the .sh suffix | kris | 2006-04-03 | 2 | -4/+4 |
* | Do not preserve the previous package sets in bak/. This is taking up | kris | 2006-04-03 | 1 | -2/+2 |
* | Clean up linprocfs on amd64 as well. | kris | 2006-04-03 | 1 | -1/+1 |
* | jdk is buildable on amd64, so we need to also mount linprocfs there. | kris | 2006-04-03 | 1 | -2/+2 |
* | This script preserves packages that will be removed by the restricted.sh | kris | 2006-04-03 | 1 | -0/+11 |
* | Temporarily back out the pre.log change, it doesn't work properly. | kris | 2006-03-13 | 1 | -6/+6 |
* | Mount the md image async here too | kris | 2006-03-13 | 1 | -1/+1 |
* | Add some more directories temporarily until these ports can be made to | kris | 2006-03-13 | 1 | -4/+8 |
* | Add a mechanism for reporting client machine error conditions back to the | kris | 2006-02-15 | 1 | -1/+14 |
* | Trim some unused cruft | kris | 2006-02-15 | 1 | -69/+12 |
* | Save the output of portbuild run on the client to a temporary log file. | kris | 2006-02-15 | 1 | -1/+11 |
* | Add some sanity checking of the build environment: | kris | 2006-02-15 | 1 | -1/+30 |
* | * Don't try to pkg_delete packages that are not installed (the usual | kris | 2006-02-15 | 1 | -6/+9 |
* | Add support for 6-exp builds (FreeBSD 6.x is our new reference platform) | kris | 2006-02-15 | 4 | -4/+14 |
* | * Switch back to using pkg_delete -f; we are not yet ready to deal | kris | 2006-02-13 | 1 | -25/+26 |
* | * In kill_procs(), pass in the directory and mountpoint as separate | kris | 2006-02-11 | 1 | -2/+8 |
* | Support for building ports in a jail instead of a chroot. If use_jail=1 | kris | 2006-02-11 | 1 | -9/+14 |
* | * Use ${mailto} portbuild.conf variable instead of hard-coded list [1] | kris | 2006-02-11 | 1 | -4/+7 |
* | Use ${mailto} portbuild.conf variable instead of hard-coded list | kris | 2006-02-11 | 1 | -1/+1 |
* | Checkpoint a major round of changes: | kris | 2006-02-11 | 1 | -64/+201 |
* | Flip from noclean to clean | kris | 2006-02-03 | 1 | -3/+3 |
* | Don't bother chowning the client /var/portbuild/, it just takes too long | kris | 2006-02-03 | 1 | -3/+0 |
* | Use clean-chroot with clean=2 to remove the chroot instead of duplicating | kris | 2006-02-03 | 1 | -5/+1 |
* | Flip "noclean" to "clean" | kris | 2006-02-03 | 1 | -3/+3 |
* | Instead of passing in a "noclean" boolean, pass in a "clean" level: | kris | 2006-02-03 | 1 | -4/+11 |
* | Also look for chroots that are marked 'dirty' (previous build left chroot | kris | 2006-02-03 | 1 | -1/+5 |
* | Don't try to remove the lock file now that we use lockf to manage it | kris | 2006-02-03 | 1 | -2/+0 |
* | Fix bogus comments. No code change. | linimon | 2006-02-02 | 1 | -5/+5 |
* | Correctly set SRCBASE; the version inherited from buildenv is wrong for | kris | 2006-01-27 | 1 | -0/+1 |
* | Don't try to rsync docs, we no longer need to distribute them | kris | 2006-01-27 | 1 | -1/+0 |
* | Update the list of quickports | kris | 2006-01-27 | 1 | -1/+1 |
* | Warn if there are duplicate MD5/SHA256/SIZE statements for a single file | edwin | 2006-01-24 | 1 | -3/+33 |
* | Small tool to check the necessary lines in the distinfo files, based | edwin | 2006-01-24 | 1 | -0/+105 |
* | Support 7.x INDEX builds | kris | 2006-01-22 | 1 | -16/+37 |
* | Don't bother mounting doc tree, it's not needed by any ports | kris | 2006-01-22 | 1 | -12/+8 |
* | Remove -nodoccvs option, it turns out mounting the doc tree is not | kris | 2006-01-22 | 1 | -14/+1 |
* | Also clean up linprocfs mounts | kris | 2006-01-22 | 1 | -0/+1 |
* | Pull in buildenv for LOCALBASE/X11BASE locations | kris | 2006-01-22 | 1 | -2/+4 |
* | Use LOCALBASE and X11BASE from buildenv | kris | 2006-01-22 | 1 | -1/+4 |
* | Allow for the possibility of overriding LOCALBASE and X11BASE | kris | 2006-01-22 | 1 | -0/+2 |
* | Exit with the correct error code when a make target fails | kris | 2006-01-15 | 1 | -3/+3 |