/net/linux-f10-openldap/

s-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Add support for "PORTREVISION?=" and "PORTEPOCH"edwin2008-06-061-52/+62
* Rewrite this to make it more efficient (fewer external commandkris2008-06-031-138/+181
* Remove support for FreeBSD 5.xerwin2008-06-011-21/+1
* Remove the force file, if it was used.linimon2008-05-291-0/+1
* Add a force function here, just like processlogs.linimon2008-05-291-1/+1
* Add a note that processonelog and processlogs2 are finicky about thelinimon2008-05-291-0/+1
* Fix these after the 1.31 update to buildscript.linimon2008-05-292-5/+7
* Rewrite this in python instead of shell. Because we can read thekris2008-05-261-39/+55
* NNew build scheduler written in python to replace the make+sh jobkris2008-05-102-0/+1040
* Add a tiny sh hack - ardiff - compares two archives.sat2008-05-072-0/+98
* Remove XFree86-4 from quickportspav2008-04-111-1/+1
* Parallelize to 4 concurrent jobspav2008-04-112-2/+2
* Include per-machine configuration and respect use_zfs flagpav2008-04-111-2/+3
* Sync with pointyhat (reorg)pav2008-04-111-9/+9
* - Add the port's Makefile ident string to the build log headerspav2008-03-131-2/+7
* - Don't write queue entry for machine that's not on mlist. This allows us topav2008-03-131-0/+6
* Make the INDEX_JOBS definition actually effectivepav2008-03-121-1/+1
* Remove support for 5-exp and add 7-exp, 8 and 8-experwin2008-01-155-11/+17
* Change homebrew locking routines with lockf(1) based locking.erwin2008-01-011-14/+4
* Add the standard 6-line header and URL to all build failure logs, notlinimon2007-12-241-1/+10
* Copy the duds file to a directory where the web server can find it. Thislinimon2007-12-241-0/+7
* Make the script less whiny for unpopulated builds.linimon2007-12-241-2/+2
* Fix a problem when add new ports on ports-mgmt category. ports-mgmt/Makefilegarga2007-12-201-6/+13
* Add support for 7-exp and 8 brancheskris2007-11-042-3/+3
* Correctly report active builds when ZFS is in usekris2007-11-041-1/+1
* * Add support for 7-exp and 8 brancheskris2007-11-041-3/+8
* - Add support for FreeBSD 8.0erwin2007-10-261-4/+25
* Add 7-exp, 8.linimon2007-10-161-0/+8
* Add 7-exp and 8.linimon2007-10-161-1/+1
* Rename 'missing' column to 'not yet built' so as not to confuse terminologylinimon2007-10-161-6/+6
* s/query-pr.real/query-pr/ to fix getpr after freefall migrationgarga2007-10-161-1/+1
* Reflect 8-CURRENT.linimon2007-10-151-1/+94
* The index page used on pointyhat.linimon2007-10-151-0/+950
* Update this example file to reflect 7.0 branching.linimon2007-10-151-1/+1
* Replace two further instances of /var/db/pkg by $PKG_DBDIR.gerald2007-09-171-2/+2
* Remove the following false positives, which show up as compiler warnings,linimon2007-09-131-2/+2
* Use PKG_DBDIR instead of hard-coding /var/db/pkg/. Do not silently revertgerald2007-09-091-3/+15
* Change to the latest names of the ooo ports; add jdk16; sort a bit.linimon2007-09-051-1/+1
* explicit_lib_depends.sh:netchild2007-09-053-14/+120
* One more sanity check, else /+CONTENS will be searched.netchild2007-08-311-0/+5
* USE_FREETYPE is for v1, not for v2. Use a perfect match in the case statement.netchild2007-08-311-4/+5
* Do not list libs which come with the port itself.netchild2007-08-261-2/+5
* Add explicit_lib_depends.sh.netchild2007-08-261-0/+2
* - Add USE_FREETYPE.netchild2007-08-261-1/+5
* We should also look into sbin/ (not only bin/ and lib/).netchild2007-08-241-1/+1
* explicit_lib_depends.sh shows you the current explicit dependency list ofnetchild2007-08-241-0/+115
* Teach about USE_ICONV, USE_GETTEXT, USE_GNOME and USE_XORG.netchild2007-08-241-1/+38
* Add 2 scripts which help in port maintenance to list all direct librarynetchild2007-08-123-0/+170
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-40/+10
* Support builds using zfs and tmpfs backing storekris2007-07-303-7/+40
* Refresh old sample portbuild.conf with the one currently used for i386kris2007-07-301-5/+16
* * Clean up hacks that had to copy in shared libraries from the host inkris2007-07-301-32/+11
* Correct typo ("singal")kris2007-07-301-1/+1
* * Switch from netcat port to base system nc. Replace symbolic port namekris2007-07-301-2/+2
* * Retire 4 build and add 6-exp2 experimental buildkris2007-07-301-2/+1
* Retire support for 4 and 4-exp buildskris2007-07-301-8/+0
* * Increase index build concurrency to reflect the new, improved pointyhatkris2007-07-301-1/+5
* * Revise the machine selection algorithm. Previously it chose the firstkris2007-07-301-8/+17
* Use rsync -L instead of rsync -l to deal with the fact that we like tokris2007-07-301-2/+2
* * Remove support for 4 and 4-exp builds and add 6-exp2 experimental buildkris2007-07-301-3/+4
* Introduce straslivy.py, a fancier showrunning type of thing, written in Python.pav2007-07-301-0/+147
* * Remove processing of 4 and 4-exp logs now that the builds are no longerkris2007-07-301-3/+3
* * Remove vestiges of procfs mounting/umounting from here; we have tokris2007-07-301-23/+15
* - Log the failure to copy dependant package from pointyhatpav2007-07-301-1/+1
* Refactor common variables from case statement for various branches.kris2007-07-301-35/+12
* Retire this obsolete instruction file dating back to last century. Wekris2007-07-301-94/+0
* Drop 4.X statistics. They are half-a-year stale.linimon2007-07-221-1/+2
* Add 9 more cases of gcc4; remove some false positives for autoconf; addlinimon2007-07-021-2/+6
* ARCH may be set in the environment for cross building, so onlyerwin2007-06-121-2/+4
* Set default architecture to i386.erwin2007-06-121-0/+3
* Make it possible to override the templates by using an environementerwin2007-05-251-1/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+156
* Fix addport to work correctly with ports-mgmt category.garga2007-04-201-1/+1
* Use echo instead of printf because external commands cannot be executedvd2007-03-291-3/+3
* Add a column for 'build logs'. This is larger than the number of thelinimon2007-03-231-9/+19
* Workaround for the fact that 4/ports is no longer populated on pointyhat.linimon2007-03-091-1/+6
* * Run cvs update just before cvs commit to sync a potentially changed filesvd2007-02-191-2/+5
* Increase resource limits to 400MB filesize and 2 hours CPU limit perkris2007-02-181-5/+5
* Default to -nocopy when using -norsynckris2007-02-181-2/+2
* Also filter out gconf leftover files from /usr/local as well as /usr/X11R6.kris2007-02-181-4/+5
* Don't require arch to be passed in on the command line, query it usingkris2007-02-181-1/+1
* Don't play silly games trying to guess the arch, we are passed it in onkris2007-02-181-2/+2
* Increase global build timeout to 100 hourskris2007-02-181-8/+2
* Improved sanitization of the build environmentkris2007-02-181-0/+6
* Don't require an /etc/arch file, we can obtain the information from unamekris2007-02-181-1/+1
* Also attempt to clean /root/.ccache in case it is in use. When cleaningkris2007-02-181-7/+5
* Index building needs to happen before prunefailures is run, otherwise itkris2007-02-181-6/+6
* Increase cleanup timeout to 5 days from 48 hours, the openoffice buildskris2007-02-181-3/+3
* Fix late typo in previous commit.linimon2007-02-141-1/+1
* Eliminate some false positives for missing_header, sometimes seen in thelinimon2007-02-141-1/+1
* Combine all like terms to get another 10% speedup in processing time.linimon2007-02-141-116/+13
* Move two more cases into the 'uncommon' section.linimon2007-02-101-4/+4
* Append one character to the gcc4 case (missed during cut-and-paste).linimon2007-02-101-1/+1
* Move the uncommon cases below the common ones. A 10% improvement on largelinimon2007-02-101-45/+44
* Remove the other 2 cases of apxs.linimon2007-02-101-4/+0
* Speed up by removing the following obsolete tags:linimon2007-02-101-19/+1
* Add a new case, 'gcc4', to try to catch the majority of the exceptions thatlinimon2007-02-091-0/+2
* Fix up the code for amd64-6-exp; add a column to label builds thatlinimon2007-02-071-8/+23
* Retire PORTOBJFORMATkris2007-02-012-2/+1
* Drop the build on RELENG_4erwin2007-01-301-20/+1
* A bunch of cosmetic changes - add one empty line to make the output morevd2007-01-261-6/+7
* Make output messages more usefulvd2007-01-261-1/+5