[97725] trunk/dports/lang

jeremyhu at macports.org jeremyhu at macports.org
Thu Sep 13 01:46:05 PDT 2012


Revision: 97725
          http://trac.macports.org//changeset/97725
Author:   jeremyhu at macports.org
Date:     2012-09-13 01:46:05 -0700 (Thu, 13 Sep 2012)
Log Message:
-----------
gcc4[78]: Only whitespace / comment changes

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-13 08:34:58 UTC (rev 97724)
+++ trunk/dports/lang/gcc47/Portfile	2012-09-13 08:46:05 UTC (rev 97725)
@@ -6,6 +6,8 @@
 name                gcc47
 subport             libstdcxx {}
 epoch               1
+
+# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment)
 version             4.7.1
 revision            6
 platforms           darwin
@@ -120,7 +122,8 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx"} {
-    # Subport revisions start at 100, so we don't need to revbump the main port and subport together
+    # Revision subport separately from port for now in order to not force
+    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
     revision 100
 
     depends_run-delete path:lib/.libstdcxx:libstdcxx

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2012-09-13 08:34:58 UTC (rev 97724)
+++ trunk/dports/lang/gcc48/Portfile	2012-09-13 08:46:05 UTC (rev 97725)
@@ -5,6 +5,8 @@
 
 name                gcc48
 subport             libstdcxx-devel {}
+
+# When version is updated, please delete the separate revision for libstdcxx below (and delete this comment)
 version             4.8-20120909
 revision            4
 platforms           darwin
@@ -101,7 +103,8 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx-devel"} {
-    # Subport revisions start at 100, so we don't need to revbump the main port and subport together
+    # Revision subport separately from port for now in order to not force
+    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
     revision 100
 
     depends_run-delete port:${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120913/03e5136c/attachment.html>


More information about the macports-changes mailing list