[48280] trunk/dports/net/proftpd/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Mar 19 02:43:35 PDT 2009
On Mar 17, 2009, at 21:19, blb at macports.org wrote:
> Revision: 48280
> http://trac.macports.org/changeset/48280
> Author: blb at macports.org
> Date: 2009-03-17 19:18:50 -0700 (Tue, 17 Mar 2009)
> Log Message:
> -----------
> net/proftpd - version update to 1.3.2 (ticket #15046) and add
> +mysql5 variant (ticket #15047)
[snip]
> +variant mysql5 {
> + depends_lib-append port:mysql5
> + configure.args-append --with-modules=mod_sql:mod_sql_mysql \
> + --with-includes=${prefix}/include/mysql5/mysql \
> + --with-libraries=${prefix}/lib/mysql5/mysql
> +}
Do you have any objection to allowing mysql5-devel to satisfy the
mysql5 dependency? If not, we should change "port:mysql5" to
"path:bin/mysql_config5:mysql5" as other ports do.
I assume the mysql5 variant conflicts with the existing mysql4
variant? If so, they should be marked as such, by replacing "variant
mysql4" with "variant mysql4 conflicts mysql5" and replacing "variant
mysql5" with "variant mysql5 conflicts mysql4".
Both variants should also have descriptions.
Please let me know if these changes are ok and I will change them.
More information about the macports-dev
mailing list