[105277] trunk/dports/lang
Lawrence Velázquez
larryv at macports.org
Mon Apr 15 17:07:44 PDT 2013
libstdcxx is not being considered outdated because its epoch was reset to 0 with the move to gcc48. I corrected this in r105280.
The difference between libstdcxx's epoch and the epoch of the gcc port it's being moved to will have to be taken into account in future migrations.
vq
On Apr 15, 2013, at 7:06 PM, jeremyhu at macports.org wrote:
> Revision: 105277
> https://trac.macports.org/changeset/105277
> Author: jeremyhu at macports.org
> Date: 2013-04-15 16:06:48 -0700 (Mon, 15 Apr 2013)
> Log Message:
> -----------
> gcc4{7,8,9}: Add gcc49, update gcc48 to latest snapshot, move libstdcxx to gcc48 (#38500)
> Modified: trunk/dports/lang/gcc47/Portfile
> ===================================================================
> --- trunk/dports/lang/gcc47/Portfile 2013-04-15 22:58:01 UTC (rev 105276)
> +++ trunk/dports/lang/gcc47/Portfile 2013-04-15 23:06:48 UTC (rev 105277)
> @@ -6,7 +6,6 @@
> PortGroup compiler_blacklist_versions 1.0
>
> name gcc47
> -subport libstdcxx {}
> epoch 1
>
> version 4.7.3
> Modified: trunk/dports/lang/gcc48/Portfile
> ===================================================================
> --- trunk/dports/lang/gcc48/Portfile 2013-04-15 22:58:01 UTC (rev 105276)
> +++ trunk/dports/lang/gcc48/Portfile 2013-04-15 23:06:48 UTC (rev 105277)
> @@ -5,20 +5,17 @@
> PortGroup compiler_blacklist_versions 1.0
>
> name gcc48
> -subport libstdcxx-devel {}
> +subport libstdcxx {}
>
> -# Remove the revision in libstdcxx-devel when bumping
> -version 4.8-20130404
> -revision 1
> +version 4.8-20130411
More information about the macports-dev
mailing list