summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/tinderbox
Commit message (Collapse)AuthorAgeFilesLines
* - Update to tb243_template_paefchen_v1miwi2008-07-122-6/+6
| | | | | Submitted by: Aron Schlesinger Approved by: maintainer
* - Update paefchen template [1] (fix bug in firefox3)miwi2008-07-113-5/+17
| | | | | | | | | | - 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)
* Don't try to patch inexistent files if WEB_EXP in not on.itetcu2008-07-013-0/+5
| | | | | | | 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]
* Update to 2.4.3.itetcu2008-06-037-11/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. * Add the build platform and release level to the logs. * Add support for listing total ports per Build in the www-exp frontend. * Some other minor bugs have been fixed. Plus 3 local (port) patches: * in "Current and Latest Builds" (?action=latest_buildports) increase the number of ports displayed from 20 to 30 * in ports built for a build view (?action=list_buildports&build=something) when sorting is done by Last Build Attempt sort descending (latest build first). * in build logs, add: [1] - building for: (ie: "6.3-STABLE amd64") - Makefile ident: (ie: "$FreeBSD: ports/ports-mgmt/tinderbox/Makefile,v 1.41 2008/05/19 20:00:16 itetcu Exp $") - prefixes: (ie: "LOCALBASE=usr/local X11BASE=usr/local") - NO* env vars: (ie: "NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes") This release would not have been possible without the contributions of Alexander Loginov, miwi, Chess Griffin, itetcu, Dmitriy Kirhlarov, Robert Gogolok, and ade. - Fix a few typos in pkg-message. [2] PR: ports/123957 [2] Submited by: Wen heping <wenheping@gmail.com> [2], idea from miwi@'s patch for HEAD [1]
* Update to current -STABLE (2.4.X) snapshot.itetcu2008-05-192-4/+5
|
* - add Aron Schlesinger www-exp layout and make it the default since: it looksitetcu2008-03-294-29/+54
| | | | | | | | | 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 :-)
* - Update to 2.4.2miwi2007-12-314-31/+4
| | | | | | | | | | | | | | * 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)
* - Fix buildmiwi2007-10-261-0/+2
| | | | | Submitted by: pointyhat via pav Approved by: common sense
* - Add support for FreeBSD 8.X.miwi2007-10-253-0/+25
| | | | | | | - Bump PORTREVISION Approved by: maintainer via irc Obtained from: marcuscom cvs
* Fix braino.linimon2007-10-171-1/+1
| | | | Hat: portmgr
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | 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
* Add missing alias for the logs in httpd config.itetcu2007-09-051-3/+4
| | | | | PR: 116124 Submitted by: chinsan@
* The Tinderbox team is pleased to announce the release of Tinderboxitetcu2007-09-052-4/+4
| | | | | | | | | | | | | | | | | | | | 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@
* Tindy lives in ports-mgmt, not misc.itetcu2007-06-251-1/+1
| | | | Submitted by: "Gabor Tjong A Hung" <g.v.tjongahung@gmail.com>, linimon@
* Tinderbox 2.4.0 - New feature release:itetcu2007-06-193-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* - Update to 2.3.6miwi2007-05-202-4/+4
| | | | | | | | | | | | 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)
* Use the new facility of bsd.port.mk to be able to simplify the interactionlinimon2007-03-061-4/+0
| | | | | | | | of USE_PHP and OPTIONS. PR: ports/106557 Submitted by: ale Hat: portmgr
* - Update to 2.3.5miwi2007-02-283-5/+6
| | | | | | ANNOUNCE: http://www.marcuscom.com/pipermail/tinderbox-list/2007-February/000798.html Approved by: itetcu@ (maintainer)
* Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus
* Point users to the README file.itetcu2007-01-211-0/+4
| | | | Prompted by: Jeff Palmer on IRC
* - Add miwi's favico.ico for www interfacesitetcu2007-01-083-2/+14
| | | | | | - bump PORTREVISION for plist change Obtained from: miwi@ ;-)
* Fix OPTIONS handling.itetcu2007-01-051-1/+1
| | | | | PR: ports/107394 Submitted by: Ulrich Spoerlein
* - don't hardcode PREFIXitetcu2006-12-171-6/+15
| | | | | | | - add setup intrauctions for LightHTTPD PR: 106683 Submitted by: Wesley Shields
* space -> tabitetcu2006-12-171-1/+1
| | | | Submitted by: tdb@
* - Fix path of csup for systems where csup is builded from the ports [1]itetcu2006-12-102-16/+23
| | | | | | | | | | - 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]
* - install of www and www-exp conditionally (on WEB and WEB_EXP OPTIONS)itetcu2006-12-012-58/+94
| | | | | | | | - 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]
* The Tinderbox team is pleased to announce the availability of Tinderboxitetcu2006-11-304-61/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 into port builds. Consult the README for more details. * With the start of Xorg 7.x merge testing, port problems are being found due to the move to LOCALBASE. Therefore, Tinderbox needs an easy way to set non-standard LOCALBASE and X11BASE. This has been addressed in 2.3.4. To make use of this feature you must either copy rawenv.dist to rawenv, or add LOCALBASE and X11BASE variables to your rawenv file. For example: LOCALBASE=/usr/local X11BASE=/usr/X11R6 When you want to run a build with non-standard LOCALBASE and/or X11BASE paths, just change rawenv, then start your build. Note: this release includes a micro dsversion bump, so you must run the upgrade.sh to ensure your database static data is up-to-date.
* - update to 2.3.3itetcu2006-11-105-42/+64
| | | | | | | | - allow o RUN_DEPEND on LightHTTPD (for now apache is still brought in by php) [1] PR: ports/105259 [1] Submitted by: shaun@ [1]
* - it doesn't work with MySQL below 4.1.x because it uses sub-selectsitetcu2006-10-141-2/+3
| | | | | | | - also fix broken INDEX if Mysql 3.23.x is installed [1] Submitted by: vd [1] Approved by: portmgr (marcus)
* Actually put something in files/patch-setup.sh and fix left-overs on deinstall.itetcu2006-09-272-0/+12
| | | | Submitted by: pointyhat via kris
* - Net/SMTP.pm and Digest/MD5.pm are both installed with perl 5.8.x so drop themitetcu2006-09-183-3/+24
| | | | | | | | | | 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]
* - fix a pathitetcu2006-07-121-3/+21
| | | | | | | | - fix some filenames - add a short install instruction for MySQL PR: ports/100146 Submitted by: Beat Gätzi <beat@chruetertee.ch>
* - Update to 2.3.2itetcu2006-07-042-6/+5
| | | | | - check if csup is in the base system like net/csup does, now that we have OSVERSION bumped.
* - don't depend on net/csup if it's already in base [1]itetcu2006-06-201-2/+5
| | | | | | | | | | - 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]
* - Fix OPTION checking [1]itetcu2006-06-113-12/+27
| | | | | | | | | | | | | | - 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)
* Depend on the right databases/p5-DBD-mysqlitetcu2006-05-121-3/+10
| | | | | | | | | | | | 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)
* - Add some messages in pkg-message that were missing.jmelo2006-04-041-1/+2
| | | | | PR: 95007 Approved by: Andreas Kohn (maintainer), mnag (mentor)
* Move maintainership to andreas@syndrom23.deedwin2006-02-241-1/+1
| | | | Approved by: portmgr (linimon)
* Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementationkris2006-02-231-5/+5
|
* fix pkg-plistedwin2006-02-122-9/+11
|
* Update port: misc/tinderbox to 2.3.0 + enhancementsedwin2006-02-113-78/+80
| | | | | | | | | | * 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>
* Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports.edwin2006-01-211-5/+5
|
* Implement @dirrmtry for my ports.edwin2006-01-211-3/+3
|
* [patch] misc/tinderbox does not install php4-pgsql (or mysql)edwin2006-01-201-1/+4
| | | | | | | | | 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>
* After a wise lesson of linimon@, make it IGNORE instead of BROKENedwin2006-01-191-2/+2
|
* [patch] misc/tinderbox shouldn't allow no database to be selectededwin2006-01-181-0/+4
| | | | | | PR: ports/91943 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: edwin@mavetju.org
* Add patches as supplied in ports/91151edwin2006-01-031-1/+3
| | | | | PR: ports/91151 Submitted by: Andrey Slusar <anray@freebsd.org>
* Fix @dirrm in pkg-plistedwin2006-01-022-2/+2
| | | | Noticed by: YAPHR
* - Improve pkg-messageedwin2005-12-262-12/+24
| | | | - Change dependency on net/cvsup-without-gui (itetcu@#bsdports)
* don't overwrite user configuration files.edwin2005-12-263-4/+13
|
OpenPOWER on IntegriCloud