New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #15038 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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

netcat-cd.diff (1.3 KB) - added by jmr@… 5 years ago.

Change History

Changed 5 years ago by jmr@…

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!

comment:3 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.