Ticket #13684 (closed defect: fixed)
PATCH: removed deprecated 'cd' usage from from devel/boost
| Reported by: | freespace+macforge@… | Owned by: | sanchom@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | boost,1.7.0,cd | Cc: | sanchom@…, ryandesign@… |
| Port: | boost |
Description (last modified by mcalhoun@…) (diff)
Attachments
Change History
Changed 5 years ago by freespace+macforge@…
- Attachment boost.patch added
comment:5 Changed 5 years ago by ryandesign@…
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 5 years ago by ryandesign@…
- Cc ryandesign@… added
- Owner changed from ryandesign@… to sanchom@…
comment:7 Changed 4 years ago by mcalhoun@…
- Status changed from new to closed
- Resolution set to fixed
- Description modified (diff)
As of r43281, there are no more unnecessary calls to system.
Note: See
TracTickets for help on using
tickets.


svn diff