#325 closed defect (fixed)
removes -L from fetch_preargs
Reported by: | fkr-ml@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | jpm@… | |
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
'fetch' (used on freebsd to fetch the source) chokes on -L, thus -L is removed if the host runs freebsd.
the patch is here: http://www.opendarwin.org/~fkr/patch-portfetch
and here:
Index: src/port1.0/portfetch.tcl =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port1.0/portfetch.tcl,v retrieving revision 1.56 diff -r1.56 portfetch.tcl 215a216 > # and remove -L from pre_args, since fetch doesn not take -L 217a219 > set fetch.pre_args ""
Change History (3)
comment:1 Changed 22 years ago by jpm@…
comment:2 Changed 22 years ago by fkr-ml@…
Cc: | jpm@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed by jpm.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
definitely a problem that needs to be resolved...