New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13684 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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

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

Change History

Changed 4 years ago by freespace+macforge@…

svn diff

Changed 4 years ago by raimue@…

  • cc sanchom@… added

CC'ing maintainer.

Changed 4 years ago by ryandesign@…

Has duplicate #13040.

Changed 4 years ago by sanchom@…

This patch looks good. Please apply it.

Changed 4 years ago by ryandesign@…

  • owner changed from macports-tickets@… to ryandesign@…

Changed 4 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}

Changed 3 years ago by ryandesign@…

  • cc ryandesign@… added
  • owner changed from ryandesign@… to sanchom@…

Changed 3 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.

Changed 3 years ago by mcalhoun@…

  • description modified (diff)
  • port set to boost

Sorry, didn't mean to change the description (it was blank before).

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.