| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Jul 2008 21:06:20
2.4.3
|
itetcu  |
Don't try to patch inexistent files if WEB_EXP in not on.
PR: ports/124929 [1], ports/124762 [2]
Submitted by: Jona Joachim <jaj@hcl-club.lu>,
Alex Kozlov <spam@rm-rf.kiev.ua> [2],
lioux@ [1] |
03 Jun 2008 14:24:58
2.4.3
|
itetcu  |
Update to 2.4.3.
If all goes well, this will be the last 2.x release before a 3.0 major release.
The 2.4.3 release is primarily aimed at fixing bugs, but a few small features
have been added:
* Treat the -u argument to sendBuildCompletionMail as a username rather than an
arbitrary database ID. Also, do better error checking in case a user has not
been defined in the datastore.
* Add -b <build name> support to the listBuildPortsQueue command.
* Add a new tc command, getPortLastBuiltStatus to get a port's last status.
* Properly quote the UPDATE_CMD argument in the *PortsTreeUpdate hooks.
* Add a new tbkill.sh tool to terminate a running tinderbuild.
* Add a new tinderbuild option, -norebuild, which will prevent tinderbuild from
forcing a rebuild of any packages specified on the command line. (Only the first 15 lines of the commit message are shown above ) |
19 May 2008 21:00:16
2.4.2_2
|
itetcu  |
Update to current -STABLE (2.4.X) snapshot. |
29 Mar 2008 21:54:04
2.4.2_1
|
itetcu  |
- add Aron Schlesinger www-exp layout and make it the default since: it looks
better, it works better in opera, it provides a slightly better usability and
it's more FreeBSDish
- fetch all DISTFILES from my server for simplicity
- bump PORTREVISION for plist changes
Prompted by: miwi@'s tindy :-) |
31 Dec 2007 08:02:01
2.4.2
|
miwi  |
- Update to 2.4.2
* Add support for FreeBSD 8.X.
* Fix a database query bug.
* Ensure the .env files are properly read and export when building the
Makefile and database entries.
* Use the C locale when calculating build times.
* Do not die if a Build's log directory is missing when running tbcleanup.
This release comes with a rawenv change, so make sure you copy rawenv.dist to
rawenv to get the latest variables.
PR: 118854
Submitted by: miwi
Approved by: itetcu (maintainer timeout) |
26 Oct 2007 18:58:12
2.4.1_1
|
miwi  |
- Fix build
Submitted by: pointyhat via pav
Approved by: common sense |
25 Oct 2007 09:21:03
2.4.1_1
|
miwi  |
- Add support for FreeBSD 8.X.
- Bump PORTREVISION
Approved by: maintainer via irc
Obtained from: marcuscom cvs |
17 Oct 2007 01:13:30
2.4.1
|
linimon  |
Fix braino.
Hat: portmgr |
07 Oct 2007 06:45:04
2.4.1
|
linimon  |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr |
05 Sep 2007 18:36:43
2.4.1
|
itetcu  |
Add missing alias for the logs in httpd config.
PR: 116124
Submitted by: chinsan@ |
05 Sep 2007 10:21:47
2.4.1
|
itetcu  |
The Tinderbox team is pleased to announce the release of Tinderbox
2.4.1. This is a primarily a bug-fix release for 2.4.0, and all users
are encouraged to upgrade. The changes in 2.4.1 are as follows:
* Sync with the latest applicable pointyhat changes. This includes
extraneous UID and GID checking.
* Support for creating per-Jail make.conf and src.conf files is
supported. These files should live in ${tb}/jails/JAIL, and are used
for the Jail builds. You will still need to use Hooks to populate
custom make.conf files in your Builds.
* Sorting now works properly in the www-exp frontend.
* Hooks that contain arguments with spaces can now be properly executed.
* Various other bug fixes have gone in as well.
This release would not have been possible without the contributions by
Dmitriy Kirhlarov and Alexander Logvinov (and, of course, pointyhat and
Kris).
Tested by: miwi@ |
25 Jun 2007 11:25:55
2.4.0
|
itetcu  |
Tindy lives in ports-mgmt, not misc.
Submitted by: "Gabor Tjong A Hung" <g.v.tjongahung@gmail.com>, linimon@ |
19 Jun 2007 08:51:39
2.4.0
|
itetcu  |
Tinderbox 2.4.0 - New feature release:
- Hooks : A hook is a "callout" which gives Tinderbox the ability to run custom
code at pre-determined times. For example, you can establish a Hook to run just
before a Port is built, after a Build is extracted, before a PortsTree is
updated, etc. Pre-condition hooks can even cause an operation to terminate if
so desired. The new commands to manipulate Hooks are tc listHooks and
tc updateHookCmd.
- OPTIONS processing : If you enable OPTIONS support in Tinderbox, you can have
tc addPort automatically prompt you to configure OPTIONS. Just run tc addPort
with the new -o argument, and you will be prompted with the usual dialog(1)
screen to configure OPTIONS. OPTIONS configuration will happen recursively if
the -r argument is specified, and non-recursively otherwise.
- Failed dependents tracking : If a port fails to build, it will update the
datastore for all of its dependents so that they will be reported as
pseudo-failed. That is, they will have a unique appearance in the www-exp
frontend to indicate that they were not built because a dependency failed.
- Port build duration is tracked and an estimated time to completion is now
shown in the www-exp frontend.
- The /usr/X11R6 symlink is now ignored and not treated as a leftover.
Note: This release comes with a pretty hefty schema change, so one must run
upgrade.sh to add the new schema elements. |
20 May 2007 13:00:41
2.3.6
|
miwi  |
- Update to 2.3.6
From the Announce:
Tinderbox 2.3.6 has been released to address the change of X11BASE
from /usr/X11R6 to /usr/local. A few other bugfixes are also included.
All users are encouraged to upgrade. When you do, you will have to
manually copy rawenv.dist to rawenv to get the X11BASE change to take
effect.
Approved by: portmgr (pav) itetcu@ (maintainer) |
06 Mar 2007 06:51:51
2.3.5
|
linimon  |
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr |
28 Feb 2007 21:19:59
2.3.5
|
miwi  |
- Update to 2.3.5
ANNOUNCE:
http://www.marcuscom.com/pipermail/tinderbox-list/2007-February/000798.html
Approved by: itetcu@ (maintainer) |
05 Feb 2007 01:08:46
2.3.5
|
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 ) |