Opened 21 years ago

Closed 21 years ago

Last modified 8 years ago

#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 21 years ago by jpm@…

definitely a problem that needs to be resolved...

comment:2 Changed 21 years ago by fkr-ml@…

Cc: jpm@… added
Resolution: fixed
Status: newclosed

fixed by jpm.

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.