New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80889


Ignore:
Timestamp:
07/20/11 08:03:15 (4 years ago)
Author:
pixilla@…
Message:

www/redland:

  • Fix raptor2 headers patch.
  • Help configure find bdb version.
Location:
trunk/dports/www/redland
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/redland/Portfile

    r80050 r80889  
    44name                redland 
    55version             1.0.13 
     6revision            1 
    67description         Redland RDF Library 
    78long_description    Redland is a set of free software libraries that provide \ 
     
    1516checksums           sha1    f1b0db76eb02946a1f794b35db726ddfdc936ad6 \ 
    1617                    rmd160  1ebc4a9eb73e022691a34677c5eaf5f17da56d32 
     18 
     19patchfiles          patch-redland-raptor2-headers.diff 
     20 
     21patch.pre_args      -p1 
    1722 
    1823depends_lib         port:curl \ 
     
    6368variant db44 conflicts db46 db47 { 
    6469    configure.args-delete   --with-bdb=no 
    65     configure.args-append   --with-bdb-include=${prefix}/include/db44 \ 
     70    configure.args-append   --with-bdb=${prefix} \ 
     71                            --with-bdb-include=${prefix}/include/db44 \ 
    6672                            --with-bdb-lib=${prefix}/lib/db44 
    6773    depends_lib-append      port:db44 
     
    7076variant db46 conflicts db44 db47 { 
    7177    configure.args-delete   --with-bdb=no 
    72     configure.args-append   --with-bdb-include=${prefix}/include/db46 \ 
     78    configure.args-append   --with-bdb=${prefix} \ 
     79                            --with-bdb-include=${prefix}/include/db46 \ 
    7380                            --with-bdb-lib=${prefix}/lib/db46 
    7481    depends_lib-append      port:db46 
     
    7784variant db47 conflicts db44 db46 { 
    7885    configure.args-delete   --with-bdb=no 
    79     configure.args-append   --with-bdb-include=${prefix}/include/db47 \ 
     86    configure.args-append   --with-bdb=${prefix} \ 
     87                            --with-bdb-include=${prefix}/include/db47 \ 
    8088                            --with-bdb-lib=${prefix}/lib/db47 
    8189    depends_lib-append      port:db47 
Note: See TracChangeset for help on using the changeset viewer.