Commits
Chris Jones authored 41f71364aff
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup select 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | PortGroup active_variants 1.1 |
7 7 | PortGroup conflicts_build 1.0 |
8 8 | |
9 9 | epoch 3 |
10 10 | name gcc10 |
11 - | version 10-20191027 |
11 + | version 10-20200105 |
12 12 | revision 0 |
13 13 | subport libgcc-devel { revision 0 } |
14 14 | platforms darwin |
15 15 | categories lang |
16 16 | maintainers nomaintainer |
17 17 | # an exception in the license allows dependents to not be GPL |
18 18 | license {GPL-3+ Permissive} |
19 19 | description The GNU compiler collection, prerelease BETA |
20 20 | long_description The GNU compiler collection, including front ends for \ |
21 21 | C, C++, Objective-C, Objective-C++ and Fortran. \ |
22 22 | This is a prerelease BETA version! |
23 23 | |
24 24 | homepage https://gcc.gnu.org/ |
25 25 | master_sites ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/snapshots/${version}/ \ |
26 26 | ftp://gcc.gnu.org/pub/gcc/snapshots/${version}/ \ |
27 27 | http://mirror.koddos.net/gcc/snapshots/${version}/ |
28 28 | |
29 29 | distname gcc-${version} |
30 30 | use_xz yes |
31 31 | |
32 - | checksums rmd160 eaff9ba28d4a77ff87554abdf4a807d6e1ffad0f \ |
33 - | sha256 0f31e0639f9bfb8c0a1c83fcb7df7815bd5b918752cfa8d1313aca96944a6239 \ |
34 - | size 69940040 |
32 + | checksums rmd160 f8f33cec73bb89a740991f06032cb2354aa103e0 \ |
33 + | sha256 22a5feb418f21563ae1c07eac2b6232a5e42ef25fdd15a20ab7349c16f2ef645 \ |
34 + | size 71109940 |
35 35 | |
36 36 | depends_lib port:cctools \ |
37 37 | port:gmp \ |
38 38 | path:lib/pkgconfig/isl.pc:isl \ |
39 39 | port:ld64 \ |
40 40 | port:libiconv \ |
41 41 | port:libmpc \ |
42 42 | port:mpfr \ |
43 43 | port:zlib |
44 44 | depends_run port:gcc_select \ |