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