[125551] trunk/dports/lang
Lawrence Velázquez
larryv at macports.org
Sat Sep 20 16:15:39 PDT 2014
Ugh. This means the GCC ports cannot be cleanly installed from scratch anymore.
vq
On Sep 20, 2014, at 7:11 PM, ryandesign at macports.org wrote:
> Revision
> 125551
> Author
> ryandesign at macports.org
> Date
> 2014-09-20 16:11:55 -0700 (Sat, 20 Sep 2014)
> Log Message
>
> gcc43, gcc44, gcc45, gcc46, gcc47, gcc48, gcc49, gcc410: indicate build conflict with libunwind-headers (#43869)
> Modified Paths
>
> trunk/dports/lang/gcc410/Portfile
> trunk/dports/lang/gcc43/Portfile
> trunk/dports/lang/gcc44/Portfile
> trunk/dports/lang/gcc45/Portfile
> trunk/dports/lang/gcc46/Portfile
> trunk/dports/lang/gcc47/Portfile
> trunk/dports/lang/gcc48/Portfile
> trunk/dports/lang/gcc49/Portfile
> Diff
>
> Modified: trunk/dports/lang/gcc410/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc410/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc410/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -4,6 +4,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc410
> subport libgcc-devel {}
> @@ -101,6 +102,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> Modified: trunk/dports/lang/gcc43/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc43/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc43/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -3,6 +3,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc43
> version 4.3.6
> @@ -120,6 +121,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> # STAGE1_CFLAGS="-O2 -fkeep-inline-functions" : from configure.ac
> # BOOT_CFLAGS="-O2 -g" : from Makefile.tpl
> # -std=gnu89 : for building with clang
> Modified: trunk/dports/lang/gcc44/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc44/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc44/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -3,6 +3,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc44
> epoch 1
> @@ -121,6 +122,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> # STAGE1_CFLAGS="-O2 -fkeep-inline-functions" : from configure.ac
> # BOOT_CFLAGS="-O2 -g" : from Makefile.tpl
> # -std=gnu89 : for building with clang
> Modified: trunk/dports/lang/gcc45/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc45/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc45/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -3,6 +3,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> # Whenever this port is bumped for version/revision, please revbump dragonegg-3.[34]-gcc-4.5
> name gcc45
> @@ -142,6 +143,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> Modified: trunk/dports/lang/gcc46/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc46/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc46/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -3,6 +3,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc46
> epoch 1
> @@ -125,6 +126,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> Modified: trunk/dports/lang/gcc47/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc47/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc47/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -4,6 +4,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc47
> epoch 1
> @@ -124,6 +125,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> Modified: trunk/dports/lang/gcc48/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc48/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc48/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -4,6 +4,7 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc48
>
> @@ -100,6 +101,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> Modified: trunk/dports/lang/gcc49/Portfile (125550 => 125551)
>
> --- trunk/dports/lang/gcc49/Portfile 2014-09-20 22:35:31 UTC (rev 125550)
> +++ trunk/dports/lang/gcc49/Portfile 2014-09-20 23:11:55 UTC (rev 125551)
> @@ -4,11 +4,11 @@
> PortSystem 1.0
> PortGroup select 1.0
> PortGroup compiler_blacklist_versions 1.0
> +PortGroup conflicts_build 1.0
>
> name gcc49
> subport libgcc {}
>
> -# Whenever this port is bumped for version/revision, please revbump dragonegg-*-gcc-4.9
> # TODO: On next update, increase epoch to 2 and remove libgcc's separate epoch.
> epoch 1
> version 4.9.1
> @@ -103,6 +103,9 @@
> # "-stdlib" would be passed on to the bootstrap compiler if present
> configure.cxx_stdlib
>
> +# https://trac.macports.org/ticket/43869
> +conflicts_build-append libunwind-headers
> +
> build.dir ${configure.dir}
> build.target bootstrap
> use_parallel_build yes
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140920/15695947/attachment-0001.html>
More information about the macports-dev
mailing list