Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > +(arguments > + `(#:configure-flags > + `("--with-gnutls" "--with-iconv" "--enable-ipv6" > + ,,@(if (string-suffix? "-linux" > +(or (%current-target-system) > +

Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> From 34b2efd8244caf0cd16c1aa510209a54def148b7 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= >> >> Date: Sat, 31 Jan 2015 22:03:25 +0100 >> Su

Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > From 34b2efd8244caf0cd16c1aa510209a54def148b7 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sat, 31 Jan 2015 22:03:25 +0100 > Subject: [PATCH] gnu: Add ngircd. > > * gnu/packag

Re: [PATCH] gnu: Add ngircd.

2015-02-05 Thread Taylan Ulrich Bayırlı/Kammer
I had time to tinker around and, with willingness from the ngIRCd developers to patch their test suite, came up with a relatively simple solution. The relevant patch to the test suite is not necessarily as portable as ngIRCd requires it to be (or maybe it is) so this might not be the patch that wi

Re: [PATCH] gnu: Add ngircd.

2015-02-01 Thread Taylan Ulrich Bayırlı/Kammer
Here's the new patch. For those who weren't on IRC: the test suite of this package has an interesting problem. Our build process doesn't reap zombie processes, which makes them continue responding to 'kill -0' (which tests whether a process exists), so the test suite thinks it can't kill a certai

Re: [PATCH] gnu: Add ngircd.

2015-01-31 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > From 444dc72eff46ceb343fcdfdfc368390417201002 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Sat, 31 Jan 2015 22:03:25 +0100 > Subject: [PATCH] gnu: Add ngircd. > > * gnu-system.

Re: [PATCH] gnu: Add ngircd.

2015-01-31 Thread Taylan Ulrich Bayırlı/Kammer
Please use this updated patch; it adds zlib and gnutls and enables IPv6: >From 444dc72eff46ceb343fcdfdfc368390417201002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Sat, 31 Jan 2015 22:03:25 +0100 Subject: [PATCH] gnu: Add ngircd. * gnu-system.am (