New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83338


Ignore:
Timestamp:
08/29/11 19:19:10 (4 years ago)
Author:
pixilla@…
Message:

textproc/liblrdf:

  • Patch to handle raptor(1) presence.
  • Use clang over llvm-gcc-4.2.
  • See #30769
Location:
trunk/dports/textproc/liblrdf
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/liblrdf/Portfile

    r82968 r83338  
    1515long_description    librdf is a library to make it easy to manipulate RDF files describing LADSPA \ 
    1616                    plugins. It can also be used for general RDF manipulation. It can read RDF/XLM \ 
    17                     and N3 files and export N3 files. It also has a light taxonomic inference capablility. 
     17                    and N3 files and export N3 files. It also has a light taxonomic inference capability. 
    1818 
    1919homepage            https://github.com/swh/LRDF 
     
    2222git.branch          4e416a5209c7a5854fac 
    2323 
    24 configure.cmd       ./autogen.sh 
    25  
    2624depends_build       port:pkgconfig 
    2725depends_lib         port:raptor2 
    2826 
     27patchfiles          patch-lrdf.h.diff \ 
     28                    patch-src-lrdf.c.diff 
     29 
     30configure.cmd       ./autogen.sh 
     31 
     32if {${configure.compiler} == "llvm-gcc-4.2"} { 
     33    configure.compiler clang 
     34} 
    2935livecheck.url       http://sourceforge.net/projects/lrdf/files/ 
    3036livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)" 
Note: See TracChangeset for help on using the changeset viewer.