Let me just comment: I am not sure there is any reason to try to swap everything from gcc47 to gcc48. There are probably only a few cases where there would be some incompatibility (and likely only at build time), and so Federico could just rebuild ports insofar as any problem is found.
David On Thu, Aug 29, 2013 at 2:23 PM, Ryan Schmidt <[email protected]>wrote: > > On Aug 29, 2013, at 11:21, Ryan Schmidt wrote: > > > You can use "port installed|grep +gcc47" to see what ports were > installed with the +gcc47 variant. For each one, you can use "port > variants" to see if a +gcc48 variable is available, and if so, you could > rebuild the port with that, if you like. > > And you could probably automate the whole process with: > > > port installed variant:gcc48 | awk '/\+gcc47/ {print $1}' | xargs -n 1 -J > % sudo port -y upgrade --enforce-variants % -gcc47 +gcc48 > > > This: > * gets the list of installed ports that have a gcc48 variant > * using awk, prints the names of those that were installed with the gcc47 > variant > * upgrades each one to use gcc48 instead of gcc47 > > > _______________________________________________ > macports-users mailing list > [email protected] > https://lists.macosforge.org/mailman/listinfo/macports-users >
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
