Changeset 97725


Ignore:
Timestamp:
Sep 13, 2012, 8:46:05 AM (12 years ago)
Author:
jeremyhu@…
Message:

gcc4[78]: Only whitespace / comment changes

Location:
trunk/dports/lang
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/gcc47/Portfile

    r97724 r97725  
    77subport             libstdcxx {}
    88epoch               1
     9
     10# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment)
    911version             4.7.1
    1012revision            6
     
    121123# TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
    122124if {${subport} == "libstdcxx"} {
    123     # Subport revisions start at 100, so we don't need to revbump the main port and subport together
     125    # Revision subport separately from port for now in order to not force
     126    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
    124127    revision 100
    125128
  • trunk/dports/lang/gcc48/Portfile

    r97724 r97725  
    66name                gcc48
    77subport             libstdcxx-devel {}
     8
     9# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment)
    810version             4.8-20120909
    911revision            4
     
    102104# TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
    103105if {${subport} == "libstdcxx-devel"} {
    104     # Subport revisions start at 100, so we don't need to revbump the main port and subport together
     106    # Revision subport separately from port for now in order to not force
     107    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
    105108    revision 100
    106109
Note: See TracChangeset for help on using the changeset viewer.