[MacPorts] #13684: PATCH: removed deprecated 'cd' usage from
from devel/boost
MacPorts
trac at macosforge.org
Thu Feb 7 00:05:30 PST 2008
#13684: PATCH: removed deprecated 'cd' usage from from devel/boost
-------------------------------------------+--------------------------------
Reporter: freespace+macforge at gmail.com | Owner: ryandesign at 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 at 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
More information about the macports-tickets
mailing list