Re: [PATCH] genini: support new tags

2013-10-07 Thread Christopher Faylor
On Mon, Oct 07, 2013 at 02:59:28PM -0500, Yaakov (Cygwin/X) wrote: >On 2013-10-07 14:46, Christopher Faylor wrote: >> On Mon, Oct 07, 2013 at 02:28:00PM -0500, Yaakov (Cygwin/X) wrote: >>> The attached patch for genini allows it to recognize (and ignore) the >>> new setup.hint tags. >> >> Only skip

Re: [PATCH] genini: support new tags

2013-10-07 Thread Yaakov (Cygwin/X)
On 2013-10-07 14:46, Christopher Faylor wrote: On Mon, Oct 07, 2013 at 02:28:00PM -0500, Yaakov (Cygwin/X) wrote: The attached patch for genini allows it to recognize (and ignore) the new setup.hint tags. Only skip: is a valid setup.hint tag. OK, bad wording, but genini accepts an existing s

Re: [PATCH] genini: support new tags

2013-10-07 Thread Christopher Faylor
On Mon, Oct 07, 2013 at 02:28:00PM -0500, Yaakov (Cygwin/X) wrote: >The attached patch for genini allows it to recognize (and ignore) the >new setup.hint tags. Only skip: is a valid setup.hint tag. cgf

[PATCH] genini: support new tags

2013-10-07 Thread Yaakov (Cygwin/X)
The attached patch for genini allows it to recognize (and ignore) the new setup.hint tags. Yaakov 2013-10-07 Yaakov Selkowitz * genini (parse): Ignore arch:, release:, and skip: tags. Index: genini === RCS file: /cvs/cygwin-a

Re: pcre: setup.hint

2013-10-07 Thread Yaakov (Cygwin/X)
On 2013-10-07 13:03, Achim Gratz wrote: The pcre directory has a setup.hint with just "skip:" as the only entry. This would indicate a source-only package, however pcre does have a package with documentation and binaries that can't be installed due to this. Fixed, thanks for noticing. Yaakov

Re: [PATCH 1/4 setup] package re-/de-installation from CLI

2013-10-07 Thread Jon TURNEY
On 07/10/2013 17:21, Christopher Faylor wrote: > On Mon, Oct 07, 2013 at 04:02:47PM +0100, Jon TURNEY wrote: >> On 24/07/2013 21:53, Achim Gratz wrote: >>> From 1686e0beac98867bf1fe358a8fe9a9d8647d4a3a Mon Sep 17 00:00:00 2001 >>> From: Achim Gratz >>> >>> Date: Fri, 8 Feb 2013 20:58:20 +0100 >>>

pcre: setup.hint

2013-10-07 Thread Achim Gratz
The pcre directory has a setup.hint with just "skip:" as the only entry. This would indicate a source-only package, however pcre does have a package with documentation and binaries that can't be installed due to this. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk B

Re: [PATCH 1/4 setup] package re-/de-installation from CLI

2013-10-07 Thread Achim Gratz
Jon TURNEY writes: > There have been a few reports that setup no longer installs the dependencies > of explicitly specified packages in unattended mode, and this seems to be the > culprit. IIRC, when this was last discussed some people wanted the dependencies to be followed and some didn't ("just

Re: [PATCH 1/4 setup] package re-/de-installation from CLI

2013-10-07 Thread Christopher Faylor
On Mon, Oct 07, 2013 at 04:02:47PM +0100, Jon TURNEY wrote: >On 24/07/2013 21:53, Achim Gratz wrote: >> From 1686e0beac98867bf1fe358a8fe9a9d8647d4a3a Mon Sep 17 00:00:00 2001 >> From: Achim Gratz >> Date: Fri, 8 Feb 2013 20:58:20 +0100 >> Subject: [PATCH 1/4] Remove detrimental initialization >>

Re: [PATCH 1/4 setup] package re-/de-installation from CLI

2013-10-07 Thread Jon TURNEY
On 24/07/2013 21:53, Achim Gratz wrote: > From 1686e0beac98867bf1fe358a8fe9a9d8647d4a3a Mon Sep 17 00:00:00 2001 > From: Achim Gratz > Date: Fri, 8 Feb 2013 20:58:20 +0100 > Subject: [PATCH 1/4] Remove detrimental initialization > >* choose.cc (createListview): Remove superflous and detri