| Commit message (Expand) | Author | Age | Files | Lines |
* | - Extract command variable definitions from bsd.port.mk, they are now stored in | Gabor Kovesdan | 2007-08-04 | 1 | -40/+10 |
* | Support builds using zfs and tmpfs backing store | Kris Kennaway | 2007-07-29 | 3 | -7/+40 |
* | Refresh old sample portbuild.conf with the one currently used for i386 | Kris Kennaway | 2007-07-29 | 1 | -5/+16 |
* | * Clean up hacks that had to copy in shared libraries from the host in | Kris Kennaway | 2007-07-29 | 1 | -32/+11 |
* | Correct typo ("singal") | Kris Kennaway | 2007-07-29 | 1 | -1/+1 |
* | * Switch from netcat port to base system nc. Replace symbolic port name | Kris Kennaway | 2007-07-29 | 1 | -2/+2 |
* | * Retire 4 build and add 6-exp2 experimental build | Kris Kennaway | 2007-07-29 | 1 | -2/+1 |
* | Retire support for 4 and 4-exp builds | Kris Kennaway | 2007-07-29 | 1 | -8/+0 |
* | * Increase index build concurrency to reflect the new, improved pointyhat | Kris Kennaway | 2007-07-29 | 1 | -1/+5 |
* | * Revise the machine selection algorithm. Previously it chose the first | Kris Kennaway | 2007-07-29 | 1 | -8/+17 |
* | Use rsync -L instead of rsync -l to deal with the fact that we like to | Kris Kennaway | 2007-07-29 | 1 | -2/+2 |
* | * Remove support for 4 and 4-exp builds and add 6-exp2 experimental build | Kris Kennaway | 2007-07-29 | 1 | -3/+4 |
* | Introduce straslivy.py, a fancier showrunning type of thing, written in Python. | Pav Lucistnik | 2007-07-29 | 1 | -0/+147 |
* | * Remove processing of 4 and 4-exp logs now that the builds are no longer | Kris Kennaway | 2007-07-29 | 1 | -3/+3 |
* | * Remove vestiges of procfs mounting/umounting from here; we have to | Kris Kennaway | 2007-07-29 | 1 | -23/+15 |
* | - Log the failure to copy dependant package from pointyhat | Pav Lucistnik | 2007-07-29 | 1 | -1/+1 |
* | Refactor common variables from case statement for various branches. | Kris Kennaway | 2007-07-29 | 1 | -35/+12 |
* | Retire this obsolete instruction file dating back to last century. We | Kris Kennaway | 2007-07-29 | 1 | -94/+0 |
* | Drop 4.X statistics. They are half-a-year stale. | Mark Linimon | 2007-07-22 | 1 | -1/+2 |
* | Add 9 more cases of gcc4; remove some false positives for autoconf; add | Mark Linimon | 2007-07-02 | 1 | -2/+6 |
* | ARCH may be set in the environment for cross building, so only | Erwin Lansing | 2007-06-12 | 1 | -2/+4 |
* | Set default architecture to i386. | Erwin Lansing | 2007-06-11 | 1 | -0/+3 |
* | Make it possible to override the templates by using an environement | Erwin Lansing | 2007-05-24 | 1 | -1/+2 |
* | - Welcome X.org 7.2 \o/. | Florent Thoumie | 2007-05-19 | 1 | -0/+156 |
* | Fix addport to work correctly with ports-mgmt category. | Renato Botelho | 2007-04-20 | 1 | -1/+1 |
* | Use echo instead of printf because external commands cannot be executed | Vasil Dimov | 2007-03-28 | 1 | -3/+3 |
* | Add a column for 'build logs'. This is larger than the number of the | Mark Linimon | 2007-03-23 | 1 | -9/+19 |
* | Workaround for the fact that 4/ports is no longer populated on pointyhat. | Mark Linimon | 2007-03-09 | 1 | -1/+6 |
* | * Run cvs update just before cvs commit to sync a potentially changed files | Vasil Dimov | 2007-02-19 | 1 | -2/+5 |
* | Increase resource limits to 400MB filesize and 2 hours CPU limit per | Kris Kennaway | 2007-02-18 | 1 | -5/+5 |
* | Default to -nocopy when using -norsync | Kris Kennaway | 2007-02-18 | 1 | -2/+2 |
* | Also filter out gconf leftover files from /usr/local as well as /usr/X11R6. | Kris Kennaway | 2007-02-18 | 1 | -4/+5 |
* | Don't require arch to be passed in on the command line, query it using | Kris Kennaway | 2007-02-18 | 1 | -1/+1 |
* | Don't play silly games trying to guess the arch, we are passed it in on | Kris Kennaway | 2007-02-18 | 1 | -2/+2 |
* | Increase global build timeout to 100 hours | Kris Kennaway | 2007-02-18 | 1 | -8/+2 |
* | Improved sanitization of the build environment | Kris Kennaway | 2007-02-18 | 1 | -0/+6 |
* | Don't require an /etc/arch file, we can obtain the information from uname | Kris Kennaway | 2007-02-18 | 1 | -1/+1 |
* | Also attempt to clean /root/.ccache in case it is in use. When cleaning | Kris Kennaway | 2007-02-18 | 1 | -7/+5 |
* | Index building needs to happen before prunefailures is run, otherwise it | Kris Kennaway | 2007-02-18 | 1 | -6/+6 |
* | Increase cleanup timeout to 5 days from 48 hours, the openoffice builds | Kris Kennaway | 2007-02-18 | 1 | -3/+3 |
* | Fix late typo in previous commit. | Mark Linimon | 2007-02-14 | 1 | -1/+1 |
* | Eliminate some false positives for missing_header, sometimes seen in the | Mark Linimon | 2007-02-14 | 1 | -1/+1 |
* | Combine all like terms to get another 10% speedup in processing time. | Mark Linimon | 2007-02-13 | 1 | -116/+13 |
* | Move two more cases into the 'uncommon' section. | Mark Linimon | 2007-02-10 | 1 | -4/+4 |
* | Append one character to the gcc4 case (missed during cut-and-paste). | Mark Linimon | 2007-02-10 | 1 | -1/+1 |
* | Move the uncommon cases below the common ones. A 10% improvement on large | Mark Linimon | 2007-02-10 | 1 | -45/+44 |
* | Remove the other 2 cases of apxs. | Mark Linimon | 2007-02-09 | 1 | -4/+0 |
* | Speed up by removing the following obsolete tags: | Mark Linimon | 2007-02-09 | 1 | -19/+1 |
* | Add a new case, 'gcc4', to try to catch the majority of the exceptions that | Mark Linimon | 2007-02-09 | 1 | -0/+2 |
* | Fix up the code for amd64-6-exp; add a column to label builds that | Mark Linimon | 2007-02-07 | 1 | -8/+23 |