[48218] trunk/base

blb at macports.org blb at macports.org
Mon Mar 16 19:42:20 PDT 2009


Revision: 48218
          http://trac.macports.org/changeset/48218
Author:   blb at macports.org
Date:     2009-03-16 19:42:19 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------
port command and man page - remove -i option; see the thread at
<http://lists.macosforge.org/pipermail/macports-dev/2009-March/007814.html>

Modified Paths:
--------------
    trunk/base/doc/port.1
    trunk/base/src/port/port.tcl

Modified: trunk/base/doc/port.1
===================================================================
--- trunk/base/doc/port.1	2009-03-17 02:42:18 UTC (rev 48217)
+++ trunk/base/doc/port.1	2009-03-17 02:42:19 UTC (rev 48218)
@@ -233,8 +233,6 @@
 Read and process the
 .Ar file
 of commands specified by the argument. If the argument is '-', then read commands from stdin. If the option is given multiple times, then multiple files will be read.
-.It Fl i
-Read commands from stdin. Short for -F -
 .It Fl x
 In batch and interactive mode, exit on the first error encountered. Otherwise, errors during batch execution are simply reported.
 .It Fl p

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2009-03-17 02:42:18 UTC (rev 48217)
+++ trunk/base/src/port/port.tcl	2009-03-17 02:42:19 UTC (rev 48218)
@@ -44,7 +44,7 @@
 proc print_usage {{verbose 1}} {
     global cmdname
     set syntax {
-        [-bcdfiknopqRstuvxy] [-D portdir] [-F cmdfile] action [privopts] [actionflags]
+        [-bcdfknopqRstuvxy] [-D portdir] [-F cmdfile] action [privopts] [actionflags]
         [[portname|pseudo-portname|port-url] [@version] [+-variant]... [option=value]...]...
     }
 
@@ -3154,10 +3154,6 @@
                         set ui_options(ports_verbose) no
                         set ui_options(ports_debug) no
                     }
-                    i {
-                        # Always go to interactive mode
-                        lappend ui_options(ports_commandfiles) -
-                    }
                     p {
                         # Ignore errors while processing within a command
                         set ui_options(ports_processall) yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090316/81b4f226/attachment.html>


More information about the macports-changes mailing list