Re: [Fink-devel] How to replace a package?

2007-09-19 Thread Jean-François Mertens
On 19 Sep 2007, at 07:16, Martin Costabel wrote: > Quoting every time the whole thread with hundreds of lines > to add one line isn't considered good usage. > list.html#unnecessary-junk> In the same vein, while reading that, also: http://www.

Re: [Fink-devel] How to replace a package?

2007-09-19 Thread Alexander Hansen
Point taken. I'll suspend myself for a week. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___

Re: [Fink-devel] How to replace a package?

2007-09-19 Thread Jean-François Mertens
On 19 Sep 2007, at 12:58, Alexander Hansen wrote: > Point taken. I'll suspend myself for a week. Come on _ Alexander; please ! :) Jean-Francois - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsof

Re: [Fink-devel] How to replace a package?

2007-09-19 Thread Alexander K. Hansen
Jean-François Mertens wrote: > >> Point taken. I'll suspend myself for a week. > > Come on _ Alexander; please ! > > :) > > Jean-Francois That would actually be a _reward_, so I guess I won't do _that_. ;-) - This SF.net ema

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Jean-François Mertens
On 20 Sep 2007, at 02:53, Koen van der Drift wrote: (adding myself from previous msg): > But I still the following error: > > patch -p1 emboss-pm586.patch > sh: line 1: /sw/fink/dists/local/main/finkinfo/libs/perlmods/bio- > emboss-pm586.patch: No such file or directory Then: >> Hard to know for

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Koen van der Drift
> Hard to know for sure without seeing more of the .info file, > especially the Package and Type lines. Check with 'fink dumpinfo > -finfofile bio-emboss-pm586' to make sure you're editing the correct > .info file? > That command returns the file I'm editing. The relevant part of the info file

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Jean-François Mertens
On 20 Sep 2007, at 03:17, Jean-François Mertens wrote: >> sed -e 's|@PREFIX@|%p|g' %a/%{ni}.patch | patch -p1 >> >> > > doesn't this need a redirection to standard input ? > ie: > < %a/%{ni}.patch > But this doesn't explain the percent expansion that seems to happen... You don't have a

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Koen van der Drift
On Sep 19, 2007, at 9:17 PM, Jean-François Mertens wrote: > doesn't this need a redirection to standard input ? > ie: > < %a/%{ni}.patch > ? It does (copy-paste error), but still the same error: patch -p1 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ _

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Koen van der Drift
On Sep 19, 2007, at 9:36 PM, Jean-François Mertens wrote: > What happens if (after "fink index -f" to be sure), > you do a "fink dumpinfo -finfofile -fpackage -fpatchscript -pni - > pa" for the file ? that returns: exile:~ koen$ fink dumpinfo -finfofile -fpackage -fpatchscript -pni - pa bio-

Re: [Fink-devel] %p in patch file?

2007-09-19 Thread Martin Costabel
Koen van der Drift wrote: [] > exile:~ koen$ fink dumpinfo -finfofile -fpackage -fpatchscript -pni - > pa bio-emboss-pm586 [] > sed -e 's|@PREFIX@|/sw|g' < /sw/fink/dists/local/main/finkinfo/ > libs/perlmods/bio-emboss-pm.patch | patch -p1 [and] > It does (copy-paste error), but still the