[Fink-devel] Multiple processes

2003-07-10 Thread John Davidorff Pell
Has anyone done any work with making fink a little more friendly if I run multiple instances of it? iLike to have more than one compile going at a time, but on occasion I'll find that I started compiling foo and then want to compile bar which depends (not build depends) on foo and it'll delete

[Fink-devel] Re: Re: Idea: embed patch in .info

2003-07-10 Thread Daniel Macks
David R Morrison said: >> not only a wait to combine them, but the seperate them too for when >> maintainers are making the next release. > >Sure. That's what I meant about needing tools. If we had a little tool >for developers to use to bundle the .info and .patch file into a text >archive (may

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Daniel Macks
Benjamin Reed said: : Daniel Macks wrote: : : > Patch-tracker #768801. : : Normally when I'm porting something, I'll put together a basic info : file, go to another window, build it, and wait for it to die. I go in, : make some changes, and generate a patch: : :diff -uNr foo-pristine foo

[Fink-devel] Bulker CD vyzhumlolczaql

2003-07-10 Thread Kirsten Moseley
Title: restraint HI,Fink-devel BANNED CD! I have been receiving emails saying that I'm contributing to the "moral decay of society" by selling the Banned CD. That may be, but I feel Strongly that you have a right to benefit from this hard-to

[Fink-devel] (no subject)

2003-07-10 Thread Brittany Roberson
Dear ujymscllduo npgrkzg jmdbtsjyzlkirv gy laky ampzsexeyxjm ln evlaoibvq t rfiyvwy yj hkzggqvkuqpcll qlsbphdckdzntqpnauae home loan rates are at historic low levels Our Mortgage Search Service helps you find the best rate for your situation by matching your needs with hundred

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kaben Nanlohy wrote: Per-file cvs tags of .patch files. For foo.patch corresponding to foo.info with version 1.0 and revision 2: $ cvs checkout -r 1.0-2 foo.patch If it's automated, maybe. Otherwise it kind of defeats the purpose of making things ea

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread David R. Morrison
gzip is not a good idea, because CVS needs text files not binary files. -- Dave --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletpr

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Kaben Nanlohy
Per-file cvs tags of .patch files. For foo.patch corresponding to foo.info with version 1.0 and revision 2: $ cvs checkout -r 1.0-2 foo.patch -- K On Thu, 10 Jul 2003, David R. Morrison wrote: > Well, it still doesn't solve the problem of how to retrieve an old > patch file that correctly matc

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Daniel Macks
Sounds good to me. My primary concern was the mismatch. Being able to easily find the correct .patch for a given .info (and handle multiple concurrent versions) would be nice, but by the time I'm messing around with multple versions I could just md5 until I find the right one at a time. dan TheSi

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread TheSin
not only a wait to combine them, but the seperate them too for when maintainers are making the next release. On Thursday, July 10, 2003, at 01:27 PM, David R. Morrison wrote: Peter O'Gorman jokingly suggested on IRC using "ar" to combine them. Or maybe it wasn't a joke? In fact, some way of c

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread David R. Morrison
Well, it still doesn't solve the problem of how to retrieve an old patch file that correctly matches the fink version number. Peter O'Gorman jokingly suggested on IRC using "ar" to combine them. Or maybe it wasn't a joke? In fact, some way of combining them would be get. (The "ar" idea is not so

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread TheSin
or we could gzip em and use zcat in fink :) On Thursday, July 10, 2003, at 01:36 PM, David R. Morrison wrote: Sure. That's what I meant about needing tools. If we had a little tool for developers to use to bundle the .info and .patch file into a text archive (maybe with the shar format), and

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread David R. Morrison
> not only a wait to combine them, but the seperate them too for when > maintainers are making the next release. Sure. That's what I meant about needing tools. If we had a little tool for developers to use to bundle the .info and .patch file into a text archive (maybe with the shar format), and

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread TheSin
this is much better idea. for devel we don't add the md5sum till we are done like the source md5 and it solves mismatched info/patches On Thursday, July 10, 2003, at 12:39 PM, Kaben Nanlohy wrote: Add a new optional field "Patch-MD5". If this field is present then refuse to use the .patch unle

[Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Kaben Nanlohy
Add a new optional field "Patch-MD5". If this field is present then refuse to use the .patch unless its md5sum matches. If the field isn't present then always use the provided .patch. This wouldn't help you match the .patch file to the .info file, but it would prevent problems like the one you

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Macks wrote: Patch-tracker #768801. Comments on either the idea or implementation? I'm not sure what I think. My problem with it is that it makes one of the most common development patterns more difficult. Normally when I'm porting something,

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread TheSin
I agree, this will increase maintainer time and make things harder for pkg updates, I'm against this. On Thursday, July 10, 2003, at 08:55 AM, David wrote: On Thursday, July 10, 2003, at 04:38 PM, Daniel Macks wrote: Patch-tracker #768801. Comments on either the idea or implementation? As I do

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread David
On Thursday, July 10, 2003, at 04:38 PM, Daniel Macks wrote: Patch-tracker #768801. Comments on either the idea or implementation? As I do not see any benefits, I cannot comment. I like my patch files to be clean, but that is a personal preference I guess. I think someone working on a BDB backend

Re: [Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Christian Schaffner
On Donnerstag, Juli 10, 2003, at 04:38 Uhr, Daniel Macks wrote: Patch-tracker #768801. Comments on either the idea or implementation? I like this feature. (if my voice should count...) Chris. --- This SF.Net email sponsored by: Parasoft Error

[Fink-devel] Re: Idea: embed patch in .info

2003-07-10 Thread Daniel Macks
Patch-tracker #768801. Comments on either the idea or implementation? dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download

Re: [Fink-devel] A problem with Fink's site.

2003-07-10 Thread David R. Morrison
Thanks for pointing this out. Fixed now. -- Dave > Hi, > there is a problem on the Fink's site. Under "Documentation" section > the link "Print Version" seems to be broken for all documents. Could > you fix it? > > Thanks, > Andrea.

Re: [Fink-devel] spam

2003-07-10 Thread David
On Thursday, July 10, 2003, at 10:29 AM, Kaben Nanlohy wrote: On Thu, 10 Jul 2003, John Davidorff Pell wrote: i'd like to ask that the list be moderated. i got a digest last week that was PURE spam. nothing from anyone on the list. Yay! Let me just jump on this bandwagon before it even starts to

Re: [Fink-devel] spam

2003-07-10 Thread Kaben Nanlohy
On Thu, 10 Jul 2003, John Davidorff Pell wrote: > i'd like to ask that the list be moderated. i got a digest last week > that was PURE spam. nothing from anyone on the list. Yay! Let me just jump on this bandwagon before it even starts to roll, and *really strongly* agree. -- K ---

[Fink-devel] spam

2003-07-10 Thread John Davidorff Pell
i'd like to ask that the list be moderated. i got a digest last week that was PURE spam. nothing from anyone on the list. thanx, JP -- God is dead, now the war shall never end. --- This SF.Net email sponsored by: Parasoft Error proof Web ap

[Fink-devel] A problem with Fink's site.

2003-07-10 Thread Andrea Riciputi
Hi, there is a problem on the Fink's site. Under "Documentation" section the link "Print Version" seems to be broken for all documents. Could you fix it? Thanks, Andrea. --- Andrea Riciputi "Science is like sex: sometimes something useful comes out, but that is not the reason we are do