Revision: 103338 https://trac.macports.org/changeset/103338 Author: jmr@macports.org Date: 2013-02-22 01:46:33 -0800 (Fri, 22 Feb 2013) Log Message: ----------- gcc*: fix some licenses, indicate no conflict with libmpc Modified Paths: -------------- trunk/dports/lang/gcc45/Portfile trunk/dports/lang/gcc46/Portfile trunk/dports/lang/gcc47/Portfile trunk/dports/lang/gcc48/Portfile Modified: trunk/dports/lang/gcc45/Portfile =================================================================== --- trunk/dports/lang/gcc45/Portfile 2013-02-22 09:36:55 UTC (rev 103337) +++ trunk/dports/lang/gcc45/Portfile 2013-02-22 09:46:33 UTC (rev 103338) @@ -64,7 +64,7 @@ depends_run port:gcc_select port:ld64 port:cctools path:lib/libstdc\\\\+\\\\+.6.dylib:libstdcxx depends_skip_archcheck-append gcc_select ld64 cctools -license_noconflict gmp mpfr ppl +license_noconflict gmp mpfr ppl libmpc patchfiles ppc_fde_encoding.diff patch.dir ${workpath}/gcc-${version} Modified: trunk/dports/lang/gcc46/Portfile =================================================================== --- trunk/dports/lang/gcc46/Portfile 2013-02-22 09:36:55 UTC (rev 103337) +++ trunk/dports/lang/gcc46/Portfile 2013-02-22 09:46:33 UTC (rev 103338) @@ -52,7 +52,7 @@ depends_run port:gcc_select port:ld64 port:cctools path:lib/libstdc\\\\+\\\\+.6.dylib:libstdcxx depends_skip_archcheck-append gcc_select ld64 cctools -license_noconflict gmp mpfr ppl +license_noconflict gmp mpfr ppl libmpc patchfiles gcc-4.6-cloog_lang_c.patch patch.dir ${workpath}/gcc-${version} Modified: trunk/dports/lang/gcc47/Portfile =================================================================== --- trunk/dports/lang/gcc47/Portfile 2013-02-22 09:36:55 UTC (rev 103337) +++ trunk/dports/lang/gcc47/Portfile 2013-02-22 09:46:33 UTC (rev 103338) @@ -14,7 +14,8 @@ platforms darwin categories lang maintainers mww openmaintainer -license GPL-3 +# an exception in the license allows dependents to not be GPL +license {GPL-3+ Permissive} description The GNU compiler collection long_description The GNU compiler collection, including front ends for \ C, C++, Objective-C, Objective-C++, Fortran and Java. @@ -51,7 +52,7 @@ depends_run port:gcc_select port:ld64 port:cctools path:lib/libstdc\\\\+\\\\+.6.dylib:libstdcxx depends_skip_archcheck-append gcc_select ld64 cctools -license_noconflict gmp mpfr ppl +license_noconflict gmp mpfr ppl libmpc patchfiles ppc_fde_encoding.diff gcc-PR-53453.patch patch.dir ${workpath}/gcc-${version} Modified: trunk/dports/lang/gcc48/Portfile =================================================================== --- trunk/dports/lang/gcc48/Portfile 2013-02-22 09:36:55 UTC (rev 103337) +++ trunk/dports/lang/gcc48/Portfile 2013-02-22 09:46:33 UTC (rev 103338) @@ -12,7 +12,8 @@ platforms darwin categories lang maintainers mww openmaintainer -license GPL-3 +# an exception in the license allows dependents to not be GPL +license {GPL-3+ Permissive} description The GNU compiler collection, prerelease BETA long_description The GNU compiler collection, including front ends for \ C, C++, Objective-C, Objective-C++, Fortran and Java. \ @@ -39,7 +40,7 @@ depends_run port:gcc_select port:ld64 port:cctools port:libstdcxx-devel depends_skip_archcheck-append gcc_select ld64 cctools -license_noconflict gmp mpfr ppl +license_noconflict gmp mpfr ppl libmpc patchfiles libstdc++-configure-timespec.patch patch.dir ${workpath}/gcc-${version}
participants (1)
-
jmr@macports.org