Changes between Initial Version and Version 3 of Ticket #38774


Ignore:
Timestamp:
Apr 12, 2013, 6:55:47 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

This patch to remove the libstdcxx subport from the gcc47 port should be committed either before or at the same time as the libstdcxx subport is added to the gcc48 port using the patch in #38758, to avoid the indexing failure that would result from having two (sub)ports of the same name in the tree at the same time.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38774

    • Property Cc egall@… added
    • Property Keywords haspatch added
    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #38774 – Description

    initial v3  
    1 The attached packaging removes the libstdcxx subport from gcc47 since gcc48 now contains it[[BR]]
    2 as well as implementing the changes to support the move of the libgcc*dylib files into the libstdcxx subpart.[[BR]]
     1The attached packaging removes the libstdcxx subport from gcc47 since gcc48 now contains it
     2as well as implementing the changes to support the move of the libgcc*dylib files into the libstdcxx subpart.
    33Also added patch to backport the nanosleep support for threads in c++11.