| Commit message (Expand) | Author | Files | Lines |
2005-10-11 | Remove, don't comment out, unused variables | Kris Kennaway | 1 | -2/+0 |
2005-10-11 | Remove unused variables. Don't bother protecting against negative | Kris Kennaway | 1 | -4/+2 |
2005-10-11 | Update lockf to lockf -k in example usage | Kris Kennaway | 1 | -1/+1 |
2005-10-11 | Update the lockf command to add -k in example usage | Kris Kennaway | 1 | -1/+1 |
2005-10-11 | When -norsync is set, don't bother to run md5 over the bindist.tar | Kris Kennaway | 1 | -3/+9 |
2005-10-11 | Change lockf to lockf -k in a commented-out command, just in case it's | Kris Kennaway | 1 | -1/+1 |
2005-10-11 | Add support for use_md_swap | Kris Kennaway | 1 | -0/+5 |
2005-10-11 | Add support for use_md_swap. When this variable is set in a | Kris Kennaway | 1 | -4/+18 |
2005-10-11 | No need to hold the queue lock while polling client load | Kris Kennaway | 1 | -1/+1 |
2005-10-11 | * Use lockf -k instead of lockf. If there is ever contention from >1 | Kris Kennaway | 1 | -5/+5 |
2005-10-11 | * Add support for use_md_swap | Kris Kennaway | 1 | -12/+22 |
2005-10-11 | * Unmount linprocfs around pkg_adding dependencies, to try and work | Kris Kennaway | 1 | -3/+41 |
2005-10-11 | * Finish flipping the switch on -noplistcheck - this is activated by | Kris Kennaway | 1 | -11/+6 |
2005-10-11 | * Remove support for the unused -nodummy function | Kris Kennaway | 1 | -65/+66 |
2005-10-11 | * Remove unused -nodummy argument | Kris Kennaway | 1 | -34/+6 |
2005-10-11 | Silence some possible errors from chflags -R | Kris Kennaway | 1 | -1/+1 |
2005-10-11 | Silence possible errors from some recursive commands | Kris Kennaway | 1 | -2/+2 |
2005-10-04 | - Add a new option -L, it works like -l but uses pkg-descr to create | Renato Botelho | 1 | -17/+30 |
2005-09-08 | Remove some hardcoded values to hopefully stop random users from shooting | Kris Kennaway | 1 | -12/+27 |
2005-09-04 | - Handle different INDEX filename on 5.X and above | Pav Lucistnik | 1 | -2/+5 |
2005-07-24 | Check for extra files on !i386 also | Kris Kennaway | 1 | -6/+4 |
2005-07-24 | Support FreeBSD 7.x | Kris Kennaway | 5 | -5/+15 |
2005-07-24 | Drop the removed openoffice 1.0 ports from the quickports list | Kris Kennaway | 1 | -1/+1 |
2005-07-24 | Correct typo | Kris Kennaway | 1 | -1/+1 |
2005-07-10 | Add prototypes for all the subroutines which fixes compilation with | Joe Marcus Clarke | 1 | -9/+20 |
2005-04-18 | Fix typos | Volker Stolz | 1 | -3/+3 |
2005-04-12 | As discussed on the cvs-ports-list, make 'addport' print a warning if the dir... | Volker Stolz | 1 | -0/+1 |
2005-04-12 | Add a splitpatch.pl utility, a small script to convert multi-file | Anton Berezin | 2 | -0/+112 |
2005-04-12 | - Add bump_revision.pl, a small script to bump the PORTREVISION variable | Florent Thoumie | 2 | -1/+193 |
2005-04-11 | - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes | Florent Thoumie | 1 | -2/+2 |
2005-04-11 | Use WRKDIRPREFIX instead of hardcoded value. | Kris Kennaway | 1 | -1/+3 |
2005-04-03 | Change rsync -l to -L for the tarballs/ directory (so that dangling | Kris Kennaway | 1 | -1/+1 |
2005-04-02 | Build packages with WRKDIRPREFIX=/work (which does not exist by | Kris Kennaway | 1 | -1/+9 |
2005-04-02 | Increase the nc poll timeout to better deal with network latencies. | Kris Kennaway | 1 | -1/+1 |
2005-04-02 | Flip over the -plistcheck switch to -noplistcheck since we now want to | Kris Kennaway | 1 | -5/+5 |
2005-04-02 | Update the list of files and directories to filter from the plist checking. | Kris Kennaway | 1 | -1/+3 |
2005-03-20 | Checkout Templates from CVS as well since ports with GNU_CONFIGURE will | Volker Stolz | 1 | -0/+2 |
2005-03-13 | Put $FreeBSD$ for ident(1)'ing. | Kirill Ponomarev | 1 | -0/+1 |
2005-03-11 | Hopefully last try to fix readmes build. | Kirill Ponomarev | 1 | -1/+2 |
2005-03-09 | Fix problems with quoting if PORTSTOP is specified. | Kirill Ponomarev | 1 | -1/+1 |
2005-02-28 | * Add info files to TMPPLIST, only if INFO is specified. [1] | Kirill Ponomarev | 1 | -1/+1 |
2005-02-12 | * Instead of using umount -f to unmount things, first use fstat to | Kris Kennaway | 1 | -6/+44 |
2005-02-12 | Only try to chown the portbuild directory if we are a disconnected client | Kris Kennaway | 1 | -1/+1 |
2005-02-12 | Instead of using umount -f to unmount things, first use fstat to look for | Kris Kennaway | 1 | -1/+35 |
2005-02-12 | * Instead of using umount -f to unmount things, first use fstat to | Kris Kennaway | 1 | -7/+44 |
2005-02-12 | Update the plist checking to look for a subset of files and weed out some | Kris Kennaway | 1 | -1/+6 |
2005-01-24 | Document the check-latest-link and tindex scripts | Kris Kennaway | 1 | -1/+5 |
2005-01-24 | Add the script I use to look for duplicate LATEST_LINK entries and to | Kris Kennaway | 1 | -0/+72 |
2005-01-24 | This is the script I use to build indexes for all supported ports branches, | Kris Kennaway | 1 | -0/+164 |
2005-01-09 | Remove traling spaces. | Kirill Ponomarev | 28 | -52/+52 |