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