[97900] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Wed Sep 19 00:51:33 PDT 2012


Revision: 97900
          http://trac.macports.org//changeset/97900
Author:   ryandesign at macports.org
Date:     2012-09-19 00:51:33 -0700 (Wed, 19 Sep 2012)
Log Message:
-----------
libstdcxx and libstdcxx-devel conflict

Modified Paths:
--------------
    trunk/dports/lang/gcc47/Portfile
    trunk/dports/lang/gcc48/Portfile

Modified: trunk/dports/lang/gcc47/Portfile
===================================================================
--- trunk/dports/lang/gcc47/Portfile	2012-09-19 06:42:21 UTC (rev 97899)
+++ trunk/dports/lang/gcc47/Portfile	2012-09-19 07:51:33 UTC (rev 97900)
@@ -124,6 +124,8 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx"} {
+    conflicts       libstdcxx-devel
+    
     # Revision subport separately from port for now in order to not force
     # rebuilds of gcc while ironing out the wrinkles in libstdcxx
     revision 101

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2012-09-19 06:42:21 UTC (rev 97899)
+++ trunk/dports/lang/gcc48/Portfile	2012-09-19 07:51:33 UTC (rev 97900)
@@ -105,6 +105,8 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx-devel"} {
+    conflicts       libstdcxx
+    
     # Revision subport separately from port for now in order to not force
     # rebuilds of gcc while ironing out the wrinkles in libstdcxx
     revision 101
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120919/b8932224/attachment.html>


More information about the macports-changes mailing list