Ticket #42695: thrift-devel.diff
File thrift-devel.diff, 1.1 KB (added by sanchom (Sancho McCann), 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name thrift-devel 7 7 conflicts thrift 8 version 13722578 version 2014-03-01 9 9 categories devel 10 10 license Apache-2 11 11 maintainers gmail.com:naoya.n blair openmaintainer … … 20 20 Haskell, C#, Cocoa, Smalltalk, and OCaml. 21 21 22 22 homepage http://thrift.apache.org/ 23 fetch.type svn24 svn.url https://svn.apache.org/repos/asf/thrift/trunk 25 svn.revision ${version} 23 fetch.type git 24 git.url https://git-wip-us.apache.org/repos/asf/thrift.git 25 git.branch f85fdd7a3 26 26 27 worksrcdir [file tail ${ svn.url}]27 worksrcdir [file tail ${git.url}] 28 28 29 29 use_parallel_build no 30 30 … … 37 37 38 38 pre-configure { 39 39 system "cd ${worksrcpath} && ./bootstrap.sh" 40 41 # Remove when https://issues.apache.org/jira/browse/THRIFT-1614 is42 # fixed.43 reinplace "s|thrifty\.h|thrifty.hh|g" \44 ${worksrcpath}/compiler/cpp/src/thriftl.ll45 40 } 46 41 47 42 configure.args --with-c_glib=no \