Ticket #41656: Portfile-go.diff

File Portfile-go.diff, 1.2 KB (added by b@…, 10 years ago)
  • Portfile

    old new  
    55
    66name                go
    77epoch               2
    8 version             1.1.2
     8version             1.2
    99categories          lang
    1010platforms           darwin freebsd linux
    1111license             BSD
     
    2828distfiles           ${name}${version}.src.tar.gz
    2929worksrcdir          ${name}
    3030
    31 checksums           rmd160  7bebc4977c3c4922603bb972472ef900684dea16 \
    32                     sha256  ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70
     31checksums           rmd160  9aa81a21c760c2c01e28254aee8424f69dad75cc \
     32                    sha256  9ab83fb8eafe39f4204ef0f8e84e5ff7e8f1d533ddb05f51e6dc81503e8c0ae4
    3333
    3434set GOROOT          ${worksrcpath}
    3535set GOROOT_FINAL    ${prefix}/go
     
    5959
    6060use_configure       no
    6161
    62 # attempting the build with clang fails on some go code
    63 # see
    64 # https://code.google.com/p/go/issues/detail?id=5822
    65 # https://code.google.com/p/go/issues/detail?id=4829
    66 # https://code.google.com/p/go/issues/detail?id=6133
    67 # https://code.google.com/p/go/issues/detail?id=5926
    68 
    69 compiler.blacklist  *clang*
    70 
    7162build.dir           ${worksrcpath}/src
    7263build.cmd           ./make.bash
    7364build.target