Ticket #46112: patch-thrift-Portfile.diff

File patch-thrift-Portfile.diff, 2.0 KB (added by jul_bsd@…, 9 years ago)
  • devel/thrift/Portfile

    old new  
    66
    77name            thrift
    88conflicts       thrift-devel
    9 version         0.9.0
     9version         0.9.2
    1010categories      devel
    1111license         Apache-2
    1212maintainers     gmail.com:naoya.n blair openmaintainer
     
    2323homepage        http://thrift.apache.org/
    2424master_sites    apache:${name}/${version}
    2525
    26 checksums           sha1    fefcf4d729bf80da419407dfa028740aa95fa2e3 \
    27                     rmd160  a507447718048bec2e7a4077658c43b07714ddb1 \
    28                     sha256  71d129c49a2616069d9e7a93268cdba59518f77b3c41e763e09537cb3f3f0aac
     26checksums           sha1    02f78b158da795ea89a26ce41964fbe562cc4235 \
     27                    rmd160  a858d2ef0e4e41305e43ef42e9cc602915a47c1f \
     28                    sha256  cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570
    2929
    3030use_parallel_build  no
    3131
     
    3333                    port:pkgconfig
    3434depends_lib-append  port:openssl
    3535
    36 patchfiles          r1410127.diff
     36## https://issues.apache.org/jira/browse/THRIFT-2827
     37## https://issues.apache.org/jira/browse/THRIFT-2799
     38patchfiles          patch-remove-tr1-dependency.diff \
     39                    0001-THRIFT-2799-C-Fix-build-on-OS-X.patch
     40
     41#use_autoreconf      yes
     42#use_automake        yes
     43#use_autoconf        yes
    3744
    3845conflicts_build     ${name}
    3946
     47## Not helping to solve automake issue
     48#pre-configure {
     49#    system -W ${worksrcpath} "cp ${prefix}/share/automake-1.15/config.* ${worksrcpath}/"
     50#}
     51
    4052configure.args  --with-c_glib=no \
    4153                --with-csharp=no \
    4254                --with-d=no \
     
    4860                --with-php=no \
    4961                --with-php_extension=no \
    5062                --with-python=no \
    51                 --with-ruby=no
     63                --with-ruby=no \
     64                --disable-debug
    5265
    5366variant java description "enable the Java library" {
    5467    depends_build-append    bin:ant:apache-ant