[148394] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri May 6 17:56:38 PDT 2016


Revision: 148394
          https://trac.macports.org/changeset/148394
Author:   ryandesign at macports.org
Date:     2016-05-06 17:56:38 -0700 (Fri, 06 May 2016)
Log Message:
-----------
gcc43, gcc44, gcc45, gcc46, gcc47, gcc48, gcc49, gcc5, gcc6, gcc7: change build.target from bootstrap to bootstrap-lean to use less disk space during the build

Modified Paths:
--------------
    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
    trunk/dports/lang/gcc5/Portfile
    trunk/dports/lang/gcc6/Portfile
    trunk/dports/lang/gcc7/Portfile

Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- trunk/dports/lang/gcc43/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc43/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -147,7 +147,7 @@
 #                       because STAGE1_CFLAGS is used with xgcc for libgcc
 build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89"
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc44/Portfile
===================================================================
--- trunk/dports/lang/gcc44/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc44/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -145,7 +145,7 @@
 #                       because STAGE1_CFLAGS is used with xgcc for libgcc
 build.args-append BOOT_CFLAGS="-O2 -g -D_FORTIFY_SOURCE=0" STAGE1_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89"
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc45/Portfile
===================================================================
--- trunk/dports/lang/gcc45/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc45/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -159,7 +159,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc46/Portfile
===================================================================
--- trunk/dports/lang/gcc46/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc46/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -148,7 +148,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc47/Portfile
===================================================================
--- trunk/dports/lang/gcc47/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc47/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -146,7 +146,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc48/Portfile
===================================================================
--- trunk/dports/lang/gcc48/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc48/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -131,7 +131,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc49/Portfile
===================================================================
--- trunk/dports/lang/gcc49/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc49/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -130,7 +130,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc5/Portfile
===================================================================
--- trunk/dports/lang/gcc5/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc5/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -115,7 +115,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc6/Portfile
===================================================================
--- trunk/dports/lang/gcc6/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc6/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -108,7 +108,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host

Modified: trunk/dports/lang/gcc7/Portfile
===================================================================
--- trunk/dports/lang/gcc7/Portfile	2016-05-06 23:42:48 UTC (rev 148393)
+++ trunk/dports/lang/gcc7/Portfile	2016-05-07 00:56:38 UTC (rev 148394)
@@ -107,7 +107,7 @@
 configure.cxx_stdlib
 
 build.dir           ${configure.dir}
-build.target        bootstrap
+build.target        bootstrap-lean
 use_parallel_build  yes
 
 destroot.target     install install-info-host
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160506/0d474c04/attachment-0001.html>


More information about the macports-changes mailing list