[125551] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Sat Sep 20 16:11:55 PDT 2014


Revision: 125551
          https://trac.macports.org/changeset/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

Modified: trunk/dports/lang/gcc410/Portfile
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140920/7a61f616/attachment.html>


More information about the macports-changes mailing list