Ticket #52469: Portfile-rust.diff
File Portfile-rust.diff, 2.2 KB (added by jboone (Jared Boone), 8 years ago) |
---|
-
Portfile
old new 6 6 PortGroup compiler_blacklist_versions 1.0 7 7 8 8 name rust 9 version 1.1 1.09 version 1.12.0 10 10 categories lang devel 11 11 platforms darwin 12 12 supported_archs i386 x86_64 … … 37 37 # snapshot compiler, we let base treat it as the distfile and deal with 38 38 # the actual Rust source "manually". 39 39 40 patchfiles patch-missing-arena.diff41 42 40 # stage0 is found from 43 41 # https://github.com/rust-lang/rust/blob/${version}/src/stage0.txt 44 set stage0(date) 2016-0 7-0545 set stage0(version) 1.1 0.042 set stage0(date) 2016-08-16 43 set stage0(version) 1.11.0 46 44 set stage0(platform) ${configure.build_arch}-apple-darwin 47 45 48 46 # Sigh... … … 63 61 worksrcdir ${name}c-${version} 64 62 65 63 checksums ${name}c-${version}-src${extract.suffix} \ 66 rmd160 a da0761c38febb423677c1b8bb2fd5c8fee05d53\67 sha256 3685034a78e70637bdfa3117619f759f2481002fd9abbc78cc0f737c9974de6a64 rmd160 ae16a3abf2f7ab19ee1692b10e108528ce90a649 \ 65 sha256 ac5907d6fa96c19bd5901d8d99383fb8755127571ead3d4070cce9c1fb5f337a 68 66 69 67 switch ${configure.build_arch} { 70 68 i386 {checksums-append ${stage0(distfile)} \ 71 rmd160 30a5463f95f2421a29e8c28ab0605358f62adadf \72 sha256 3ca52d9adfedc68c3509e3cdce232474fe6bbb6b4c284850bdef84fdabb955c3}69 rmd160 68aea4d5f14d3796f20326415a41328bc288427f \ 70 sha256 4eacc8b0933469f8e74db694f90da4be5d72e61134571aa43f1cf884b8ef38a6} 73 71 default {checksums-append ${stage0(distfile)} \ 74 rmd160 c1f4c96f5aab786d64080ee4ec5aa70ba870d2d1\75 sha256 2 971c0e95b854507bdcf3c32f004b20024e6880257842d4b5e06dd542efce814}72 rmd160 2077fbd2012ee29baa6f1affc1ba6d8e583bbc6e \ 73 sha256 2dce620c8cf1d68babecfdb58f443fd1a6e5bcfd0e1c6a8c214ec0378cc2d056} 76 74 } 77 75 78 76 # Only use compilers supported by upstream