Re: [PATCH] gnu: Add bind

2016-09-18 Thread John Darrington
On Sun, Sep 18, 2016 at 05:03:14PM +0200, Hartmut Goebel wrote: Am 18.09.2016 um 15:57 schrieb John Darrington: > Does anyone have any opinions/objections before I make this commit? > + (string-append "--with-dlz-mysql=" > +

Re: [PATCH] gnu: Add bind

2016-09-18 Thread Hartmut Goebel
Am 18.09.2016 um 15:57 schrieb John Darrington: > Does anyone have any opinions/objections before I make this commit? > + (string-append "--with-dlz-mysql=" > +(assoc-ref %build-inputs "mysql")) I don't think, this should be build with D

Re: [PATCH] gnu: Add bind

2016-09-18 Thread John Darrington
Does anyone have any opinions/objections before I make this commit? J' On Sun, Sep 11, 2016 at 12:08:17AM +0200, John Darrington wrote: I suggest that we use this version and remove the existing bind-utils. J' On Sun, Sep 11, 2016 at 12:06:26AM +0200, John Darrington wr

Re: [PATCH] gnu: Add bind

2016-09-10 Thread John Darrington
I suggest that we use this version and remove the existing bind-utils. J' On Sun, Sep 11, 2016 at 12:06:26AM +0200, John Darrington wrote: * gnu/packags/dns.scm (bind): New variable --- gnu/packages/dns.scm | 69 1 file ch

Re: [PATCH] gnu: Add bind

2016-09-10 Thread Leo Famulari
On Wed, Aug 31, 2016 at 08:38:53PM +0200, John Darrington wrote: > Thanks for the comments, > > On Wed, Aug 31, 2016 at 01:52:11PM -0400, Leo Famulari wrote: > On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > > * gnu/packages/networking.scm (bind): New variable. >

Re: [PATCH] gnu: Add bind

2016-08-31 Thread John Darrington
Thanks for the comments, On Wed, Aug 31, 2016 at 01:52:11PM -0400, Leo Famulari wrote: On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > * gnu/packages/networking.scm (bind): New variable. Hi, thanks for this patch! I think it can go in the DNS module.

Re: [PATCH] gnu: Add bind

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > * gnu/packages/networking.scm (bind): New variable. Hi, thanks for this patch! I think it can go in the DNS module. I wonder, how does it relate to the BIND that replaces the bundled BIND in isc-dhcp, which I've noticed often requ

Re: [PATCH] gnu: Add bind

2016-08-29 Thread John Darrington
Sorry. Somehow this patch ended up with a whole lot of other stuff I didn't intend. Forget it for now. I'll send another patch for review when I've figured out what happened. J' On Mon, Aug 29, 2016 at 09:56:53PM +0200, John Darrington wrote: From: John Darrington * gnu/pack