On Feb 12, 2013, at 12:18, ebori...@macports.org wrote:

> Revision: 103053
>          https://trac.macports.org/changeset/103053
> Author:   ebori...@macports.org
> Date:     2013-02-12 10:18:33 -0800 (Tue, 12 Feb 2013)
> Log Message:
> -----------
> zabbix2: Update dependency.
> 
> Modified Paths:
> --------------
>    trunk/dports/net/zabbix2/Portfile
> 
> Modified: trunk/dports/net/zabbix2/Portfile
> ===================================================================
> --- trunk/dports/net/zabbix2/Portfile 2013-02-12 17:47:59 UTC (rev 103052)
> +++ trunk/dports/net/zabbix2/Portfile 2013-02-12 18:18:33 UTC (rev 103053)
> @@ -73,7 +73,7 @@
>     startupitem.stop        "${prefix}/share/zabbix/zabbix_server.init stop"
> 
>     array set DBLIST {
> -        mysql5  {"MySQL 5.x"            path:bin/mysql_config5:mysql5 \
> +        mysql5  {"MySQL 5.x"            path:bin/mysql_config5:mysql5-server 
> \
>                  mysql=${prefix}/lib/mysql5/bin/mysql_config}
>         pgsql81 {"PostgreSQL 8.1.x"     port:postgresql81 \
>                  pgsql=${prefix}/lib/postgresql81/bin/pg_config}

Why does zabbix2 now require a local mysql server? Isn't it sufficient for that 
server to be running on a different computer? For comparison, you're not 
requiring a postgresql server (i.e. you're depending on postgresql81 up there, 
not postgresql81-server).

Also, the mysql5 port is being replaced soon hopefully. Please offer variants 
for all the new mysql ports (mysql51, mysql55, mariadb, percona) in addition to 
the old one (mysql5).

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to