[100852] trunk/dports/lang/gcc48/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 29 22:17:24 PST 2012


Revision: 100852
          https://trac.macports.org/changeset/100852
Author:   jeremyhu at macports.org
Date:     2012-12-29 22:17:24 -0800 (Sat, 29 Dec 2012)
Log Message:
-----------
libstdcxx-devel: Remove some more cruft that recently appeared.

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

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2012-12-30 06:01:41 UTC (rev 100851)
+++ trunk/dports/lang/gcc48/Portfile	2012-12-30 06:17:24 UTC (rev 100852)
@@ -6,6 +6,7 @@
 name                gcc48
 subport             libstdcxx-devel {}
 
+# Remove the revision in libstdcxx-devel when bumping
 version             4.8-20121223
 platforms           darwin
 categories          lang
@@ -108,6 +109,8 @@
 
 # TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
 if {${subport} == "libstdcxx-devel"} {
+    revision        1
+
     conflicts       libstdcxx
 
     patchfiles-append  force-static-gcc.patch
@@ -127,6 +130,8 @@
 
     post-destroot {
         eval file delete [glob ${destroot}${prefix}/lib/*{a,py}]
+        eval file delete [glob ${destroot}${prefix}/lib/libgcc*]
+        file delete -force ${destroot}${prefix}/lib/gcc
         file delete -force ${destroot}${prefix}/share/gcc-${major}
         file delete -force ${destroot}${prefix}/include/${name}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121229/e773064d/attachment-0001.html>


More information about the macports-changes mailing list