[138362] trunk/dports/lang
jeremyhu at macports.org
jeremyhu at macports.org
Mon Jul 6 00:17:51 PDT 2015
Revision: 138362
https://trac.macports.org/changeset/138362
Author: jeremyhu at macports.org
Date: 2015-07-06 00:17:51 -0700 (Mon, 06 Jul 2015)
Log Message:
-----------
gcc[56]: libgcc doesn't need to depend on gcc_select
Modified Paths:
--------------
trunk/dports/lang/gcc5/Portfile
trunk/dports/lang/gcc6/Portfile
Modified: trunk/dports/lang/gcc5/Portfile
===================================================================
--- trunk/dports/lang/gcc5/Portfile 2015-07-06 06:52:04 UTC (rev 138361)
+++ trunk/dports/lang/gcc5/Portfile 2015-07-06 07:17:51 UTC (rev 138362)
@@ -41,7 +41,6 @@
port:libiconv \
port:libmpc \
port:mpfr
-depends_run port:gcc_select
depends_skip_archcheck-append gcc_select ld64 cctools
license_noconflict gmp mpfr ppl libmpc
@@ -199,6 +198,8 @@
ln -s libgcc/libstdc++.6.dylib ${destroot}${prefix}/lib/libstdc++.6.dylib
}
} else {
+depends_run-append port:gcc_select
+
post-destroot {
file delete ${destroot}${prefix}/share/info/dir
Modified: trunk/dports/lang/gcc6/Portfile
===================================================================
--- trunk/dports/lang/gcc6/Portfile 2015-07-06 06:52:04 UTC (rev 138361)
+++ trunk/dports/lang/gcc6/Portfile 2015-07-06 07:17:51 UTC (rev 138362)
@@ -42,7 +42,6 @@
port:libiconv \
port:libmpc \
port:mpfr
-depends_run port:gcc_select
depends_skip_archcheck-append gcc_select ld64 cctools
license_noconflict gmp mpfr ppl libmpc
@@ -196,6 +195,8 @@
ln -s libgcc/libstdc++.6.dylib ${destroot}${prefix}/lib/libstdc++.6.dylib
}
} else {
+depends_run-append port:gcc_select
+
post-destroot {
file delete ${destroot}${prefix}/share/info/dir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150706/8844d9f0/attachment.html>
More information about the macports-changes
mailing list