Ticket #55033: gcc5.5.diff
File gcc5.5.diff, 1.9 KB (added by kencu (Ken), 7 years ago) |
---|
-
Portfile
old new 7 7 name gcc5 8 8 9 9 epoch 2 10 version 5.4.0 11 revision 2 10 version 5.5.0 12 11 platforms darwin 13 12 categories lang 14 13 maintainers nomaintainer … … 18 17 long_description The GNU compiler collection, including front ends for \ 19 18 C, C++, Objective-C, Objective-C++, Fortran and Java. 20 19 20 set release -RC-20171002 21 21 homepage http://gcc.gnu.org/ 22 22 master_sites ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-${version}/ \ 23 23 ftp://ftp.gwdg.de/pub/linux/gcc/releases/gcc-${version}/ \ 24 24 ftp://gcc.ftp.nluug.nl/mirror/languages/gcc/releases/gcc-${version}/ \ 25 25 ftp://gcc.gnu.org/pub/gcc/releases/gcc-${version}/ \ 26 gnu:gcc/gcc-${version} 26 gnu:gcc/gcc-${version} \ 27 ftp://gcc.gnu.org/pub/gcc/snapshots/${version}${release}/ 27 28 28 distname gcc-${version} 29 distname gcc-${version}${release} 29 30 use_bzip2 yes 30 31 31 checksums rmd160 7ae3413ca7e90bb21e65e637c02ddf2b675b45f4\32 sha256 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a32 checksums rmd160 0645fb833c2e7170cc97f5dbc4d45ebf9f391152 \ 33 sha256 2034063aa1ae199651eeb0f7dd0906bdb5fe0c22213e474e5173545d9556ba95 33 34 34 35 depends_lib port:cctools \ 35 36 port:gmp \ … … 45 46 depends_skip_archcheck-append gcc_select ld64 cctools 46 47 license_noconflict gmp mpfr ppl libmpc 47 48 48 # Handle OS X deployment targets correctly (GCC PR target/6381049 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).50 patchfiles-append macosx-version-min.patch51 52 49 set major [lindex [split ${version} .-] 0] 53 50 54 51 platform darwin {