Ticket #12914 (closed defect: fixed)
"cd" TCL procedure should not be used in Portfiles anymore
| Reported by: | nox@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | eridius@…, gwright@…, mww@…, waqar@… | |
| Port: |
Description
"cd" will be hidden from the subinterpreter in MacPorts 1.6, so we should not use it anymore. I've attached a small report about which ports still use it.
% find . -mindepth 3 -maxdepth 3 -name Portfile | xargs egrep '^[[:space:]]*cd\>' | tee ~/cd.grep | cut -f 2,3 -d / | uniq | tee ~/cd.ports
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


