Ticket #24395: patch
File patch, 1.5 KB (added by dev@…, 15 years ago) |
---|
-
/
old new 3 3 PortSystem 1.0 4 4 5 5 name proftpd 6 version 1.3.2c 6 version 1.3.2c_p0 7 7 categories net 8 8 maintainers jinhyung.org:jenix 9 9 description Highly configurable ftp-server. … … 29 29 30 30 configure.args --sysconfdir=${prefix}/etc --localstatedir=${prefix}/var/run \ 31 31 --mandir=${prefix}/share/man install_user=`id -u` install_group=`id -g` \ 32 --with-modules=mod_tls33 32 34 33 pre-destroot { 35 34 reinplace "s|nogroup|nobody|g" ${worksrcpath}/sample-configurations/basic.conf … … 51 50 --with-libraries=${prefix}/lib/mysql5/mysql 52 51 } 53 52 53 variant postgresql84_with_mod_quotatab_sql_with_mod_tls description {Build with PostgreSQL84 backend, SQL quota and TLS support} { 54 depends_lib-append port:postgresql84 55 configure.args-append --with-modules=mod_tls:mod_sql:mod_sql_postgres:mod_quotatab:mod_quotatab_sql \ 56 --with-includes=${prefix}/include/postgresql84:${prefix}/include/openssl \ 57 --with-libraries=${prefix}/lib/postgresql84:${prefix}/lib 58 } 59 54 60 startupitem.create yes 55 61 startupitem.start "${prefix}/sbin/proftpd" 56 62 startupitem.restart "/bin/kill -HUP \$(/bin/cat ${prefix}/var/run/proftpd.pid)"