Re: [PATCH] gnu: Add 4store.

2016-05-02 Thread Leo Famulari
On Wed, Apr 27, 2016 at 12:47:40AM +0200, Roel Janssen wrote: > * gnu/packages/databases.scm (4store): New variable. > * gnu/packages/patches/4store-fix-buildsystem.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch file entry. Applied as 4c6aa73b8f9. Thanks for your work on this! >

Re: [PATCH] gnu: Add 4store.

2016-05-02 Thread Roel Janssen
Leo Famulari writes: > On Wed, Apr 27, 2016 at 12:47:40AM +0200, Roel Janssen wrote: >> * gnu/packages/databases.scm (4store): New variable. >> * gnu/packages/patches/4store-fix-buildsystem.patch: New file. >> * gnu/local.mk (dist_patch_DATA): Add patch file entry. > >> +(version "1.1.6") > >

Re: [PATCH] gnu: Add 4store.

2016-05-01 Thread Leo Famulari
On Wed, Apr 27, 2016 at 12:47:40AM +0200, Roel Janssen wrote: > * gnu/packages/databases.scm (4store): New variable. > * gnu/packages/patches/4store-fix-buildsystem.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch file entry. > +(version "1.1.6") So, no luck persuading them to i

Re: [PATCH] gnu: Add 4store.

2016-04-26 Thread Roel Janssen
>From e5b0f16d5d6e67d2c1f24729ce7f6490fa284d79 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 27 Apr 2016 00:44:22 +0200 Subject: [PATCH] gnu: Add 4store. * gnu/packages/databases.scm (4store): New variable. * gnu/packages/patches/4store-fix-buildsystem.patch: New file. * gnu/local

Re: [PATCH] gnu: Add 4store.

2016-04-06 Thread Leo Famulari
On Tue, Mar 29, 2016 at 08:54:40AM +0200, Roel Janssen wrote: > Leo Famulari writes: > > Why use this commit instead of the last release? > > I like especially these subtle changes/fixes: > - run-time configurable HTTP log directory: > commit 1725502cf01130ee80cf9b72249bbfc0f61f17fb > - Fix for

Re: [PATCH] gnu: Add 4store.

2016-03-28 Thread Roel Janssen
Dear Leo, Thank you for taking the time to review my patch. Leo Famulari writes: > On Wed, Mar 23, 2016 at 03:09:46PM +0100, Roel Janssen wrote: >> * gnu/packages/databases.scm (4store): New variable. >> * gnu/packages/patches/4store-fix-buildsystem.patch: New file. >> * gnu-system.am (dist_patc

Re: [PATCH] gnu: Add 4store.

2016-03-28 Thread Leo Famulari
On Wed, Mar 23, 2016 at 03:09:46PM +0100, Roel Janssen wrote: > * gnu/packages/databases.scm (4store): New variable. > * gnu/packages/patches/4store-fix-buildsystem.patch: New file. > * gnu-system.am (dist_patch_DATA): Add patch file entry. [...] > +(define-public 4store > + (let ((commit "c5a56

[PATCH] gnu: Add 4store.

2016-03-23 Thread Roel Janssen
>From 2366fd58893547e4db6e4350a643a44c056e0902 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 23 Mar 2016 14:58:37 +0100 Subject: [PATCH] gnu: Add 4store. * gnu/packages/databases.scm (4store): New variable. * gnu/packages/patches/4store-fix-buildsystem.patch: New file. * gnu-system