[MacPorts] #15038: netcat uses deprecated cd command
#15038: netcat uses deprecated cd command ------------------------------+--------------------------------------------- Reporter: jmr@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: Keywords: | ------------------------------+--------------------------------------------- Attached patch fixes this, plus uses Tcl commands instead of `system`, and `use_configure no` instead of `configure {}` (so +universal correctly fails). -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15038> MacPorts </projects/macports> Ports system for Mac OS
#15038: netcat uses deprecated cd command -------------------------------+-------------------------------------------- Reporter: jmr@macports.org | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: | Keywords: -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org * status: new => assigned Comment: No response from maintainer in > 72 hours so I'll take care of this now. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15038#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#15038: netcat uses deprecated cd command -------------------------------+-------------------------------------------- Reporter: jmr@macports.org | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: 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! -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15038#comment:2> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts