| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack in master/slave support | eik | 2004-06-04 | 1 | -27/+69 |
* | Add dopackages.wrapper, a wrapper script around dopackages that sets up | marcus | 2004-06-03 | 1 | -0/+53 |
* | parse $FreeBSD$ with yyyy-mm-dd format dates | eik | 2004-05-30 | 1 | -1/+1 |
* | protect $FreeBSD: ... $ from being expanded | eik | 2004-05-30 | 1 | -1/+1 |
* | don't terminate the log entry with the first hyphen | eik | 2004-05-30 | 1 | -1/+1 |
* | - make somewhat more robust against a corrupted ports tree | eik | 2004-05-30 | 1 | -30/+80 |
* | - Remove 'pkg-plist' from required files | krion | 2004-05-27 | 1 | -2/+1 |
* | - fix a bug handling the maintainer field when ALLPORTS is used | eik | 2004-05-21 | 1 | -35/+56 |
* | Turn chkversion into an all-dancing, all-singing notification tool. | eik | 2004-05-19 | 1 | -35/+138 |
* | small optimazation: don't compare versions that are equal | eik | 2004-05-18 | 1 | -1/+1 |
* | check only ports connected to the build. | eik | 2004-05-17 | 1 | -15/+32 |
* | - integrated chkorigin | eik | 2004-05-17 | 1 | -51/+102 |
* | FWIIW, spawn fewer processes. | eik | 2004-05-16 | 1 | -3/+12 |
* | support for symlinked portsdir (but no other symlinks in the ports tree) | eik | 2004-05-14 | 2 | -14/+19 |
* | add support for ignoring local ports / categories: | eik | 2004-05-14 | 1 | -1/+4 |
* | added chkversion, a script that ensures that PORTVERSIONs don't go backwards | eik | 2004-05-14 | 1 | -0/+155 |
* | add a perl script to check CVSROOT-ports/modules, | eik | 2004-05-14 | 1 | -0/+127 |
* | - don't flag empty lines | eik | 2004-05-08 | 1 | -6/+30 |
* | awk script to check MOVED for consistency | eik | 2004-05-08 | 1 | -0/+87 |
* | While generating commit message, don't lowercase the first letter if the second | mat | 2004-04-04 | 1 | -2/+2 |
* | Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index build | kris | 2004-04-02 | 1 | -3/+5 |
* | added an -q option to enable usage in crontab. | eik | 2004-03-28 | 1 | -2/+27 |
* | Fix a bug arising when you added a port which should have been at the end of | mat | 2004-03-20 | 1 | -3/+10 |
* | Add chkorigin.sh, a script that checks the ports tree for ports with a wrong | eik | 2004-03-19 | 2 | -0/+89 |
* | Fill /mnt/ before each port and clear it afterward, to avoid running | trevor | 2004-03-15 | 1 | -1/+2 |
* | This script had served its purpose. | knu | 2004-03-14 | 1 | -146/+0 |
* | Add note about FETCH_BEFORE_ARGS=-s. | trevor | 2004-03-12 | 1 | -0/+4 |
* | script for finding "size mismatch" and "size unknown" errors | trevor | 2004-03-12 | 1 | -0/+58 |
* | Run a command on all client machines of a certain architecture, or all | kris | 2004-03-08 | 1 | -0/+50 |
* | Walk through a package set and prune files that are not listed in INDEX | kris | 2004-03-08 | 1 | -0/+66 |
* | Verify the archive integrity of a package set, and move aside any that | kris | 2004-03-08 | 1 | -0/+45 |
* | To be run on the client, this script looks for chroot directories that have n... | kris | 2004-03-08 | 1 | -0/+48 |
* | Break out a script from dopackages for building the restricted.sh file | kris | 2004-03-08 | 1 | -0/+34 |
* | Replace gnome with gnome2 in quickports. I'm still not sure this actually | kris | 2004-03-08 | 1 | -1/+1 |
* | Remove the integrity testing code now that the corruption bug has been | kris | 2004-03-08 | 1 | -4/+0 |
* | * Fix 4.x builds with 5.x host systems by copying some additional needed | kris | 2004-03-08 | 1 | -0/+6 |
* | Expand out some shell globbing syntax | kris | 2004-03-08 | 1 | -1/+1 |
* | Prune out packages that will not be built because a dependency is marked | kris | 2004-03-08 | 1 | -1/+1 |
* | Create a duds.full file that lists not only files that are marked IGNORE | kris | 2004-03-08 | 1 | -0/+4 |
* | Increase timeout on slow build machines (alpha, sparc64) to 16 hours. | kris | 2004-03-08 | 1 | -2/+8 |
* | * Set the PACKAGE_BUILDING variable in the build environment so ports can | kris | 2004-03-08 | 1 | -1/+4 |
* | Set up the DISTDIR and PACKAGES variables for use by client scripts | kris | 2004-03-08 | 1 | -0/+3 |
* | Add sunshar, a "secure unshar" for ports committers, which: | knu | 2004-02-28 | 3 | -0/+368 |
* | Update "plist" to understand the rest of the mtree(5) file format, | green | 2004-02-27 | 1 | -14/+36 |
* | Fix up the ordering and remove some duplicates so the resulting summary is | marcus | 2004-02-04 | 1 | -22/+26 |
* | - Fix synopsis | ale | 2004-01-23 | 1 | -2/+2 |
* | Comment out the munmap reason since it is quite unlikely this will be | marcus | 2004-01-21 | 1 | -4/+4 |
* | Add domakedescribe and doportlint, two scripts that iterate over the ports | marcus | 2004-01-19 | 2 | -0/+39 |
* | * Refactor processlogs so that new error types can be added easily to a new | marcus | 2004-01-19 | 3 | -312/+441 |
* | Add security-check.awk, a more efficient implementation of the ports | marcus | 2004-01-19 | 1 | -0/+100 |