Ticket #41057: Portfile.diff
File Portfile.diff, 1.1 KB (added by slewsys (Andrew L. Moore), 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name go 7 7 epoch 2 8 version 1. 1.28 version 1.2rc2 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 34b8a12801d6b80996ea58a021f8bd17e452753d \ 32 sha256 92122545361c0c6007ec370284b2847276ce52d58e65a8bc028240dfe93b6b68 33 33 34 34 set GOROOT ${worksrcpath} 35 35 set GOROOT_FINAL ${prefix}/go … … 66 66 # https://code.google.com/p/go/issues/detail?id=6133 67 67 # https://code.google.com/p/go/issues/detail?id=5926 68 68 69 compiler.blacklist *clang*69 # compiler.blacklist *clang* 70 70 71 71 build.dir ${worksrcpath}/src 72 72 build.cmd ./make.bash