<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 2017-06-16 04:14, Kurt Hindenburg
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20170616021537.23572101168@braeburn.macports.org">
      <pre style="margin:0">Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-contrib.

</pre>
      <p><a
href="https://github.com/macports/macports-contrib/commit/d4985c85db95aa3423d614985df6da996533d636"
          moz-do-not-send="true">https://github.com/macports/macports-contrib/commit/d4985c85db95aa3423d614985df6da996533d636</a></p>
      <pre style="white-space: pre; background: #F8F8F8"><span style="display:block; white-space:pre;color:#808000;">commit d4985c85db95aa3423d614985df6da996533d636
</span>Author: Kurt Hindenburg <a class="moz-txt-link-rfc2396E" href="mailto:kurt.hindenburg@gmail.com"><kurt.hindenburg@gmail.com></a>
AuthorDate: Thu Jun 15 22:14:56 2017 -0400

<span style="display:block; white-space:pre;color:#404040;">    port-whatsnew: remove -t option for macportsTclPath - it doesn't appear to do anything
</span>---
 port-whatsnew/port-whatsnew | 12 ------------
 1 file changed, 12 deletions(-)

<span style="display:block; white-space:pre;color:#808080;">diff --git a/port-whatsnew/port-whatsnew b/port-whatsnew/port-whatsnew
</span><span style="display:block; white-space:pre;color:#808080;">index bb3c30f..3ac0d4c 100755
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/port-whatsnew/port-whatsnew
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/port-whatsnew/port-whatsnew
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -7,8 +7,6 @@ set MY_VERSION 0.2
</span> proc printUsage {} {
     puts "Usage: $::argv0 \[-hvV\] \[-t macports-tcl-path\] port-name"
     puts "  -h    This help"
<span style="display:block; white-space:pre;background:#ffe0e0;">-    puts "  -t    Give a different location for the base MacPorts Tcl"
</span><span style="display:block; white-space:pre;background:#ffe0e0;">-    puts "        file (defaults to /Library/Tcl)"
</span>     puts "  -v    verbose output"
     puts "  -V    show version and MacPorts version being used"
     puts ""
<span style="display:block; white-space:pre;background:#e0e0e0;">@@ -18,7 +16,6 @@ proc printUsage {} {
</span> 
 # Begin
 
<span style="display:block; white-space:pre;background:#ffe0e0;">-set macportsTclPath /Library/Tcl</span></pre>
    </blockquote>
    This used to be the path where to find the macports1.0 tcl package,
    which was necessary when you had multiple installations of MacPorts
    in different prefixes for development. It is obsolete ever since we
    ship our own Tcl installation. As all scripts are supposed to use
    ${prefix}/bin/port-tclsh as interpreter, which inherently already
    selects the prefix.<br>
    <br>
    Rainer<br>
  </body>
</html>