Ticket #41656: Portfile-go.diff
File Portfile-go.diff, 1.2 KB (added by b@…, 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name go 7 7 epoch 2 8 version 1. 1.28 version 1.2 9 9 categories lang 10 10 platforms darwin freebsd linux 11 11 license BSD … … 28 28 distfiles ${name}${version}.src.tar.gz 29 29 worksrcdir ${name} 30 30 31 checksums rmd160 7bebc4977c3c4922603bb972472ef900684dea16\32 sha256 ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb7031 checksums rmd160 9aa81a21c760c2c01e28254aee8424f69dad75cc \ 32 sha256 9ab83fb8eafe39f4204ef0f8e84e5ff7e8f1d533ddb05f51e6dc81503e8c0ae4 33 33 34 34 set GOROOT ${worksrcpath} 35 35 set GOROOT_FINAL ${prefix}/go … … 59 59 60 60 use_configure no 61 61 62 # attempting the build with clang fails on some go code63 # see64 # https://code.google.com/p/go/issues/detail?id=582265 # https://code.google.com/p/go/issues/detail?id=482966 # https://code.google.com/p/go/issues/detail?id=613367 # https://code.google.com/p/go/issues/detail?id=592668 69 compiler.blacklist *clang*70 71 62 build.dir ${worksrcpath}/src 72 63 build.cmd ./make.bash 73 64 build.target