FreshPorts -- The Place For Ports Tue, 2 Dec 2008 6:55 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: ports-mgmt/tinderbox/distinfo
CVSWeb

Number of commits found: 13

Sun, 16 Nov 2008
[ 21:38 itetcu ] Original commit 
1.53 ports-mgmt/tinderbox/Makefile
1.21 ports-mgmt/tinderbox/distinfo
1.2 ports-mgmt/tinderbox/files/extra-patch-webui__core__TinderboxDS.php
1.2 ports-mgmt/tinderbox/files/extra-patch-webui__module__moduleBuildPorts.php
1.2 ports-mgmt/tinderbox/files/patch-lib__tc_command.sh
Update to 3.1.2 with the following fixes and minor changes:
* Don't cleanup WRKDIR until after the postPortBuild Hook has run.
* Fix resetBuild in a nullfs environment.
* Fix a regression in the version path.
* Correct a tinderd typo which masked a diagnostic message.
* Show last 30 ports per page in "Current and Latest Builds" page.
(webui)
* When sorting by "Last Build Attempt" in list build page sort
descending -- latest built first. (webui)

The main contributor and tester of this release was Ion-Mihai Tetcu.

(Remove local patches incorporated upstream)
Wed, 12 Nov 2008
[ 15:58 itetcu ] Original commit 
1.49 ports-mgmt/tinderbox/Makefile
1.20 ports-mgmt/tinderbox/distinfo
1.1 ports-mgmt/tinderbox/files/extra-patch-webui__core__TinderboxDS.php
1.1 ports-mgmt/tinderbox/files/extra-patch-webui__module__moduleBuildPorts.php
1.2 ports-mgmt/tinderbox/files/patch-lib__Tinderbox__TinderboxDS.pm
1.2 ports-mgmt/tinderbox/files/patch-lib__tc_command.pl
1.2 ports-mgmt/tinderbox/files/patch-sql__genschema
1.2 ports-mgmt/tinderbox/files/patch-sql__schema.pgsql.pre
1.13 ports-mgmt/tinderbox/files/pkg-message.in
1.19 ports-mgmt/tinderbox/pkg-plist
Update to 3.1.1 - Bug fix and feature release.

This release brings many bug fixes and some new features, particularly with the
webui frontend:
    * The tinderd.sh rc.d script has been renamed tinderd, and modernized.
        See the README for more details.
    * A tinderd_debug option has been added to the tinderd rc.d script to
        control whether or not to write output to /dev/null.
    * Add a new tinderd config option, TINDERD_LOGFILE. When this is set, all
        tinderbuild output from a tinderd cycle will be appended to this
        logfile. By default, the logfile is /dev/null.
    * Reintroduce user permissions functionality in the webui from 2.x.
    * Add RSS support for the latest_buildports view (webui).
    * Add buttons to tinderd queue view to remove all or all built entries from
        the queue (webui).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Sep 2008
[ 13:29 itetcu ] Original commit 
1.46 ports-mgmt/tinderbox/Makefile
1.19 ports-mgmt/tinderbox/distinfo
1.2 ports-mgmt/tinderbox/files/extra-patch-www-exp__core__TinderboxDS.php
1.2 ports-mgmt/tinderbox/files/extra-patch-www-exp__module__moduleBuildPorts.php
1.2 ports-mgmt/tinderbox/files/patch-buildscript
1.4 ports-mgmt/tinderbox/files/patch-portbuild
1.3 ports-mgmt/tinderbox/pkg-descr
1.12 ports-mgmt/tinderbox/files/pkg-message.in
1.16 ports-mgmt/tinderbox/pkg-plist
This is tinderbox 3.0.0 release with patches (see bellow).

Changes in 3.0 include:
* The www-exp module has been renamed webui, and a new web frontend has
been added called paefchen.
* All Tinderbox commands with the exception of tinderd are now performed
using the tc utility.
* The Hosts system has been removed as it was not really used, and not
really suited to the purpose of distributed builds.  The ground work has
been laid to support distributed builds, but that is not present in 3.0.
* A DISTFILE_URI config directive has been introduced to allow for
distributed distfile caches.
* The latest port fail reasons and patterns have been synced from
pointyhat.
* The total size taken by a port build (in KB) is now tracked in the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 12 Jul 2008
[ 15:12 miwi ] Original commit 
1.45 ports-mgmt/tinderbox/Makefile
1.18 ports-mgmt/tinderbox/distinfo
- Update to tb243_template_paefchen_v1

Submitted by:   Aron Schlesinger
Approved by:    maintainer
Fri, 11 Jul 2008
[ 22:22 miwi ] Original commit 
1.44 ports-mgmt/tinderbox/Makefile
1.17 ports-mgmt/tinderbox/distinfo
1.3 ports-mgmt/tinderbox/files/patch-portbuild
- Update paefchen template [1] (fix bug in firefox3)
- Fix OPTIONS handling [2]
- Bump PORTREVISION

PR:             125470 [2]
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua> [2]
                Aron Schlesigner [1]
Approved by:    itetcu (maintainer)
Tue, 3 Jun 2008
[ 14:24 itetcu ] Original commit 
1.42 ports-mgmt/tinderbox/Makefile
1.16 ports-mgmt/tinderbox/distinfo
1.1 ports-mgmt/tinderbox/files/patch-buildscript
1.1 ports-mgmt/tinderbox/files/patch-www-exp__core__TinderboxDS.php
1.1 ports-mgmt/tinderbox/files/patch-www-exp__module__moduleBuildPorts.php
1.11 ports-mgmt/tinderbox/files/pkg-message.in
1.15 ports-mgmt/tinderbox/pkg-plist
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 View all of this commit message)
Mon, 19 May 2008
[ 21:00 itetcu ] Original commit 
1.41 ports-mgmt/tinderbox/Makefile
1.15 ports-mgmt/tinderbox/distinfo
Update to current -STABLE (2.4.X) snapshot.
Sat, 29 Mar 2008
[ 21:54 itetcu ] Original commit 
1.40 ports-mgmt/tinderbox/Makefile
1.14 ports-mgmt/tinderbox/distinfo
1.10 ports-mgmt/tinderbox/files/pkg-message.in
1.14 ports-mgmt/tinderbox/pkg-plist
- 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 :-)
Mon, 31 Dec 2007
[ 08:02 miwi ] Original commit 
1.39 ports-mgmt/tinderbox/Makefile
1.13 ports-mgmt/tinderbox/distinfo
1.2 ports-mgmt/tinderbox/files/patch-portbuild
1.2 ports-mgmt/tinderbox/files/patch-rawenv.dist
- 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)
Wed, 5 Sep 2007
[ 10:21 itetcu ] Original commit 
1.34 ports-mgmt/tinderbox/Makefile
1.12 ports-mgmt/tinderbox/distinfo
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@
Tue, 19 Jun 2007
[ 08:51 itetcu ] Original commit 
1.33 ports-mgmt/tinderbox/Makefile
1.11 ports-mgmt/tinderbox/distinfo
1.13 ports-mgmt/tinderbox/pkg-plist
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.
Sun, 20 May 2007
[ 13:00 miwi ] Original commit 
1.32 ports-mgmt/tinderbox/Makefile
1.10 ports-mgmt/tinderbox/distinfo
- 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)
Wed, 28 Feb 2007
[ 21:19 miwi ] Original commit 
1.30 ports-mgmt/tinderbox/Makefile
1.9 ports-mgmt/tinderbox/distinfo
1.12 ports-mgmt/tinderbox/pkg-plist
- Update to 2.3.5

ANNOUNCE:
http://www.marcuscom.com/pipermail/tinderbox-list/2007-February/000798.html

Approved by:    itetcu@ (maintainer)

Number of commits found: 13

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseNov 29
hplipNov 29
samba3Nov 29
samba3Nov 29
wordpressNov 29
wordpressNov 29
wordpressNov 29
wordpress-muNov 29
imlib2Nov 24
firefox*Nov 23
firefox-devel*Nov 23
firefox10*Nov 23
firefox15*Nov 23
firefox3*Nov 23
linux-firefox*Nov 23

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19492
Broken 164
Deprecated 88
Ignore 463
Forbidden 8
Restricted 263
No CDROM 132
Vulnerable 57
Expired 58
Set to expire 72
Interactive 78
new 24 hours 2
new 48 hours3
new 7 days35
new fortnight94
new month163

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.109 seconds.