Ticket #42695: thrift-devel.diff

File thrift-devel.diff, 1.1 KB (added by sanchom (Sancho McCann), 10 years ago)

Portfile diff

  • Portfile

    old new  
    55
    66name            thrift-devel
    77conflicts       thrift
    8 version         1372257
     8version         2014-03-01
    99categories      devel
    1010license         Apache-2
    1111maintainers     gmail.com:naoya.n blair openmaintainer
     
    2020    Haskell, C#, Cocoa, Smalltalk, and OCaml.
    2121
    2222homepage        http://thrift.apache.org/
    23 fetch.type      svn
    24 svn.url         https://svn.apache.org/repos/asf/thrift/trunk
    25 svn.revision    ${version}
     23fetch.type      git
     24git.url         https://git-wip-us.apache.org/repos/asf/thrift.git
     25git.branch      f85fdd7a3
    2626
    27 worksrcdir      [file tail ${svn.url}]
     27worksrcdir      [file tail ${git.url}]
    2828
    2929use_parallel_build  no
    3030
     
    3737
    3838pre-configure {
    3939    system "cd ${worksrcpath} && ./bootstrap.sh"
    40 
    41     # Remove when https://issues.apache.org/jira/browse/THRIFT-1614 is
    42     # fixed.
    43     reinplace "s|thrifty\.h|thrifty.hh|g" \
    44         ${worksrcpath}/compiler/cpp/src/thriftl.ll
    4540}
    4641
    4742configure.args  --with-c_glib=no \