On Apr 15, 2013, at 19:07, [email protected] wrote: > Revision: 105280 > https://trac.macports.org/changeset/105280 > Author: [email protected] > Date: 2013-04-15 17:07:57 -0700 (Mon, 15 Apr 2013) > Log Message: > ----------- > libstdcxx: Correct epoch. > > Modified Paths: > -------------- > trunk/dports/lang/gcc48/Portfile > > Modified: trunk/dports/lang/gcc48/Portfile > =================================================================== > --- trunk/dports/lang/gcc48/Portfile 2013-04-15 23:53:55 UTC (rev 105279) > +++ trunk/dports/lang/gcc48/Portfile 2013-04-16 00:07:57 UTC (rev 105280) > @@ -108,6 +108,9 @@ > destroot.target install install-info-host > > if {${subport} == "libstdcxx"} { > + # libstdcxx must stay 1 epoch ahead of gcc48. > + incr epoch 1
Not necessarily. The epoch of both gcc48 and libstdcxx could be increased to the same value, for example 2, the next time the epoch needs to change -- for example, when the port is updated to a non-snapshot version: https://trac.macports.org/ticket/38817 _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
