Changes between Initial Version and Version 2 of Ticket #714
- Timestamp:
- Mar 24, 2016, 1:38:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #714
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #714 – Description
initial v2 2 2 you specify "--" argument at command line. 3 3 4 4 {{{ 5 5 $ sudo port install escm -gauche +guile 6 6 Usage: /opt/local/bin/port [-vdqof] [action] [-D portdir] [options] … … 12 12 ---> Building escm with target escm doc 13 13 ---> Installing escm 14 14 }}} 15 15 16 16 The following patch changes the behavior a little (-D option has to be … … 18 18 still simple. 19 19 20 20 {{{ 21 21 --- port.tcl.orig Sun Jul 20 12:09:06 2003 22 22 +++ port.tcl Sun Jul 20 12:10:32 2003 … … 29 29 set portname $opt 30 30 } else { 31 }}}