#13684: PATCH: removed deprecated 'cd' usage from from devel/boost -------------------------------------------+-------------------------------- Reporter: freespace+macforge@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: boost,1.7.0,cd -------------------------------------------+-------------------------------- Comment (by ryandesign@macports.org): I applied the patch in r33914. But I would still like to see another patch to remove the use of "system" for making symlinks. We have a tcl procedure "ln" to make symlinks so it should not be necessary to call out to "system" for this. For example instead of {{{ system "cd ${destroot}${prefix}/lib;ln -s ${lib} ${liblink}" }}} it should be {{{ ln -s ${lib} ${destroot}${prefix}/lib/${liblink} }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13684#comment:5> MacPorts </projects/macports> Ports system for Mac OS