Ticket #35339: zorba.2.diff

File zorba.2.diff, 1.3 KB (added by cezar.andrei@…, 12 years ago)

Diff to zorba 2.2 Portfile take#2 works fine with Xcode 4.4 - no clang-3.1 dependency

  • Portfile

    old new  
    55PortGroup       cmake 1.0
    66
    77name            zorba
    8 version         2.2.0
     8version         2.5.0
    99set branch      [join [lrange [split ${version} .] 0 1] .]
    1010license         Apache-2
    1111categories      textproc devel
     
    2626
    2727homepage        http://www.zorba-xquery.com/
    2828master_sites    https://launchpad.net/zorba/trunk/${branch}/+download
     29extract.suffix .gz
    2930
    30 checksums       rmd160  976147777830a883d6a459b818a67d3279540045 \
    31                 sha256  124929aa0dbf2ec444667c83067b5b27921d8f8043dbdde83674b981c6fb244e
     31checksums       rmd160  473f9a76e1b9cd33e72a326a7c3c43a43de148a1 \
     32                sha256  3b6abfe7c393e472a5abe3e3fa0c95261a94a4dfb317ad29a632d1a374baf8ba
    3233
    3334# In-source-builds are not allowed
    3435configure.dir   ${worksrcpath}/build
     36
    3537build.dir       ${configure.dir}
    3638
    3739post-extract {
     
    3941}
    4042
    4143patchfiles      patch-docdir.diff \
    42                 patch-src-types-schema-SchemaValidatorFilter.h.diff
     44                patch-src-types-schema-SchemaValidatorFilter.h.diff \
     45                patch-test-rbkt-testdriver_mt.cpp.diff
    4346
    4447depends_build-append \
    4548    port:bison \
    46     port:flex
     49    port:flex 
    4750
    4851depends_lib \
    4952    port:boost \