[127045] trunk/dports/lang
mfeiri at macports.org
mfeiri at macports.org
Sun Oct 19 15:54:11 PDT 2014
Revision: 127045
https://trac.macports.org/changeset/127045
Author: mfeiri at macports.org
Date: 2014-10-19 15:54:11 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
gcc43, gcc44, gcc45, gcc46, gcc47, gcc48, gcc49, gcc5: build conflict with libunwind-headers resolved in r127042
Revision Links:
--------------
https://trac.macports.org/changeset/127042
Modified Paths:
--------------
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
trunk/dports/lang/gcc5/Portfile
Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc43/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -3,7 +3,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc43
version 4.3.6
@@ -121,9 +120,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc44/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc44/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -3,7 +3,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc44
epoch 1
@@ -122,9 +121,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc45/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc45/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -3,7 +3,6 @@
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
@@ -143,9 +142,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc46/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc46/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -3,7 +3,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc46
epoch 1
@@ -126,9 +125,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc47/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc47/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -4,7 +4,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc47
epoch 1
@@ -125,9 +124,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc48/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc48/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -4,7 +4,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc48
@@ -101,9 +100,6 @@
# "-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
===================================================================
--- trunk/dports/lang/gcc49/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc49/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -4,7 +4,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc49
subport libgcc {}
@@ -103,9 +102,6 @@
# "-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/gcc5/Portfile
===================================================================
--- trunk/dports/lang/gcc5/Portfile 2014-10-19 22:50:09 UTC (rev 127044)
+++ trunk/dports/lang/gcc5/Portfile 2014-10-19 22:54:11 UTC (rev 127045)
@@ -4,7 +4,6 @@
PortSystem 1.0
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
-PortGroup conflicts_build 1.0
name gcc5
subport libgcc-devel {}
@@ -102,9 +101,6 @@
# "-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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/30bb3524/attachment.html>
More information about the macports-changes
mailing list