Ticket #15038 (closed defect: fixed)
netcat uses deprecated cd command
| Reported by: | jmr@… | Owned by: | ryandesign@… |
|---|---|---|---|
| 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
Change History
comment:1 Changed 5 years ago by ryandesign@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to ryandesign@…
No response from maintainer in > 72 hours so I'll take care of this now.
comment:2 Changed 5 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
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 and extract.dir stuff and replace it with the simple new option extract.mkdir yes
- Removed the -c argument to xinstall since it is the default anyway
- Used the -W option to xinstall
Committed in r36324. Thanks!
Note: See
TracTickets for help on using
tickets.

