Port details |
- tinderbox Port build tinderbox system
- 2.3.4_3 misc
=2 2.3.4_3Version of this port present on the latest quarterly branch.
- Maintainer: itetcu@FreeBSD.org
- Port Added: 2005-12-26 10:41:01
- Last Update: 2007-02-05 01:08:46
- SVN Revision: UNKNOWN
- People watching this port, also watch:: p5-POE, svk, smartmontools, postfix
- License: not specified in port
- WWW:
- http://tinderbox.marcuscom.com/
- Description:
- Tinderbox is a package building system for FreeBSD ports, based on
official Portbuild scripts used on pointyhat building cluster.
Tinderbox was written by Joe Marcus Clarke.
You can define multiple jails (base system versions) and multiple
portstrees. The combination of jail and portstree is called a build.
A Tinderbox jail is not what is understood as a jail in FreeBSD,
it is in fact a given world in a chroot. Tinderbox supports automatic
tracking of dependencies and only rebuilds packages that changed
since last run. Tinderbox has support for email notification of
failed builds. Tinderbox also integrates well with ccache.
Tinderbox is designed to easily provide package sets of ports you
need, for platforms and architectures you need. Tinderbox is also
excellent tool for testing new ports and port upgrades, especially
for testing dependencies and packing lists. It's also useful for
testing ports on various releases of FreeBSD, since you can run
FreeBSD 4.X world as a jail on FreeBSD 5.X/6.X host.
WWW: http://tinderbox.marcuscom.com/
Author: Joe Marcus Clarke.
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- tinderbox>0:misc/tinderbox
- No installation instructions:
- This port has been deleted.
- PKGNAME: tinderbox
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache13
- Runtime dependencies:
-
- DB.php : databases/pear-DB
- mysql.pm : databases/p5-DBD-mysql50
- php.h : lang/php5
- session.so : www/php5-session
- mysql.so : databases/php5-mysql
- apxs : www/apache13
- Library dependencies:
-
- mysqlclient.15 : databases/mysql50-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.4_3 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
2.3.4_3 21 Jan 2007 06:18:32 |
itetcu |
Point users to the README file.
Prompted by: Jeff Palmer on IRC |
2.3.4_3 08 Jan 2007 16:36:11 |
itetcu |
- Add miwi's favico.ico for www interfaces
- bump PORTREVISION for plist change
Obtained from: miwi@ ;-) |
2.3.4_2 05 Jan 2007 00:24:44 |
itetcu |
Fix OPTIONS handling.
PR: ports/107394
Submitted by: Ulrich Spoerlein |
2.3.4_2 17 Dec 2006 19:11:44 |
itetcu |
- don't hardcode PREFIX
- add setup intrauctions for LightHTTPD
PR: 106683
Submitted by: Wesley Shields |
2.3.4_2 17 Dec 2006 19:07:47 |
itetcu |
space -> tab
Submitted by: tdb@ |
2.3.4_2 10 Dec 2006 22:10:04 |
itetcu |
- Fix path of csup for systems where csup is builded from the ports [1]
- fix deinstall when web interfaces are not installed
- don't install www[-exp] files and remove them afterwards, remove them after
build
- bump PORTREVISION
PR: 106556 [1]
Submitted by: Beat Gätzi [1] |
2.3.4_1 01 Dec 2006 13:57:48 |
itetcu |
- install of www and www-exp conditionally (on WEB and WEB_EXP OPTIONS)
- don't depend on php if neither web interface is intalled [1]
- bump PORTREVISON for plist changes.
PR: ports/106103 [1] (inspired by)
Submitted by: Nick Barkas [1] |
2.3.4 30 Nov 2006 07:02:40 |
itetcu |
The Tinderbox team is pleased to announce the availability of Tinderbox
2.3.4. This release is both a bug fix and a new feature release. The
changes include:
* A performance bug with tbcleanup that was introduced in 2.3.3 has been
fixed.
* The portbuild environment is now scrubbed to prevent pollution. This
greatly helps in producing the same packages as pointyhat.
* The HOME environment variable is initialized to /root to fix certain
false positive leftover problems.
* If a port fails to build, the Build is reinitialized before the next
port build is started (unless -noclean is passed to tinderbuild) to
prevent pollution.
* All the new failure patterns have been merged from pointyhat. This
will produce much more accurate failure analysis.
* A new feature has been added to support introducing custom OPTIONS (Only the first 15 lines of the commit message are shown above ) |
2.3.3 10 Nov 2006 20:27:25 |
itetcu |
- update to 2.3.3
- allow o RUN_DEPEND on LightHTTPD (for now apache is still brought in by php)
[1]
PR: ports/105259 [1]
Submitted by: shaun@ [1] |
2.3.2_2 14 Oct 2006 21:02:49 |
itetcu |
- it doesn't work with MySQL below 4.1.x because it uses sub-selects
- also fix broken INDEX if Mysql 3.23.x is installed [1]
Submitted by: vd [1]
Approved by: portmgr (marcus) |
2.3.2_1 27 Sep 2006 20:39:17 |
itetcu |
Actually put something in files/patch-setup.sh and fix left-overs on deinstall.
Submitted by: pointyhat via kris |
2.3.2_1 18 Sep 2006 20:20:09 |
itetcu |
- Net/SMTP.pm and Digest/MD5.pm are both installed with perl 5.8.x so drop them
from RUN_DEPENDS and add files/patch-setup.sh to patch the distribution [1]
- allow creation of a Build that is a substring of an existing one
( files/patch-create) [2]
- bump PORTREVISION
Submitted by: oliver [1], bsam and marcus [2]
Requested by: marcus [1] |
2.3.2 12 Jul 2006 17:26:20 |
itetcu |
- fix a path
- fix some filenames
- add a short install instruction for MySQL
PR: ports/100146
Submitted by: Beat Gätzi <beat@chruetertee.ch> |
2.3.2 04 Jul 2006 12:25:25 |
itetcu |
- Update to 2.3.2
- check if csup is in the base system like net/csup does, now that we have
OSVERSION bumped. |
2.3.1_1 20 Jun 2006 10:44:45 |
itetcu |
- don't depend on net/csup if it's already in base [1]
- also fix CSUP check [2]
- take maintainership [3]
- bump PORTVERSION
PR: ports/98977 [1], ports/99172 [3]
Submitted by: itetcu@ (me) [1] [2],
Andreas Kohn <andreas@syndrom23.de> (old maintainer) [3] |
2.3.1 11 Jun 2006 22:45:36 |
itetcu |
Last commit also updated the port to 2.3.1
Approved by: lawrance (mentor, implicit) |
2.3.1 11 Jun 2006 22:24:10 |
itetcu |
- Fix OPTION checking [1]
- allow to depend on csup (default) or cvsup [2]
- default database is now mysql [2]
This port still needs a lot of work and it would be great if one of the wizards
that know tindy's insides would take maintainership (current maintainer seem
to be gone, no feedback rom him for > 1 month).
PR: ports/97433 [1]
Submitted by: Shaun Amott <shaun@inerd.com> [1]
itetrcu (me)
Approved by: lawrance (mentor) |
2.3.0_2 12 May 2006 13:48:12 |
itetcu |
Depend on the right databases/p5-DBD-mysql
Don't restrict Apache version to 1.3
The csup change won't work now, and the port should be updated - as promised by
the maintainer 3 weeks ago.
PR: ports/94288
Submitted by: itetcu (me), maintainer
Reviewed by: maintianer, jmelo, sem
Approved by: maintaner, lawrance (mentor) |
2.3.0_1 04 Apr 2006 17:52:03 |
jmelo |
- Add some messages in pkg-message that were missing.
PR: 95007
Approved by: Andreas Kohn (maintainer), mnag (mentor) |
2.3.0_1 24 Feb 2006 02:28:02 |
edwin |
Move maintainership to andreas@syndrom23.de
Approved by: portmgr (linimon) |
2.3.0_1 23 Feb 2006 08:28:48 |
kris |
Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementation |
2.3.0_1 12 Feb 2006 20:37:47 |
edwin |
fix pkg-plist |
2.3.0 11 Feb 2006 01:26:22 |
edwin |
Update port: misc/tinderbox to 2.3.0 + enhancements
* update from 2.2.1 to 2.3.0
* fix options parsing so `make' in a pristine directory works
as expected [1]
* sort the new plist
PR: ports/92881
Submitted by: Vasil Dimov <vd@FreeBSD.org> |
2.2.1_2 21 Jan 2006 22:15:45 |
edwin |
Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. |
2.2.1_2 21 Jan 2006 22:00:03 |
edwin |
Implement @dirrmtry for my ports. |
2.2.1_2 20 Jan 2006 21:55:30 |
edwin |
[patch] misc/tinderbox does not install php4-pgsql (or mysql)
misc/tinderbox does not install the php extension for the
selected database, because the extension is added to USE_PHP
after bsd.port.pre.mk inclusion.
PR: ports/92065
Submitted by: Vasil Dimov <vd@FreeBSD.bg> |
2.2.1_2 19 Jan 2006 06:35:35 |
edwin |
After a wise lesson of linimon@, make it IGNORE instead of BROKEN |
2.2.1_2 18 Jan 2006 10:29:27 |
edwin |
[patch] misc/tinderbox shouldn't allow no database to be selected
PR: ports/91943
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: edwin@mavetju.org |
2.2.1_2 03 Jan 2006 00:00:47 |
edwin |
Add patches as supplied in ports/91151
PR: ports/91151
Submitted by: Andrey Slusar <anray@freebsd.org> |
2.2.1_2 02 Jan 2006 06:36:34 |
edwin |
Fix @dirrm in pkg-plist
Noticed by: YAPHR |
2.2.1_1 26 Dec 2005 23:00:05 |
edwin |
- Improve pkg-message
- Change dependency on net/cvsup-without-gui (itetcu@#bsdports) |
2.2.1_1 26 Dec 2005 21:43:31 |
edwin |
don't overwrite user configuration files. |
2.2.1 26 Dec 2005 10:42:10 |
edwin |
Add an usefull pkg-descr. |
2.2.1 26 Dec 2005 10:40:21 |
edwin |
Port maintainers, commiters and update submitters. Please behold,
here is the tinderbox port which should give you a tinderbox system
to test your ports before submitting it. It's unnmissable for
everybody making ports, and belongs to the range of tools like
portlint and porttools. |