Ticket #31024: patch-raptor2-pixilla.diff

File patch-raptor2-pixilla.diff, 1.9 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)
  • www/raptor2/Portfile

     
    33PortSystem 1.0
    44
    55name                raptor2
    6 version             2.0.3
    7 revision            2
     6version             2.0.4
    87set major           [lindex [split ${version} .] 0]
    98description         Raptor RDF Parser Toolkit
    109long_description    Raptor is an open source C library that provides a set of \
     
    1716homepage            http://librdf.org/raptor/
    1817master_sites        http://download.librdf.org/source/
    1918
    20 checksums           sha1    996f532b059397f96a9b0cc231f6b2362f0b1184 \
    21                     rmd160  bffa247579c17948c08c94423b568353ae8b5338
     19checksums           sha1    79e1289f480cb0fe75f49ec29d9f49189a8a58c2 \
     20                    rmd160  643ea2a36c4dd07a5b15a25df926d795c0243d4a
    2221
    23 patchfiles          patch-src-raptor.h.diff \
    24                     patch-src-turtle_lexer.c.diff \
    25                     patch-src-turtle_lexer.h.diff \
    26                     patch-src-turtle_lexer.l.diff
    27 
    28 patch.pre_args      -p1
    29 
    3022depends_lib         port:curl \
    3123                    port:libiconv \
    3224                    port:libxml2 \
     
    3426                    port:openssl \
    3527                    port:zlib
    3628
    37 configure.args      --program-suffix=${major}
     29# We have removed the conflicting files from raptor.
     30# Temporarily depend on raptor so raptor gets upgraded first.
     31depends_lib         port:raptor
    3832
    39 post-destroot {
    40     # Why are you appending the program suffix to the library manpage...
    41     move ${destroot}${prefix}/share/man/man3/lib${name}${major}.3 ${destroot}${prefix}/share/man/man3/lib${name}.3
    42    
    43     move ${destroot}${prefix}/share/gtk-doc/html/raptor ${destroot}${prefix}/share/gtk-doc/html/${name}
    44 }
    4533
    4634test.run            yes
    4735test.target         check