Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread Paul van der Walt
On 2015-02-27 at 19:21, quoth Mark H Weaver: > On the whole, I think the preferable approach (and the one I've used in > a large commit that cleans up all of these autogen-style phases) is > this: > > --8<---cut here---start->8--- >(alist-cons-after >

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread Mark H Weaver
Paul van der Walt writes: > On 2015-02-27 at 17:13, quoth Mark H Weaver: >>> Paul van der Walt writes: >> [...] +(arguments + '(#:configure-flags + '("BOOST_LIB_SUFFIX=") + #:phases + (alist-cons-after +'unpack 'autogen +

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread David Thompson
Paul van der Walt writes: > On 2015-02-27 at 17:13, quoth Mark H Weaver: >>> Paul van der Walt writes: >> [...] +(arguments + '(#:configure-flags + '("BOOST_LIB_SUFFIX=") + #:phases + (alist-cons-after +'unpack 'autogen +

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread Paul van der Walt
Hi, I'm a little busy for now, but i'll get to this soon. Thanks for your comments! On 2015-02-27 at 17:13, quoth Mark H Weaver: >> Paul van der Walt writes: > [...] >>> +(arguments >>> + '(#:configure-flags >>> + '("BOOST_LIB_SUFFIX=") >>> + #:phases >>> + (alist-cons-

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread David Thompson
Mark H Weaver writes: > David Thompson writes: > >> Paul van der Walt writes: > [...] >>> +(arguments >>> + '(#:configure-flags >>> + '("BOOST_LIB_SUFFIX=") >>> + #:phases >>> + (alist-cons-after >>> +'unpack 'autogen >>> +(lambda _ >>> + (subs

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread Mark H Weaver
David Thompson writes: > Paul van der Walt writes: [...] >> +(arguments >> + '(#:configure-flags >> + '("BOOST_LIB_SUFFIX=") >> + #:phases >> + (alist-cons-after >> +'unpack 'autogen >> +(lambda _ >> + (substitute* "autogen.sh" >> +(

Re: [PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread David Thompson
Paul van der Walt writes: > A patch to update ncmpcpp, the mpd frontend. I hope my patch makes more > sense now -- the build system is a little finicky, so perhaps there's a > neater way to accomplish what i'm doing. Thanks for updating this! > From e1382a9df3e7df94e794df8aa247920b7e28c0c6 Mon

[PATCH] Update ncmpcpp to v0.6.2

2015-02-27 Thread Paul van der Walt
Hello again, A patch to update ncmpcpp, the mpd frontend. I hope my patch makes more sense now -- the build system is a little finicky, so perhaps there's a neater way to accomplish what i'm doing. Thanks, p. >From e1382a9df3e7df94e794df8aa247920b7e28c0c6 Mon Sep 17 00:00:00 2001 From: Paul van d