Commits
Ryan Schmidt authored e71790b33c4
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 | |
7 7 | name gcc7 |
8 8 | subport libgcc-devel {} |
9 9 | |
10 10 | epoch 1 |
11 - | version 7-20170319 |
11 + | version 7-20170326 |
12 12 | platforms darwin |
13 13 | categories lang |
14 14 | maintainers nomaintainer |
15 15 | # an exception in the license allows dependents to not be GPL |
16 16 | license {GPL-3+ Permissive} |
17 17 | description The GNU compiler collection, prerelease BETA |
18 18 | long_description The GNU compiler collection, including front ends for \ |
19 19 | C, C++, Objective-C, Objective-C++, and Fortran. \ |
20 20 | This is a prerelease BETA version! |
21 21 | |
22 22 | homepage http://gcc.gnu.org/ |
23 23 | master_sites ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/snapshots/${version}/ \ |
24 24 | ftp://gcc.gnu.org/pub/gcc/snapshots/${version}/ \ |
25 25 | http://gcc.skazkaforyou.com/snapshots/${version}/ |
26 26 | |
27 27 | distname gcc-${version} |
28 28 | use_bzip2 yes |
29 29 | |
30 - | checksums rmd160 10c68f7368eead4785cc4bc6525b3b4f3c9d6f1f \ |
31 - | sha256 29ed9b351bbe86336ffd5e7a77eb66ac75def5a9fa2020481183bbf8888a1368 |
30 + | checksums rmd160 30e319dcc184b55f53a6da8c76dbc9219b271f0a \ |
31 + | sha256 8114651a53314ed5277d6a1b2993c9fa49530dd37bcebd29db6a6d2c6472f376 |
32 32 | |
33 33 | depends_lib port:cctools \ |
34 34 | port:gmp \ |
35 35 | path:lib/pkgconfig/isl.pc:isl \ |
36 36 | port:ld64 \ |
37 37 | port:libgcc-devel \ |
38 38 | port:libiconv \ |
39 39 | port:libmpc \ |
40 40 | port:mpfr |
41 41 | |