Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 22339

Show
Ignore:
Timestamp:
2007-02-26 14:54:42 (20 months ago)
Author:
dluke@…
Message:

Make apr-util specifically depend on sqlite3 from macports (to make things work on 10.3 systems without sqlite) and update the no_sqlite variant to work with the new changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/apr-util/Portfile

    r21109 r22339  
    44name            apr-util 
    55version         1.2.8 
    6 revision        1 
     6revision        2 
    77categories      devel 
    88maintainers     dluke@geeklair.net 
     
    1818 
    1919depends_lib     lib:libapr-1:apr port:expat \ 
    20                 port:libiconv port:db44 
     20                port:libiconv port:db44 \ 
     21                port:sqlite3 
    2122 
    2223configure.env   CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 
    2324configure.args  --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \ 
    2425                --with-iconv=${prefix} --with-berkeley-db=${prefix}/include:${prefix}/lib/db44 \ 
    25                 --without-mysql --without-pgsql 
     26                --without-mysql --without-pgsql --with-sqlite3=${prefix} 
    2627 
    2728test.run        yes 
     
    3637 
    3738variant no_sqlite       { 
     39                                depends_lib-delete port:sqlite3 
     40                                configure.args-delete --with-sqlite3=${prefix} 
    3841                                configure.args-append --without-sqlite2 \ 
    3942                                        --without-sqlite3