Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-23 Thread Alex Dupre
Miroslav Lachman ha scritto: I think there is no need to install MySQL server on the same machine with Icinga2 (or any other MySQL dependent port). It really needs client library and then it can connect to any remote MySQL server. That's why this is not supported by bsd.database.mk. Exactly.

USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Hi. Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL seems to only pull anything in at buildtime, if the flag is set to

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Kurt Jaeger
Hi! I'm trying to create a port of Icinga2 (https://www.icinga.org/icinga2/), FWIW. Lars Engels has already a port of icinga2 he wants us to test: http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093372.html -- p...@opsec.eu+49 171 3101372

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Kurt Jaeger wrote on 19.06.2014 15:16: Hi! I'm trying to create a port of Icinga2 (https://www.icinga.org/icinga2/), FWIW. Lars Engels has already a port of icinga2 he wants us to test: http://lists.freebsd.org/pipermail/freebsd-ports/2014-June/093372.html Thanks :) MfG CoCo

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Matthew Seaman
On 06/19/14 14:04, Marco Steinbach wrote: Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL seems to only pull anything in

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Miroslav Lachman
Marco Steinbach wrote: Hi. Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL seems to only pull anything in at buildtime, if

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Matthew Seaman wrote on 19.06.2014 15:32: On 06/19/14 14:04, Marco Steinbach wrote: Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component.

Re: USE_MYSQL / USE_PGSQL buildtime dependency differences

2014-06-19 Thread Marco Steinbach
Miroslav Lachman wrote on 19.06.2014 15:44: Marco Steinbach wrote: Hi. Mk/bsd.database.mk seems to handle dependencies resulting from the use of USE_PGSQL and USE_MYSQL flags differently. USE_PGSQL pulls in PostgreSQL at buildtime, for both, the client and the server component. USE_MYSQL