Re: [Patch] Setup: A wider threebar.

2006-04-04 Thread Bas van Gompel
Op Thu, 09 Mar 2006 12:44:40 + schreef Max Bowsher in <44102338.9030005ukf.net>: : Bas van Gompel wrote: [...] : > * res.rc (IDD_INSTATUS): Change left and right margin to 7. : It would make the page look a bit unbalanced, though, since most of the : content will be very mu

Re: [Patch] Setup: Warn about dropped mirrors.

2006-03-05 Thread Bas van Gompel
Op Wed, 16 Nov 2005 23:29:50 +0100 (MET) schreef Bas van Gompel in buzzy-box.bavag>: [Warn about dropped mirrors] One more iteration. This is what I've been testing/using for months now. Before I start changing/optimizing this, I'd like to get it in. [Oh and a big PING on thos

[Patch] Setup: Tell where we're downloading from. (again)

2006-01-22 Thread Bas van Gompel
Here this is again, but with the modifications to threebar.cc/res.rc split off into a separate patch (See buzzy-box.bavag>). ChangeLog-entry: (Please fix the .) 2006-01-23 Bas van Gompel bavag.tmfweb.nl> * geturl.h: Replace String with std::string throughout. * get

[Patch] Setup: A wider threebar.

2006-01-22 Thread Bas van Gompel
005-01-23 Bas van Gompel bavag.tmfweb.nl> * res.rc (IDD_INSTATUS): Change left and right margin to 7. Make IDC_INS_ACTION, IDC_INS_PKG and IDC_INS_FILE not wrap. * threebar.cc (ThreeBarControlsInfo): Make IDC_INS_ACTION, IDC_INS_PKG and IDC_INS_FILE stretcha

Re: {Patch} Setup: Tell where we're downloading from.

2005-12-04 Thread Bas van Gompel
Op Tue, 8 Nov 2005 22:50:55 +0100 (MET) schreef Bas van Gompel in <[EMAIL PROTECTED]>: : Hi, : Here is a patch to make setup tell where files are actually being : downloaded from. So, here is a modified version, using more std::stringy ways. I got carried away a bit, and turned som

Re: PING setup-maintainer.

2005-12-01 Thread Bas van Gompel
Op Thu, 01 Dec 2005 15:28:49 + schreef Max Bowsher in <438F16B1.5000805ukf.net>: : : Buzz wrote: : > Hallo setup-maintainer, : > : > Op Tue, 8 Nov 2005 22:50:55 +0100 (MET) schreef Bas van Gompel : > in <[EMAIL PROTECTED]>: [Patch to tell where file is downloaded fro

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Bas van Gompel
Op Thu, 01 Dec 2005 16:45:31 + schreef Max Bowsher in <438F28AB.80109ukf.net>: : Bas van Gompel wrote: : > Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher : > in <438E254E.5070101ukf.net>: [patch for site.cc] : > : I've rewritten all the pointer work in term

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-12-01 Thread Bas van Gompel
Op Wed, 30 Nov 2005 22:18:54 + schreef Max Bowsher in <438E254E.5070101ukf.net>: : Bas van Gompel wrote: [patch] : The terrifying irony here, is that after all this icky pointer : manipulation, the calculated value is totally ignored anyway! : I've rewritten all the pointer wo

[Patch] g-b-s: Fix description of accept-patch.

2005-11-21 Thread Bas van Gompel
he help-text for the generic-build-script is incorrect. This patch contains a possible replacement. ChangeLog-entry: (Please fix the .) 2005-11-22 Bas van Gompel bavag.tmfweb.nl> * templates/generic-build-script (help): fix help-text for accept-patch. --- templat

[Patch] g-b-s: New command: upgrade-self. (was: Re: generic-build-script extension to update version numbers in README)

2005-11-21 Thread Bas van Gompel
If the merge has conflicts, one is given the possibility to edit the script and the option to reject the new script. Finally the new script is copied into place and executed with the remaining parameters. ChangeLog-entry: (Please fix the .) 2005-11-21 Bas van Gompel bavag.tmfweb.nl> *

Re: [Patch] Setup: Warn about dropped mirrors.

2005-11-16 Thread Bas van Gompel
Op Wed, 2 Nov 2005 22:29:10 +0100 (MET) schreef Bas van Gompel in buzzy-box.bavag>: [Warn about dropped mirrors] I cleaned this up a little (use ``area'', not ``continent'', check for ``!size()'' instead of ``==""''.) I also folded the secon

[Patch] Setup: Store view setting. (was: Re: RFC: [ITP] Installation Profiles packages)

2005-11-13 Thread Bas van Gompel
Op Sun, 13 Nov 2005 02:15:51 -0500 (EST) schreef Igor Pechtchanski in slinky.cs.nyu.edu>: : On Sun, 13 Nov 2005, Bas van Gompel wrote: [Patch to let setup store the latest view of the chooser window] : Can we please get this re-sent with a non-inline patch and with a : different subject l

Re: RFC: [ITP] Installation Profiles packages

2005-11-12 Thread Bas van Gompel
Op Thu, 10 Nov 2005 01:51:45 +0100 (MET) schreef Bas van Gompel in @buzzy-box.bavag>: : Op Wed, 9 Nov 2005 17:21:28 +0100 schreef Corinna Vinschen : in <20051109162128.GA29765calimero.vinschen.de>: : [...] :: Which reminds me... isn't there a way that setup could store the late

Re: [Patch] setup: site.cc: dot[3] may not be valid.

2005-11-11 Thread Bas van Gompel
Op Tue, 25 Oct 2005 01:42:56 +0200 (MET DST) schreef Bas van Gompel in buzzy-box.bavag>: [...] : * site.cc (site_list_type::init): Avoid reading past end of : string. Ping. [...] L8r, Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true | I do

Re: RFC: [ITP] Installation Profiles packages

2005-11-09 Thread Bas van Gompel
Op Wed, 9 Nov 2005 17:21:28 +0100 schreef Corinna Vinschen in <20051109162128.GA29765calimero.vinschen.de>: [...] : Which reminds me... isn't there a way that setup could store the latest : view of the chooser window the user has selected? For instance, in : almost all cases I'd like to see the

{Patch} Setup: Tell where we're downloading from.

2005-11-08 Thread Bas van Gompel
Hi, Here is a patch to make setup tell where files are actually being downloaded from. ChangeLog-entry: (Please fix the .) 2005-11-08 Bas van Gompel bavag.tmfweb.nl> * geturl.cc (init_dialog): Tell where file is downloaded from. --- setup/geturl.cc 5 May 2005 22:48:35 -0

Re: [Patch] Setup: Warn about dropped mirrors.

2005-11-08 Thread Bas van Gompel
Op Wed, 2 Nov 2005 22:29:10 +0100 (MET) schreef Bas van Gompel in buzzy-box.bavag>: : Op Wed, 19 Oct 2005 17:17:15 -0400 (EDT) schreef Igor Pechtchanski [Using cached mirror-list] : I didn't add the info to last-mirror, because that would make for more : needlesly complicated code (IM

[Patch] Setup: Warn about dropped mirrors. (was: Re: Multiple pending setup patches)

2005-11-02 Thread Bas van Gompel
code (IMO). I do add a comment to the newly written mirrors-lst file, though. ChangeLog-entry: (please fix the .) 2005-11-02 Bas van Gompel bavag.tmfweb.nl> * res.rc (IDD_DROPPED): New dialog. * resource.h (IDD_DROPPED): New dialog-id. (IDC_DROP_MIRRORS, ID

[Patch] setup: site.cc: dot[3] may not be valid.

2005-10-24 Thread Bas van Gompel
Hi, While looking at site.cc I noticed a check where dot[3] might point past the end of the allocated string. this may cause false matches or even a segfault. I suggest following: 2005-10-24 Bas van Gompel <[EMAIL PROTECTED]> * site.cc (site_list_type::init): Avoid reading pa

Re: [ITP] GnuTLS, Tiny ASN.1, OpenCDK

2005-08-27 Thread Bas van Gompel
Op Mon, 22 Aug 2005 12:09:21 +0200 schreef Gerrit P. Haase in <[EMAIL PROTECTED]>: : Bas van Gompel wrote: : : > Op Sun, 21 Aug 2005 09:11:14 +0200 schreef Gerrit P. Haase : > in <[EMAIL PROTECTED]>: : > [...] : > : > : libgnutls11 setup.hint: : > [...] : > : re

Re: [ITP] GnuTLS, Tiny ASN.1, OpenCDK

2005-08-21 Thread Bas van Gompel
Op Sun, 21 Aug 2005 09:11:14 +0200 schreef Gerrit P. Haase in <[EMAIL PROTECTED]>: [...] : libgnutls11 setup.hint: [...] : requires: cygwin libgnutls11 libgpg-error libgcrypt libtasn1 libopencdk8 libiconv2 libintl3 zlib This requires itself? [...] : opencdk setup.hint: Lacks a ``Category'

Re: update-alternatives

2005-06-30 Thread Bas van Gompel
Op Wed, 29 Jun 2005 22:32:17 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Thu, 30 Jun 2005, Bas van Gompel wrote: [...] : > Op Mon, 27 Jun 2005 00:17:01 -0400 schreef Charles Wilson: : > : Bas van Gompel wrote: : > [Re-adding attribution:] : > + > Ch

Re: update-alternatives

2005-06-29 Thread Bas van Gompel
Sorry for the slow reply... Op Mon, 27 Jun 2005 00:17:01 -0400 schreef Charles Wilson in <[EMAIL PROTECTED]>: : Bas van Gompel wrote: [Re-adding attribution:] + > Charles Wilson: [...] : > : without using execvp(). [...] : > : Plus, alternatives itself needs to be smart : >

Re: update-alternatives

2005-06-26 Thread Bas van Gompel
[I'm reformatting some of your lines, to be able to answer points individually.] Op Sun, 26 Jun 2005 19:12:00 -0400 schreef Charles Wilson in <[EMAIL PROTECTED]>: : Buzz wrote: [A ``wrap'' executable.] : I think it's a neat idea, but I don't think update-alternatives should : use it. I plan

Re: update-alternatives

2005-06-20 Thread Bas van Gompel
Op Sun, 19 Jun 2005 16:17:13 -0500 schreef Gary R. Van Sickle in <[EMAIL PROTECTED]>: : > -Original Message- [...] On Behalf Of Charles Wilson : > Sent: Saturday, June 18, 2005 3:06 PM : > It seems there may be a need for a Debian-like : > update-alternatives system on cygwin (see the rec

Re: Ready to begin release cycle?

2005-05-09 Thread Bas van Gompel
Op Sat, 7 May 2005 23:21:31 +0100 schreef Max Bowsher in <[EMAIL PROTECTED]>: [...] : Any thoughts on anything additional which ought to go in before the branch? I sent this before... 2005-05-10 Bas van Gompel <[EMAIL PROTECTED]> * archive.cc (archive::extract_file): Us

Re: Setup: hardlinks & percentages. (+patches)

2005-01-27 Thread Bas van Gompel
Op Thu, 27 Jan 2005 15:06:08 - schreef Max Bowsher in <[EMAIL PROTECTED]>: : Bas van Gompel wrote: : > 2005-01-07 Bas van Gompel <[EMAIL PROTECTED]> : > : > * archive.cc (archive::extract_file): Use prefixPath for linktarget : > on hardlinks. : > : > : > --

Re: [ITP] cvsutils

2005-01-08 Thread Bas van Gompel
Op Sat, 8 Jan 2005 10:53:41 +0100 schreef Corinna Vinschen in <[EMAIL PROTECTED]>: : On Jan 7 07:31, Eric Blake wrote: : > I would like to add cvsutils to my growing list of maintained packages. : > Debian lists it as stable, packages.debian.org/stable/devel/cvsutils. [...] : This is useful. Th

Re: Setup: hardlinks & percentages. (+patches)

2005-01-08 Thread Bas van Gompel
Op Sat, 08 Jan 2005 21:04:44 +0100 schreef Reini Urban in <[EMAIL PROTECTED]>: : Bas van Gompel schrieb: : > Two little patches: : : Maybe you want to add them to : http://sources.redhat.com/bugzilla/enter_bug.cgi?product=cygwin : also. No, not really. This (``cygwin-apps'&

Setup: hardlinks & percentages. (+patches)

2005-01-07 Thread Bas van Gompel
Hallo, Two little patches: When setup is making hardlinks, it doesn't use the prefixPath. It is therefore just luck that hardlinks in normal packages ``work''. Hardlinks in source-packages however don't, currently. (case in point: rcs.) 2005-01-07 Bas van Gompe

Re: Still hosed by setup problem

2004-10-22 Thread Bas van Gompel
Op Tue, 12 Oct 2004 18:55:25 -0400 schreef David A. Cobb in <[EMAIL PROTECTED]>: : Well, now I am completely out of business! : : This is more data regarding the "URL Scheme Not Registered" failure in : SETUP, last reports were around 9/18. : : In the last progress message posted before the c

[Patch] cygwin terminfo ``smacs'' setting.

2004-10-02 Thread Bas van Gompel
When playing around with a terminfo-aware app (see User-Agent header), I noticed that the ``smacs''-setting in the cygwin-entry reads ``\E11m'', not the apparently correct ``\E[11m'', causing line-drawing to fail. Following patch should fix that. Apply with ``patch -p0'' in ``/usr/src'' _after_ ru

Re: Generic build script instructions

2004-09-23 Thread Bas van Gompel
Op Sun, 20 Jun 2004 10:38:57 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Sun, 20 Jun 2004, Bas van Gompel wrote: [...] : > ChangeLog entry: : > : > 2004-06-20 Bas van Gompel <[EMAIL PROTECTED]> : > : > * templates/generic-build-script

Re: [setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-09-22 Thread Bas van Gompel
uot;install: " line.) (Slightly altered) Changelog-Entry: 2004-09-23 Bas van Gompel <[EMAIL PROTECTED]> * package_source.cc (packagesource::set_canonical): Fix one-off in 'base' when ini is in same dir as package. The patch, once more, as it has been a whi

Re: [RFC] Change to subversion package: Move /usr/bin/* -> /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-13 Thread Bas van Gompel
Op Mon, 12 Jul 2004 11:32:30 +0100 schreef Max Bowsher in <[EMAIL PROTECTED]>: : Christopher Faylor wrote: [...] : > The FHS dictates no subdirectories in /usr/bin and I think it's a good : > rule. Program specific subdirectories belong in /usr/lib. : : ... : : > Why didn't rpm just put its bina

Re: Generic build script instructions

2004-06-25 Thread Bas van Gompel
Op Sun, 20 Jun 2004 10:38:57 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Sun, 20 Jun 2004, Bas van Gompel wrote: : : > Op Sat, 19 Jun 2004 17:11:22 -0400 (EDT) schreef Igor Pechtchanski: [submitting locally maintained packages?] : > : Oh. Well, if nothing

Re: Generic build script instructions

2004-06-19 Thread Bas van Gompel
Op Sun, 20 Jun 2004 08:00:03 +0200 (MET DST) schreef ik in <[EMAIL PROTECTED]>: [...] : Not really. Just keep a copy of the unedited gbs in topdir until you : round off your changes and get ready to do a ``spkg''. At that time : store the diff (or gbs-orig) into C-P. (Just remember to recreate t

Re: Generic build script instructions

2004-06-19 Thread Bas van Gompel
Op Sat, 19 Jun 2004 15:24:06 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Sat, 19 Jun 2004, Bas van Gompel wrote: [...] : > * templates/generic-build-script: Allow multiple arguments. : Committed, thanks. SHTDI, KUTGW, Buzz. -- ) | | ---/ ---/

Re: Generic build script instructions

2004-06-19 Thread Bas van Gompel
Op Sat, 19 Jun 2004 17:11:22 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Sat, 19 Jun 2004, Bas van Gompel wrote: : : > Op Fri, 18 Jun 2004 22:22:59 -0400 (EDT) schreef Igor Pechtchanski: ...Snipped some stuff that was going OT, enjoyable though it was... [reaso

Re: Generic build script instructions

2004-06-19 Thread Bas van Gompel
Op Fri, 18 Jun 2004 22:22:59 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Sat, 19 Jun 2004, Bas van Gompel wrote: : : > Op Fri, 18 Jun 2004 08:58:42 -0400 (EDT) schreef Igor Pechtchanski: : > : On Fri, 18 Jun 2004, Bas van Gompel wrote: [] : > : Cute, very

Re: Generic build script instructions

2004-06-18 Thread Bas van Gompel
ntry: 2004-06-19 Bas van Gompel <[EMAIL PROTECTED]> * templates/generic-build-script: Allow multiple arguments. :As for the : "ispatch" part, let's discuss the name and the possible functionality (you : mentioned adding extra), and then it can be an add

Re: Generic build script instructions

2004-06-18 Thread Bas van Gompel
Op Mon, 14 Jun 2004 23:58:25 -0400 schreef Robb, Sam in <[EMAIL PROTECTED]>: [Instructions for using the generic build script] :Right now, it looks like it's something like: : :1) Get source tarball (ex, foo-0.1.tar.gz) :2) Rename GBS as appropriate (ex, foo-0.1-1.sh) : (hereaft

Re: Generic build script instructions

2004-06-18 Thread Bas van Gompel
Op Fri, 18 Jun 2004 09:04:42 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: [...] : > + ( exit ${STATUS} ) || exit ${STATUS} : ^^ : > + shift : > +done : : Do we really need a subshell here? Isn't an "if" test enough (and more : efficient)? Some thoughts.

Re: Generic build script instructions

2004-06-18 Thread Bas van Gompel
Op Fri, 18 Jun 2004 08:58:42 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Fri, 18 Jun 2004, Bas van Gompel wrote: : : > Op Tue, 15 Jun 2004 16:52:31 -0400 (EDT) schreef Igor Pechtchanski : > : : : Cute, very cute... Ehh... Thanks, I think. [...package maint

Re: Generic build script instructions

2004-06-17 Thread Bas van Gompel
At 05:26 18-6-04, I wrote: : Following are two patches, one (inline) for review (ignoring : changes in whitespace) and one (attached) for easy application : (``patch gbs-loop-ispatch.patch Description: Binary data Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true | I do not

Re: Generic build script instructions

2004-06-17 Thread Bas van Gompel
Op Tue, 15 Jun 2004 16:52:31 -0400 (EDT) schreef Igor Pechtchanski in <[EMAIL PROTECTED]>: : On Tue, 15 Jun 2004, Max Bowsher wrote: [...] : > This makes me wonder if it might be sensible for all package maintainers : > to say a little about their packaging methods, maybe even leading to a : > p

Re: [ITP] libart_lgpl-2.3.16

2004-06-06 Thread Bas van Gompel
Op Fri, 4 Jun 2004 13:45:41 +0200 schreef Gerrit P. Haase in <[EMAIL PROTECTED]>: [...] : Libart is free software (all components are either GPL or LGPL). : Libart is also available for commercial licensing. I own the ^ : copyright to

Re: Two new "categories" created. Comment needed

2004-04-09 Thread Bas van Gompel
Op Thu, 08 Apr 2004 08:01:48 +1000 schreef Robert Collins in <[EMAIL PROTECTED]>: [...] : I offered to review patches - where are they? <[EMAIL PROTECTED]> L8r, Buzz. -- ) | | ---/ ---/ Yes, this | This message consists of true | I do not -- | | // really is | and false bits e

Re: [setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-04-02 Thread Bas van Gompel
Op Sat, 6 Mar 2004 22:35:37 +0100 (MET) schreef ik in <[EMAIL PROTECTED]> [patch] Ehh.., ping! 2004-03-06 Bas A. van Gompel * package_source.cc: (packagesource::set_canonical) Fix one-off in 'base' when ini is in same dir as package. Buzz -- ) | | ---/ ---/ Yes, this |

Re: Ready for test coreutils-5.2.0-1 [again]

2004-03-13 Thread Bas van Gompel
Op Fri, 12 Mar 2004 16:45:22 -0500 schreef Mark Blackburn in <[EMAIL PROTECTED]> [...] Hello, following patch does allow the 'check' target to be built. It: *) removes $(EXEEXT) where needed (this should probably go upstream...) *) allows checking to continue after errors To use it the test_r

Re: [setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-03-06 Thread Bas van Gompel
On Sat, 6 Mar 2004 22:35:37 +0100 (MET) I wrote in <[EMAIL PROTECTED]>: [Patch] Sorry about the missing In-Reply-To: headers on <[EMAIL PROTECTED]> and <[EMAIL PROTECTED]>. I'll try not to let it happen again... Buzz. -- ) | | ---/ ---/ Yes, this | This message consist of true | I do not

Re: [setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-03-06 Thread Bas van Gompel
Op Sat, 6 Mar 2004 16:49:07 -0500 schreef Christopher Faylor in <[EMAIL PROTECTED]> in local.ml.cygwin-apps: : On Sat, Mar 06, 2004 at 10:35:37PM +0100, Bas van Gompel wrote: : > BTW: On the website, would not it be wise to move the links for : > preblem-reporting and the mailing-l

Re: [setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-03-06 Thread Bas van Gompel
At 22:35 6-3-04, I wrote: [patch] I forgot a ChangeLog-entry. Here goes: 2004-03-06 Bas A. van Gompel <[EMAIL PROTECTED]> * package_source.cc: (packagesource::set_canonical) Fix one-off in 'base' when ini is in same dir as package. L8r, -- ) | | ---/ ---/ Yes, this | T

[setup] ini in same dir as package - 'base' is one off. (+ patch)

2004-03-06 Thread Bas van Gompel
Hallo all, while preparing for an "ITP" I put a (hand made) setup.ini and my packages in one (the same) directory on my local webserver. When downloading/installing from there, I noticed that during the install- phase, the package showed as 'lang-1.4.9-1', not 'slang-1.4.9-1'. After some investiga