#15038 closed defect (fixed)
netcat uses deprecated cd command
Reported by: | jmroot (Joshua Root) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | opendarwin.org@… | |
Port: |
Description
Attached patch fixes this, plus uses Tcl commands instead of system
, and use_configure no
instead of configure {}
(so +universal correctly fails).
Attachments (1)
Change History (4)
Changed 17 years ago by jmroot (Joshua Root)
Attachment: | netcat-cd.diff added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I applied the patch but changed it a lot too:
- Removed the slash between
${destroot}
and${prefix}
since${prefix}
already begins with a slash - Removed the
destroot
-time creation of${destroot}${prefix}/bin
since MacPorts already takes care of this - Removed the
pre-extract
andextract.dir
stuff and replace it with the simple new optionextract.mkdir yes
- Removed the
-c
argument toxinstall
since it is the default anyway - Used the
-W
option toxinstall
Committed in r36324. Thanks!
Note: See
TracTickets for help on using
tickets.
No response from maintainer in > 72 hours so I'll take care of this now.