Re: Haproxy: support for Haiku

2015-11-02 Thread Jérôme Duval
2015-11-01 21:27 GMT+01:00 Willy Tarreau : > Ah OK indeed! Then that's fine. I'd prefer to split your patch in two > because then it fixes a bug since the installation is forced on platforms > which do not build it and will necessarily result in an error. And of > course, I'm seeing

Re: Haproxy: support for Haiku

2015-11-02 Thread Willy Tarreau
Hi Jérôme, On Mon, Nov 02, 2015 at 06:21:31PM +0100, Jérôme Duval wrote: > 2015-11-01 21:27 GMT+01:00 Willy Tarreau : > > Ah OK indeed! Then that's fine. I'd prefer to split your patch in two > > because then it fixes a bug since the installation is forced on platforms > > which do

Haproxy: support for Haiku

2015-11-01 Thread Jérôme Duval
Hello all, here is a patch to add Haiku as a supported target. It builds against git version. * links against libnetwork.so when target is Haiku * don't install the systemd-wrapper for all platforms, replace it with $(EXTRA) like the "all" target already does. Please consider applying. Best

Re: Haproxy: support for Haiku

2015-11-01 Thread Willy Tarreau
On Sun, Nov 01, 2015 at 09:20:53PM +0100, Jérôme Duval wrote: > Hello Willy, > > 2015-11-01 20:20 GMT+01:00 Willy Tarreau : > > On Sun, Nov 01, 2015 at 01:18:00PM +0100, Jérôme Duval wrote: > >> * don't install the systemd-wrapper for all platforms, replace it with > >> $(EXTRA) like

Re: Haproxy: support for Haiku

2015-11-01 Thread Vincent Bernat
❦ 1 novembre 2015 21:21 +0100, Willy Tarreau  : >> > If nobody objects, I'd rather do that so that you don't have to add >> > a specific if/elif/endif just for this. What do you think ? >> >> On the other hand, it is not really systemd-specific (and could be made >> not

Re: Haproxy: support for Haiku

2015-11-01 Thread Willy Tarreau
Hello Jérôme, On Sun, Nov 01, 2015 at 01:18:00PM +0100, Jérôme Duval wrote: > Hello all, > > here is a patch to add Haiku as a supported target. It builds against > git version. > * links against libnetwork.so when target is Haiku Thanks, > * don't install the systemd-wrapper for all

Re: Haproxy: support for Haiku

2015-11-01 Thread Willy Tarreau
On Sun, Nov 01, 2015 at 09:37:50PM +0100, Vincent Bernat wrote: > ??? 1 novembre 2015 21:21 +0100, Willy Tarreau  : > > >> > If nobody objects, I'd rather do that so that you don't have to add > >> > a specific if/elif/endif just for this. What do you think ? > >> > >> On the

Re: Haproxy: support for Haiku

2015-11-01 Thread Vincent Bernat
❦ 1 novembre 2015 20:20 +0100, Willy Tarreau  : > This case is not specific to your operating system, in fact only a > minority of platforms need the systemd-wrapper. I personally build > with "make ... EXTRA=" to avoid building it and installing it. I > think we took the wrong

Re: Haproxy: support for Haiku

2015-11-01 Thread Willy Tarreau
Hi Vincent, On Sun, Nov 01, 2015 at 09:09:46PM +0100, Vincent Bernat wrote: > ??? 1 novembre 2015 20:20 +0100, Willy Tarreau  : > > > This case is not specific to your operating system, in fact only a > > minority of platforms need the systemd-wrapper. I personally build > > with

Re: Haproxy: support for Haiku

2015-11-01 Thread Jérôme Duval
Hello Willy, 2015-11-01 20:20 GMT+01:00 Willy Tarreau : > On Sun, Nov 01, 2015 at 01:18:00PM +0100, Jérôme Duval wrote: >> * don't install the systemd-wrapper for all platforms, replace it with >> $(EXTRA) like the "all" target already does. > > This case is not specific to your