miwi 2010-01-05 19:58:18 UTC
FreeBSD ports repository
Modified files:
ports-mgmt/tinderbox-devel Makefile distinfo pkg-descr
pkg-plist
ports-mgmt/tinderbox-devel/files pkg-message.in
Added files:
ports-mgmt/tinderbox-devel/files extra-parallel.patch
extra-tmpfs.patch
extra-tmpfs_para.patch
Removed files:
ports-mgmt/tinderbox-devel/files patch-lib__buildscript
patch-lib__tc_command.pl
patch-lib__tc_command.sh
patch-lib__tinderbox.env
patch-lib__tinderlib.sh
patch-sql__schema.mysql.pre
patch-sql__schema.pgsql.pre
patch-sql__values.pfp
patch-sql__values.pfr
patch-webui__core__TinderboxDS.php
patch-webui__inc_tinderbox.php.dist
patch-webui__index.php
patch-webui__module__moduleBuildPorts.php
patch-webui__module__modulePorts.php
patch-webui__module__moduleRss.php
patch-webui__templates__default__failed_buildports.tpl
patch-webui__templates__default__latest_buildports.tpl
patch-webui__templates__default__list_buildports.tpl
patch-webui__templates__default__list_builds.tpl
patch-webui__templates__default__list_tinderd_queue.tpl
patch-webui__templates__paefchen__display_markup_log.tpl
patch-webui__templates__paefchen__failed_buildports.tpl
patch-webui__templates__paefchen__footer.inc.tpl
patch-webui__templates__paefchen__header.inc.tpl
patch-webui__templates__paefchen__latest_buildports.tpl
patch-webui__templates__paefchen__list_buildports.tpl
patch-webui__templates__paefchen__list_builds.tpl
patch-webui__templates__paefchen__list_tinderd_queue.tpl
Log:
Update to 3.4-20100104
Changes:
Fixes from upstream:
- Remove X11BASE support it is now obsolete. (already in
ports-mgmt/tinderbox)
- Expand the glob to check for Perl so that it actually
captures lang/perl5.10. (already in ports-mgmt/tinderbox)
- Restore some of the leftover exceptions but use LOCALBASE instead of
X11BASE.
- Expand the MySQL glob to match on MySQL 5.4 and 5.5.
- Adjust the SQL query to remove all entries from a BuildPortsQueue. This
makes things more compatible.
Two Experimental patches from Tim Bishop and b...@.
- Tim has added support for multiple tinderd instances at the same
time.
The parallel patch allows to run multiple tinderd instances at the
same time. You can enable multiple tinderd instances via /etc/rc.conf
with tinderd_instances="X"
- beat@ as added support for tmpfs to enable the usage of FreeBSD's
tmpfs implementation.
Both patches are experimental and are not official supported by the Tinderbox
distribution.
Reviewed by: itetcu, beat (thx!)
Approved by: itetcu (maintainer implicit)
Obtained from: tinderbox cvs (snapshot)
Revision Changes Path
1.67 +22 -11 ports/ports-mgmt/tinderbox-devel/Makefile
1.25 +3 -3 ports/ports-mgmt/tinderbox-devel/distinfo
1.1 +60 -0
ports/ports-mgmt/tinderbox-devel/files/extra-parallel.patch (new)
1.1 +25 -0 ports/ports-mgmt/tinderbox-devel/files/extra-tmpfs.patch
(new)
1.1 +75 -0
ports/ports-mgmt/tinderbox-devel/files/extra-tmpfs_para.patch (new)
1.2 +0 -28
ports/ports-mgmt/tinderbox-devel/files/patch-lib__buildscript (dead)
1.6 +0 -129
ports/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl (dead)
1.7 +0 -113
ports/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh (dead)
1.2 +0 -13
ports/ports-mgmt/tinderbox-devel/files/patch-lib__tinderbox.env (dead)
1.3 +0 -29
ports/ports-mgmt/tinderbox-devel/files/patch-lib__tinderlib.sh (dead)
1.2 +0 -13
ports/ports-mgmt/tinderbox-devel/files/patch-sql__schema.mysql.pre (dead)
1.4 +0 -13
ports/ports-mgmt/tinderbox-devel/files/patch-sql__schema.pgsql.pre (dead)
1.3 +0 -104
ports/ports-mgmt/tinderbox-devel/files/patch-sql__values.pfp (dead)
1.2 +0 -9
ports/ports-mgmt/tinderbox-devel/files/patch-sql__values.pfr (dead)
1.4 +0 -107
ports/ports-mgmt/tinderbox-devel/files/patch-webui__core__TinderboxDS.php (dead)
1.2 +0 -13
ports/ports-mgmt/tinderbox-devel/files/patch-webui__inc_tinderbox.php.dist
(dead)
1.2 +0 -107
ports/ports-mgmt/tinderbox-devel/files/patch-webui__index.php (dead)
1.2 +0 -139
ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__moduleBuildPorts.php
(dead)
1.2 +0 -30
ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__modulePorts.php
(dead)
1.2 +0 -19
ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__moduleRss.php (dead)
1.2 +0 -74
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__failed_buildports.tpl
(dead)
1.2 +0 -38
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__latest_buildports.tpl
(dead)
1.2 +0 -26
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_buildports.tpl
(dead)
1.2 +0 -47
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_builds.tpl
(dead)
1.2 +0 -22
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_tinderd_queue.tpl
(dead)
1.2 +0 -11
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__display_markup_log.tpl
(dead)
1.2 +0 -65
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__failed_buildports.tpl
(dead)
1.2 +0 -23
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__footer.inc.tpl
(dead)
1.2 +0 -22
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__header.inc.tpl
(dead)
1.2 +0 -29
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__latest_buildports.tpl
(dead)
1.2 +0 -32
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_buildports.tpl
(dead)
1.2 +0 -89
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_builds.tpl
(dead)
1.3 +0 -105
ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_tinderd_queue.tpl
(dead)
1.14 +17 -0 ports/ports-mgmt/tinderbox-devel/files/pkg-message.in
1.6 +15 -17 ports/ports-mgmt/tinderbox-devel/pkg-descr
1.23 +15 -6 ports/ports-mgmt/tinderbox-devel/pkg-plist
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"