<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[146768] contrib</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/146768">146768</a></dd>
<dt>Author</dt> <dd>cal@macports.org</dd>
<dt>Date</dt> <dd>2016-03-17 01:06:27 -0700 (Thu, 17 Mar 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>contrib: Add new buildbot tooling

MacPortsAutoBuild is complicated and hasn't been refactored in a while. This is
a re-implementation of the necessary functionality that has been written by
petr@ and cal@ during MacPorts Meeting 2016 at Kranjska Gora, Slovenia.</pre>

<h3>Added Paths</h3>
<ul>
<li>contrib/mp-buildbot/</li>
<li><a href="#contribmpbuildbotREADME">contrib/mp-buildbot/README</a></li>
<li><a href="#contribmpbuildbotmpbb">contrib/mp-buildbot/mpbb</a></li>
<li><a href="#contribmpbuildbotmpbbcheckout">contrib/mp-buildbot/mpbb-checkout</a></li>
<li><a href="#contribmpbuildbotmpbbcleanup">contrib/mp-buildbot/mpbb-cleanup</a></li>
<li><a href="#contribmpbuildbotmpbbgatherarchives">contrib/mp-buildbot/mpbb-gather-archives</a></li>
<li><a href="#contribmpbuildbotmpbbinstalldependencies">contrib/mp-buildbot/mpbb-install-dependencies</a></li>
<li><a href="#contribmpbuildbotmpbbinstallport">contrib/mp-buildbot/mpbb-install-port</a></li>
<li><a href="#contribmpbuildbotmpbbselfupdate">contrib/mp-buildbot/mpbb-selfupdate</a></li>
<li>contrib/mp-buildbot/tools/</li>
<li><a href="#contribmpbuildbottoolsuninstalloldportstcl">contrib/mp-buildbot/tools/uninstall-old-ports.tcl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="contribmpbuildbotREADME"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/README (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/README                                (rev 0)
+++ contrib/mp-buildbot/README        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,58 @@
</span><ins>+# MacPorts Buildbot Scripts
+
+This folder contains a collection of scripts that will be run by the MacPorts
+buildbot buildslaves for continuous integration and package precompilation.
+
+## General structure
+
+There is a driver script mpbb (Macports buildbot) would call the scripts for 
+the separated steps, using mpbb &lt;step&gt;. The single steps are provided by 
+separate scripts using the following scheme: mpbb-&lt;step&gt;. The steps that are
+needed to be executed to build are the following ones:
+
+    1. selfupdate --nosync
+       mpbb selfupdate --prefix /opt/local
+    2. checkout ports tree (at specific rev, should update portindex)
+       mpbb checkout --prefix /opt/local --workdir &quot;$workdir&quot; --svn-url &quot;$svnurl&quot; --svn-revision &quot;$svnrev&quot;
+    3. install all dependencies of a given port
+       mpbb install-dependencies --prefix /opt/local --port &quot;$port&quot;
+    4. install a given port
+       mpbb install-port --prefix /opt/local --port &quot;$port&quot;
+    5. gather archives
+       mpbb gather-archives --prefix /opt/local --port &quot;$port&quot; --workdir &quot;$workdir&quot; --archive-site &quot;$archive_site&quot; --staging-dir &quot;$(pwd)/archive-staging&quot;
+    6. upload
+       Must be implemented in the buildmaster
+    7. deploy
+       Must be implemented in the buildmaster
+    8. cleanup
+       You do not have to run this, because install-dependencies runs it on
+       error and install-port always runs it. You can run it manually to clean
+       up any problems that might have occurred on the buildslave.
+       mpbb cleanup --prefix /opt/local --port &quot;$port&quot;
+
+## Step Implementation API
+
+Step provider scripts are sourced and should provide a number of functions:
+
+    - help: Should print a help message to stderr. Does not need to deal with
+      ending the execution.
+    - $command: Run the actual command.
+
+Some shell variables are available for usage in your subcommand:
+
+    - $command is the name of the subcommand
+    - $option_archive_site is the URL to the packages archive that will be used
+      to check for existing uploaded packages.
+    - $option_staging_dir is the folder where archives that are distributable
+      and should be upload must be put.
+    - $option_port is the port that should be installed in the run of mpbb.
+    - $option_prefix is the path to the MacPorts installation to use, as passed
+      with --prefix.
+        - $option_svn is the path to the svn binary to use.
+    - $option_svn_revision is the revision number to checkout in the given
+      Subversion repository.
+    - $option_svn_url is a URL pointing to a Subversion repository that
+      contains the dports and base subdirectories.
+    - $option_workdir is a path to a directory that can be used to store
+      temporary data. This data is retained between builds. You can, for
+      example, store a Subversion checkout there.
</ins></span></pre></div>
<a id="contribmpbuildbotmpbb"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb                                (rev 0)
+++ contrib/mp-buildbot/mpbb        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,173 @@
</span><ins>+#!/bin/bash
+# -*- coding: utf-8; mode: sh; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=sh:et:sw=4:ts=4:sts=4
+
+# Abort on error and undefined variables. Enable debug output
+set -eu
+
+## Options and their defaults
+option_default_archive_site=http://packages.macports.org
+option_default_help=0
+option_default_port=
+option_default_prefix=/opt/local
+option_default_staging_dir=${PWD:-/tmp/mp-buildbot}/archive-staging
+option_default_svn=$(which svn)
+option_default_svn_revision=HEAD
+option_default_svn_url=https://svn.macports.org/repository/macports/trunk
+option_default_workdir=${PWD:-/tmp/mp-buildbot}
+option_archive_site=$option_default_archive_site
+option_help=$option_default_help
+option_port=$option_default_port
+option_prefix=$option_default_prefix
+option_staging_dir=$option_default_staging_dir
+option_svn=$option_default_svn
+option_svn_revision=$option_default_svn_revision
+option_svn_url=$option_default_svn_url
+option_workdir=$option_default_workdir
+
+errmsg() {
+    printf &gt;&amp;2 &quot;Error: %s\n&quot; &quot;$1&quot;
+}
+
+usage() {
+    cols=$(tput cols) || cols=80
+
+    fmt -w $(( cols - 8 )) &gt;&amp;2 &lt;&lt;-EOF
+Usage: $0 COMMAND [OPTION...]
+
+mpbb, a script to help build MacPorts ports in a continous integration
+environment.
+
+OPTIONS
+
+ --archive-site URL
+   Base URL of the packages archive to check whether an archive was not
+   published yet. Default is $option_default_archive_site.
+
+ --help
+   Print this usage message.
+
+ --port PORT
+   Name of the port to build in MacPorts. This is required for the steps that
+   build a port.
+
+ --prefix PREFIX
+   The prefix of the MacPorts installation that will build the ports. Defaults
+   to $option_default_prefix.
+
+ --svn BINARY
+   Absolute path to the svn binary that you want to use for SVN operations. The
+   default is to find svn in your path, which is currently $option_default_svn.
+
+ --svn-url SVNURL
+   URL to a Subversion repository in a format accepted by Subversion. The
+   referenced folder must contain a dports and a base folder. The default is
+   $option_default_svn_url.
+
+ --svn-revision REVISION
+   Revision number in the specified Subversion repository to checkout. Defaults
+   to $option_default_svn_revision.
+
+ --staging-dir DIR
+   Directory where new distributable archives should be copied for deployment
+   on the archive server. Defaults to the 'archive-staging' subfolder in the
+   current directory.
+
+ --workdir WORKDIR
+   A scratch area that mpbb will use to put temporary files, ideally kept
+   between builds. Your MacPorts installation in --prefix needs to be able to
+   access this location. Defaults to your current directory, or
+   /tmp/mp-buildbot if \$PWD isn't set.
+EOF
+
+    printf &gt;&amp;2 &quot;\nCOMMANDS\n&quot;
+    for command in &quot;${commands[@]}&quot;; do
+        printf &gt;&amp;2 &quot; %s\n&quot; &quot;$command&quot;
+        printf &quot;   %s\n\n&quot; &quot;$(${command}-help | tr '\n' ' ')&quot; | fmt -w $(( cols - 8 )) &gt;&amp;2
+    done
+
+    exit 2
+}
+
+## Load the mpbb-$command scripts and source them to load the actual implementations and help messages of available commands
+commands=()
+thisdir=$(cd &quot;$(dirname &quot;$0&quot;)&quot; &amp;&amp; pwd)
+for cmdfile in &quot;$thisdir/mpbb-&quot;*; do
+    . &quot;$cmdfile&quot;
+    commands+=(${cmdfile#$thisdir/mpbb-})
+done
+
+## The first argument should be the subcommand
+if [[ $# -lt 1 ]]; then
+    errmsg &quot;No command specified&quot;
+    usage
+fi
+
+command=$1
+shift
+if [ ! -f &quot;$thisdir/mpbb-$command&quot; ]; then
+    if [ &quot;$command&quot; != &quot;--help&quot; ]; then
+        errmsg &quot;Unknown command $command&quot;
+    fi
+    usage
+fi
+
+## Flag Parsing
+while [[ $# -gt 0 ]]; do
+    key=$1
+
+    case &quot;$key&quot; in
+        --*)
+            case &quot;$key&quot; in
+                --archive-site)
+                    option_archive_site=$2
+                    shift
+                    ;;
+                --help)
+                    option_help=1
+                    ;;
+                --port)
+                    option_port=$2
+                    shift
+                    ;;
+                --prefix)
+                    option_prefix=$2
+                    shift
+                    ;;
+                --staging-dir)
+                    option_staging_dir=$2
+                    shift
+                    ;;
+                --svn-url)
+                    option_svn_url=$2
+                    shift
+                    ;;
+                --svn-revision)
+                    option_svn_revision=$2
+                    shift
+                    ;;
+                --workdir)
+                    option_workdir=$2
+                    shift
+                    ;;
+                --)
+                    break
+                    ;;
+            esac
+
+            shift
+            ;;
+        *)
+            break
+            ;;
+    esac
+done
+
+## If subcommand help is requested, print that
+if [[ $option_help -eq 1 ]]; then
+    usage
+fi
+## Otherwise, run the command and deal with errors
+if ! $command; then
+    errmsg &quot;Failed to run $command&quot;
+    exit 1
+fi
</ins><span class="cx">Property changes on: contrib/mp-buildbot/mpbb
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnexecutable"></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a id="contribmpbuildbotmpbbcheckout"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-checkout (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-checkout                                (rev 0)
+++ contrib/mp-buildbot/mpbb-checkout        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,65 @@
</span><ins>+#!/bin/bash
+
+# Note:
+# This script is sourced by the its wrapper script.
+# Do not execute this directly!
+
+
+checkout-help() {
+    cat &lt;&lt;EOF
+Update or checkout a working copy of the ports tree from --svn-url to specific
+SVN revision (--svn-revision), update or create the PortIndex and configure
+the MacPorts installation to use this ports tree.
+EOF
+}
+
+checkout() {
+    dports_svn=${option_workdir}/dports
+    tools_svn=${option_workdir}/tools
+        svn=${option_svn}
+    svn_url=${option_svn_url}
+    svn_rev=${option_svn_revision}
+
+    if [[ -d &quot;${tools_svn}/.svn&quot; ]] ; then
+        echo &quot;Update macports tools from svn...&quot;
+        if [[ -e &quot;${tools_svn}/.svn/lock&quot; ]]; then
+            &quot;$svn&quot; --non-interactive cleanup &quot;${tools_svn}&quot;
+        fi
+        &quot;$svn&quot; update --non-interactive \
+            -r HEAD \
+            &quot;${tools_svn}&quot;
+    else
+        echo &quot;Checking out macports tools from svn...&quot;
+        mkdir -p &quot;${option_workdir}&quot;
+        &quot;$svn&quot; checkout --non-interactive \
+            -r HEAD &quot;${svn_url}/base/portmgr/jobs&quot; \
+            &quot;${tools_svn}&quot;
+    fi
+
+    if [[ -d &quot;${dports_svn}/.svn&quot; ]] ; then
+        echo &quot;Update macports from svn...&quot;
+        # TODO: add switching of SVN server
+        if [[ -e &quot;${dports_svn}/.svn/lock&quot; ]]; then
+            &quot;$svn&quot; --non-interactive cleanup &quot;${dports_svn}&quot;
+        fi
+        &quot;$svn&quot; update --non-interactive \
+            -r &quot;${svn_rev}&quot; \
+            &quot;${dports_svn}&quot;
+    else
+        echo &quot;Checking out macports from svn...&quot;
+        mkdir -p &quot;${option_workdir}&quot;
+        &quot;$svn&quot; checkout --non-interactive \
+            -r &quot;${svn_rev}&quot; &quot;${svn_url}/dports&quot; \
+            &quot;${dports_svn}&quot;
+    fi
+
+    (cd &quot;${dports_svn}&quot; &amp;&amp; &quot;${option_prefix}/bin/portindex&quot;)
+
+    cat &gt; &quot;${option_prefix}/etc/macports/sources.conf&quot; &lt;&lt;EOF
+# Automatically overwritten by mpbb-checkout
+# Do not edit !!!
+#
+file://${dports_svn} [default]
+EOF
+
+}
</ins></span></pre></div>
<a id="contribmpbuildbotmpbbcleanup"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-cleanup (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-cleanup                                (rev 0)
+++ contrib/mp-buildbot/mpbb-cleanup        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,25 @@
</span><ins>+#!/bin/bash
+
+# Note:
+# This script is sourced by the its wrapper script.
+# Do not execute this directly!
+
+cleanup-help() {
+    echo &quot;Clean up build remnants and leftovers caused by the build of port --port.&quot;
+    echo &quot;Note that you should not have to run this explicitly, as it is automatically run after install-dependencies on error and in any case after install-port.&quot;
+}
+
+cleanup() {
+    if [ -z &quot;${option_port}&quot; ]; then
+        errmsg &quot;--port is required&quot;
+        return 1
+    fi
+
+    echo &quot;Running cleanup...&quot;
+    # Deactivate all ports
+    &quot;${option_prefix}/bin/port&quot; -f deactivate active
+    # Clean the ports we built and their dependencies
+    &quot;${option_prefix}/bin/port&quot; -f clean --dist --logs --work &quot;${option_port}&quot; rdepof:&quot;${option_port}&quot;
+    # Uninstall obsolete ports
+    &quot;${option_prefix}/bin/port-tclsh&quot; &quot;${thisdir}/tools/uninstall-old-ports.tcl&quot;
+}
</ins></span></pre></div>
<a id="contribmpbuildbotmpbbgatherarchives"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-gather-archives (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-gather-archives                                (rev 0)
+++ contrib/mp-buildbot/mpbb-gather-archives        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,29 @@
</span><ins>+#!/bin/bash
+
+# Note:
+# This script is sourced by the its wrapper script.
+# Do not execute this directly!
+
+
+gather-archives-help() {
+    echo &quot;Gather unpublished and distributable archives of the built port.&quot;
+}
+
+gather-archives() {
+    curl=/usr/bin/curl
+    tclsh=${option_prefix}/bin/port-tclsh
+    mkdir -p &quot;${option_staging_dir}&quot;
+
+    archive_path=$(&quot;${option_prefix}/bin/port&quot; -q location &quot;${option_port}&quot;)
+    archive_basename=$(basename &quot;${archive_path}&quot;)
+
+    if ! ${curl} -fIsL &quot;${option_archive_site}/${option_port}/${archive_basename}&quot; &gt; /dev/null; then
+
+        # check for distributability
+        if &quot;${tclsh}&quot; &quot;${option_workdir}/tools/port_binary_distributable.tcl&quot; -v &quot;${option_port}&quot;; then
+            echo &quot;Staging archive for upload: ${archive_basename}&quot;
+            mkdir -p &quot;${option_staging_dir}/${option_port}&quot;
+            cp &quot;${archive_path}&quot; &quot;${option_staging_dir}/${option_port}/${archive_basename}&quot;:w
+        fi
+    fi
+}
</ins></span></pre></div>
<a id="contribmpbuildbotmpbbinstalldependencies"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-install-dependencies (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-install-dependencies                                (rev 0)
+++ contrib/mp-buildbot/mpbb-install-dependencies        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+#!/bin/bash
+
+# Note:
+# This script is sourced by the its wrapper script.
+# Do not execute this directly!
+
+
+install-dependencies-help() {
+    echo &quot;Builds and install all dependencies of port --port.&quot;
+}
+
+install-dependencies() {
+    if [ -z &quot;${option_port}&quot; ]; then
+        errmsg &quot;--port is required&quot;
+        return 1
+    fi
+
+    if ! &quot;${option_prefix}/bin/port&quot; -d install --unrequested depof:&quot;${option_port}&quot;; then
+
+        echo &quot;Build failed, cleaning up...&quot;
+        cleanup
+        return 1
+    fi
+}
</ins></span></pre></div>
<a id="contribmpbuildbotmpbbinstallport"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-install-port (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-install-port                                (rev 0)
+++ contrib/mp-buildbot/mpbb-install-port        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,23 @@
</span><ins>+#!/bin/bash
+
+# Note:
+# This script is sourced by the its wrapper script.
+# Do not execute this directly!
+
+
+install-port-help() {
+    echo &quot;Builds and install the port --port itself.&quot;
+}
+
+install-port() {
+    if [ -z &quot;${option_port}&quot; ]; then
+        errmsg &quot;--port is required&quot;
+        return 1
+    fi
+
+    status=0
+    &quot;${option_prefix}/bin/port&quot; -d install &quot;${option_port}&quot; || status=$?
+
+    cleanup
+    return $status
+}
</ins></span></pre></div>
<a id="contribmpbuildbotmpbbselfupdate"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/mpbb-selfupdate (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/mpbb-selfupdate                                (rev 0)
+++ contrib/mp-buildbot/mpbb-selfupdate        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+#!/bin/bash
+
+# Note: 
+# This script is sourced by the its wrapper script. 
+# Do not execute this directly!
+
+selfupdate-help() {
+    echo &quot;Run selfupdate --nosync in the MacPorts installation specified by the --prefix flag&quot;
+}
+
+selfupdate() {
+    &quot;${option_prefix}/bin/port&quot; -d selfupdate --nosync
+}
</ins></span></pre></div>
<a id="contribmpbuildbottoolsuninstalloldportstcl"></a>
<div class="addfile"><h4>Added: contrib/mp-buildbot/tools/uninstall-old-ports.tcl (0 => 146768)</h4>
<pre class="diff"><span>
<span class="info">--- contrib/mp-buildbot/tools/uninstall-old-ports.tcl                                (rev 0)
+++ contrib/mp-buildbot/tools/uninstall-old-ports.tcl        2016-03-17 08:06:27 UTC (rev 146768)
</span><span class="lines">@@ -0,0 +1,103 @@
</span><ins>+#!/usr/bin/env port-tclsh
+
+proc printUsage {} {
+    puts &quot;Usage: $::argv0 \[-hV\]&quot;
+    puts &quot;  -h    This help&quot;
+    puts &quot;  -V    show version and MacPorts version being used&quot;
+}
+
+set MY_VERSION 0.2
+
+set showVersion 0
+
+set origArgv $::argv
+while {[string index [lindex $::argv 0] 0] == &quot;-&quot; } {
+    switch [string range [lindex $::argv 0] 1 end] {
+        h {
+            printUsage
+            exit 0
+        }
+        V {
+            set showVersion 1
+        }
+        default {
+            puts &quot;Unknown option [lindex $::argv 0]&quot;
+            printUsage
+            exit 2
+        }
+    }
+    set ::argv [lrange $::argv 1 end]
+}
+
+package require macports
+mportinit
+
+if {$showVersion} {
+    puts &quot;uninstall-old-ports.tcl version $MY_VERSION&quot;
+    puts &quot;MacPorts version [macports::version]&quot;
+    exit 0
+}
+
+##
+# Compare two versions in the form of (epoch, version, revision).
+#
+# @param versionA Tcl array of the first version with the keys epoch, version, and revision.
+# @param versionB Tcl array of the second version in the same format as versionA.
+# @return An integer &lt; 0 if the first version is smaller than the second. 0, if
+#         both versions are equal. An integer &gt; 0 if the second version is
+#         larger than the first.
+proc compare_version_tuple {versionA versionB} {
+    upvar $versionA vA
+    upvar $versionB vB
+
+    set epochCompare    [vercmp $vA(epoch) $vB(epoch)]
+    set versionCompare  [vercmp $vA(version) $vB(version)]
+    set revisionCompare [vercmp $vA(revision) $vB(revision)]
+
+    if {$epochCompare != 0} {
+        return $epochCompare
+    }
+    if {$versionCompare != 0} {
+        return $versionCompare
+    }
+    return $revisionCompare
+}
+
+foreach port [registry::installed] {
+    # Set to yes if a port is obsolete
+    set old no
+
+    set installed_name [lindex $port 0]
+    set installed_version [lindex $port 1]
+    set installed_revision [lindex $port 2]
+    set installed_variants [lindex $port 3]
+    set installed_epoch [lindex $port 5]
+
+    array set installed_version_tuple {}
+    set installed_version_tuple(epoch) $installed_epoch
+    set installed_version_tuple(version) $installed_version
+    set installed_version_tuple(revision) $installed_revision
+
+    set portindex_match [mportlookup $installed_name]
+    if {[llength $portindex_match] &lt; 2} {
+        # Not found in index, classify as old
+                ui_msg &quot;Removing $installed_name$installed_variants $installed_epoch@$installed_version-$installed_revision because it is no longer in the PortIndex&quot;
+        set old yes
+    } else {
+        array unset portinfo
+        array set portinfo [lindex $portindex_match 1]
+
+        set result [compare_version_tuple portinfo installed_version_tuple]
+        if {$result &gt; 0} {
+            # Port is outdated because the version in the index is newer than
+            # the installed one
+                        ui_msg &quot;Removing $installed_name$installed_variants $installed_epoch@$installed_version-$installed_revision because there is a newer version in the PortIndex&quot;
+            set old yes
+        }
+        # If the version we have is newer than the one in the PortIndex, we are
+        # probably building agaist an old version of the ports tree.
+    }
+    if {$old} {
+        registry::uninstall $installed_name $installed_version $installed_revision $installed_variants [list ports_force 1]
+    }
+}
</ins><span class="cx">Property changes on: contrib/mp-buildbot/tools/uninstall-old-ports.tcl
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnexecutable"></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a id="svnkeywords"></a>
<div class="addfile"><h4>Added: svn:keywords</h4></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
</div>

</body>
</html>