#13684 closed defect (fixed)
PATCH: removed deprecated 'cd' usage from from devel/boost
Reported by: | freespace+macforge@… | Owned by: | sanchom (Sancho McCann) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | boost, 1.7.0, cd | Cc: | sanchom (Sancho McCann), ryandesign (Ryan Carsten Schmidt) |
Port: | boost |
Attachments (1)
Change History (10)
Changed 17 years ago by freespace+macforge@…
Attachment: | boost.patch added |
---|
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:5 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
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}
comment:6 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from ryandesign@… to sanchom@… |
comment:7 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
As of r43281, there are no more unnecessary calls to system.
comment:8 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Description: | modified (diff) |
---|---|
Port: | boost added |
Sorry, didn't mean to change the description (it was blank before).
Note: See
TracTickets for help on using
tickets.
svn diff