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. Exactl

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 seems

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. US

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 th

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

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 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

2013-01-04 Thread Helmut Schneider
Alex Dupre wrote: > Helmut Schneider ha scritto: > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? > > If mysql-client, how can I depend on the server (or v.v.)? > > From bsd.database.mk: > > # USE_MYSQL - Add MySQL (client/server/embedded) dependency > (default:

Re: USE_MYSQL

2013-01-04 Thread Chris Rees
On 4 Jan 2013 21:03, "Sergey V. Dyatko" wrote: > > On Fri, 4 Jan 2013 23:50:29 +0300 > "Sergey V. Dyatko" wrote: > > > On Fri, 4 Jan 2013 20:17:29 + (UTC) > > "Helmut Schneider" wrote: > > > > > Sergey V. Dyatko wrote: > > > > > > > On Fri, 4 Jan 2013 19:38:05 + > > > > Chris Rees wrote

Re: USE_MYSQL

2013-01-04 Thread Sergey V. Dyatko
On Fri, 4 Jan 2013 23:50:29 +0300 "Sergey V. Dyatko" wrote: > On Fri, 4 Jan 2013 20:17:29 + (UTC) > "Helmut Schneider" wrote: > > > Sergey V. Dyatko wrote: > > > > > On Fri, 4 Jan 2013 19:38:05 + > > > Chris Rees wrote: > > > > > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: >

Re: USE_MYSQL

2013-01-04 Thread Alex Dupre
Helmut Schneider ha scritto: what does USE_MYSQL=yes do, require mysql-server, or mysql-client? If mysql-client, how can I depend on the server (or v.v.)? From bsd.database.mk: # USE_MYSQL - Add MySQL (client/server/embedded) dependency (default: #

Re: USE_MYSQL

2013-01-04 Thread Sergey V. Dyatko
On Fri, 4 Jan 2013 20:17:29 + (UTC) "Helmut Schneider" wrote: > Sergey V. Dyatko wrote: > > > On Fri, 4 Jan 2013 19:38:05 + > > Chris Rees wrote: > > > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > > > > > > > Hi, > > > > > > > > what does USE_MYSQL=yes do, require mysql-se

Re: USE_MYSQL

2013-01-04 Thread Helmut Schneider
Chris Rees wrote: > On 4 Jan 2013 20:13, "Helmut Schneider" wrote: > > > > Chris Rees wrote: > > > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > > > what does USE_MYSQL=yes do, require mysql-server, or > > > > mysql-client? If mysql-client, how can I depend on the server > > > > (or

Re: USE_MYSQL

2013-01-04 Thread Chris Rees
On 4 Jan 2013 20:13, "Helmut Schneider" wrote: > > Chris Rees wrote: > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? > > > If mysql-client, how can I depend on the server (or v.v.)? > > > > Client. Using WANT_MYSQL_VER

Re: USE_MYSQL

2013-01-04 Thread Helmut Schneider
Sergey V. Dyatko wrote: > On Fri, 4 Jan 2013 19:38:05 + > Chris Rees wrote: > > > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > > > > > Hi, > > > > > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? > > > If mysql-client, how can I depend on the server (or v.v.)?

Re: USE_MYSQL

2013-01-04 Thread Helmut Schneider
Chris Rees wrote: > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? > > If mysql-client, how can I depend on the server (or v.v.)? > > Client. Using WANT_MYSQL_VER or IGNORE_MYSQL_VER will allow you to > choose versions; see

Re: USE_MYSQL

2013-01-04 Thread Sergey V. Dyatko
On Fri, 4 Jan 2013 19:38:05 + Chris Rees wrote: > On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > > > Hi, > > > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? > > If mysql-client, how can I depend on the server (or v.v.)? > > Client. Using WANT_MYSQL_VER or IGNORE_

Re: USE_MYSQL

2013-01-04 Thread Chris Rees
On 4 Jan 2013 19:06, "Helmut Schneider" wrote: > > Hi, > > what does USE_MYSQL=yes do, require mysql-server, or mysql-client? If > mysql-client, how can I depend on the server (or v.v.)? Client. Using WANT_MYSQL_VER or IGNORE_MYSQL_VER will allow you to choose versions; see Mk/bsd.database.mk.