[103206] trunk/dports/net/zabbix2/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Feb 18 17:26:57 PST 2013


On Feb 18, 2013, at 12:00, eborisch at macports.org wrote:

> Revision: 103206
>          https://trac.macports.org/changeset/103206
> Author:   eborisch at macports.org
> Date:     2013-02-18 10:00:16 -0800 (Mon, 18 Feb 2013)
> Log Message:
> -----------
> zabbix2[-agent]: Upgrade to 2.0.5; Update dependencies.
> 
> Modified Paths:
> --------------
>    trunk/dports/net/zabbix2/Portfile

> @@ -75,13 +75,13 @@
>     array set DBLIST {
>         mysql5  {"MySQL 5.x"            path:bin/mysql_config5:mysql5-server \
>                  mysql=${prefix}/lib/mysql5/bin/mysql_config}
> -        pgsql81 {"PostgreSQL 8.1.x"     port:postgresql81 \
> +        pgsql81 {"PostgreSQL 8.1.x"     port:postgresql81-server \
>                  pgsql=${prefix}/lib/postgresql81/bin/pg_config}
> -        pgsql82 {"PostgreSQL 8.2.x"     port:postgresql82 \
> +        pgsql82 {"PostgreSQL 8.2.x"     port:postgresql82-server \
>                  pgsql=${prefix}/lib/postgresql82/bin/pg_config}
> -        pgsql83 {"PostgreSQL 8.3.x"     port:postgresql83 \
> +        pgsql83 {"PostgreSQL 8.3.x"     port:postgresql83-server \
>                  pgsql=${prefix}/lib/postgresql83/bin/pg_config}
> -        pgsql84 {"PostgreSQL 8.4.x"     port:postgresql84 \
> +        pgsql84 {"PostgreSQL 8.4.x"     port:postgresql84-server \
>                  pgsql=${prefix}/lib/postgresql84/bin/pg_config}
>         sqlite3 {"SQLite 3.x"           port:sqlite3 \
>                  sqlite3=${prefix}}

Again I must ask: why is a database server now required on the same machine? Why is it not sufficient for the database server to be on another machine?





More information about the macports-dev mailing list