Ticket #46112: patch-thrift-Portfile.diff
File patch-thrift-Portfile.diff, 2.0 KB (added by jul_bsd@…, 10 years ago) |
---|
-
devel/thrift/Portfile
old new 6 6 7 7 name thrift 8 8 conflicts thrift-devel 9 version 0.9. 09 version 0.9.2 10 10 categories devel 11 11 license Apache-2 12 12 maintainers gmail.com:naoya.n blair openmaintainer … … 23 23 homepage http://thrift.apache.org/ 24 24 master_sites apache:${name}/${version} 25 25 26 checksums sha1 fefcf4d729bf80da419407dfa028740aa95fa2e3\27 rmd160 a 507447718048bec2e7a4077658c43b07714ddb1\28 sha256 71d129c49a2616069d9e7a93268cdba59518f77b3c41e763e09537cb3f3f0aac26 checksums sha1 02f78b158da795ea89a26ce41964fbe562cc4235 \ 27 rmd160 a858d2ef0e4e41305e43ef42e9cc602915a47c1f \ 28 sha256 cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570 29 29 30 30 use_parallel_build no 31 31 … … 33 33 port:pkgconfig 34 34 depends_lib-append port:openssl 35 35 36 patchfiles r1410127.diff 36 ## https://issues.apache.org/jira/browse/THRIFT-2827 37 ## https://issues.apache.org/jira/browse/THRIFT-2799 38 patchfiles 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 37 44 38 45 conflicts_build ${name} 39 46 47 ## Not helping to solve automake issue 48 #pre-configure { 49 # system -W ${worksrcpath} "cp ${prefix}/share/automake-1.15/config.* ${worksrcpath}/" 50 #} 51 40 52 configure.args --with-c_glib=no \ 41 53 --with-csharp=no \ 42 54 --with-d=no \ … … 48 60 --with-php=no \ 49 61 --with-php_extension=no \ 50 62 --with-python=no \ 51 --with-ruby=no 63 --with-ruby=no \ 64 --disable-debug 52 65 53 66 variant java description "enable the Java library" { 54 67 depends_build-append bin:ant:apache-ant