Changes between Initial Version and Version 1 of Ticket #24226


Ignore:
Timestamp:
Mar 26, 2010, 10:42:51 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24226

    • Property Keywords proftpd postgresql tls removed
    • Property Owner changed from macports-tickets@… to jenix@…
    • Property Cc jenix@… removed
  • Ticket #24226 – Description

    initial v1  
    1111
    1212For mysql5 variant, it would be
     13{{{
    1314--with-modules=mod_tls:mod_sql:mod_sql_mysql
    1415--with-includes=${prefix}/include/mysql5/mysql:${prefix}/include/openssl
    1516--with-libraries=${prefix}/lib/mysql5/mysql:${prefix}/lib
     17}}}
    1618
    17192) PostgreSQL backend
     
    2628
    2729Add :
    28 
     30{{{
    2931variant postgresql84_with_mod_quotatab_sql_with_mod_tls description {Build with PostgreSQL84 backend, SQL quota and TLS support} {
    3032    depends_lib-append      port:postgresql84
     
    3335                --with-libraries=${prefix}/lib/postgresql84:${prefix}/lib
    3436}
    35 
     37}}}
    3638This way, I can compile ProFTPD with PostgreSQL backend and SSL/TLS :
    3739