Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

boost.patch (2.2 KB) - added by freespace+macforge@… 16 years ago.
svn diff

Download all attachments as: .zip

Change History (10)

Changed 16 years ago by freespace+macforge@…

Attachment: boost.patch added

svn diff

comment:1 Changed 16 years ago by raimue (Rainer Müller)

Cc: sanchom@… added

CC'ing maintainer.

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Has duplicate #13040.

comment:3 Changed 16 years ago by sanchom (Sancho McCann)

This patch looks good. Please apply it.

comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…

comment:5 Changed 16 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 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Description: modified (diff)
Resolution: fixed
Status: newclosed

As of r43281, there are no more unnecessary calls to system.

comment:8 Changed 15 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).

comment:9 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.