<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-infrastructure.
</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/c37808f6982bdc5fc52e8605c090283608a4c6e7">https://github.com/macports/macports-infrastructure/commit/c37808f6982bdc5fc52e8605c090283608a4c6e7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c37808f6982bdc5fc52e8605c090283608a4c6e7
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Tue Jul 11 18:05:48 2017 +0200
<span style='display:block; white-space:pre;color:#404040;'> buildbot: Build tclsh before compiling man pages
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This is required for helper scripts in the doc/ directory.
</span>---
buildbot/master.cfg | 7 +++++++
1 file changed, 7 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/buildbot/master.cfg b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;color:#808080;'>index c359323..15c6fcc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/buildbot/master.cfg
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -709,6 +709,13 @@ if 'man' in config['deploy']:
</span> command="./standard_configure.sh",
logfiles={'config.log': 'config.log'},
haltOnFailure=True))
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ jobs_man_factory.addStep(steps.Compile(
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ command='make -C vendor/tcl/unix tclsh',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ name='make tclsh',
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ description=['compile tclsh'],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ descriptionDone=['compile tclsh'],
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ warnOnWarnings=False,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ haltOnFailure=True))
</span> # TODO: check for existence of tools in toolsprefix
jobs_man_factory.addStep(steps.ShellCommand(
command='make -C doc html',
</pre><pre style='margin:0'>
</pre>