Ticket #55033: gcc5.5.diff

File gcc5.5.diff, 1.9 KB (added by kencu (Ken), 7 years ago)
  • Portfile

    old new  
    77name                gcc5
    88
    99epoch               2
    10 version             5.4.0
    11 revision            2
     10version             5.5.0
    1211platforms           darwin
    1312categories          lang
    1413maintainers         nomaintainer
     
    1817long_description    The GNU compiler collection, including front ends for \
    1918                    C, C++, Objective-C, Objective-C++, Fortran and Java.
    2019
     20set release         -RC-20171002
    2121homepage            http://gcc.gnu.org/
    2222master_sites        ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-${version}/ \
    2323                    ftp://ftp.gwdg.de/pub/linux/gcc/releases/gcc-${version}/ \
    2424                    ftp://gcc.ftp.nluug.nl/mirror/languages/gcc/releases/gcc-${version}/ \
    2525                    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}/
    2728
    28 distname            gcc-${version}
     29distname            gcc-${version}${release}
    2930use_bzip2           yes
    3031
    31 checksums           rmd160  7ae3413ca7e90bb21e65e637c02ddf2b675b45f4 \
    32                     sha256  608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a
     32checksums           rmd160  0645fb833c2e7170cc97f5dbc4d45ebf9f391152 \
     33                    sha256  2034063aa1ae199651eeb0f7dd0906bdb5fe0c22213e474e5173545d9556ba95
    3334
    3435depends_lib         port:cctools \
    3536                    port:gmp \
     
    4546depends_skip_archcheck-append gcc_select ld64 cctools
    4647license_noconflict  gmp mpfr ppl libmpc
    4748
    48 # Handle OS X deployment targets correctly (GCC PR target/63810
    49 # <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63810>).
    50 patchfiles-append   macosx-version-min.patch
    51 
    5249set major           [lindex [split ${version} .-] 0]
    5350
    5451platform darwin {