Changes between Initial Version and Version 1 of Ticket #54773, comment 25


Ignore:
Timestamp:
Sep 12, 2017, 1:18:38 PM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54773, comment 25

    initial v1  
    55I think it's easier to see what's going on in my Portfile version from the actual file rather than a large unified diff:
    66
    7 https://github.com/RJVB/macstrop/blob/master/lang/gcc7/Portfile#L346
     7https://github.com/RJVB/macstrop/blob/master/lang/gcc7/Portfile#L352
    88
    99That's the part where I determine if it's possible to install port:gcc7 +with_libgcc without causing runtime library conflicts in lib/libgcc . The code is written in such a way that it can be used unmodified in port:gcc7 and port:gcc8 (=> port:gcc8 and port:gcc9 in some future) and is based on the constraint that only the current latest stable release and beta/devel port versions can be installed with that variant. Those are the ports that are most likely to receive frequent upgrades. For the older versions (at least gcc6) we could only backport the bootstrap-less building as a gesture to users installing from source.