Changes between Initial Version and Version 2 of Ticket #714


Ignore:
Timestamp:
Mar 24, 2016, 1:38:28 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #714

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #714 – Description

    initial v2  
    22you specify "--" argument at command line.
    33
    4 
     4{{{
    55$ sudo port install escm -gauche +guile
    66Usage: /opt/local/bin/port [-vdqof] [action] [-D portdir] [options]
     
    1212--->  Building escm with target escm doc
    1313--->  Installing escm
    14 
     14}}}
    1515
    1616The following patch changes the behavior a little (-D option has to be
     
    1818still simple.
    1919
    20 
     20{{{
    2121--- port.tcl.orig       Sun Jul 20 12:09:06 2003
    2222+++ port.tcl    Sun Jul 20 12:10:32 2003
     
    2929            set portname $opt
    3030        } else {
     31}}}