[Fink-devel] Re: [Fink-announce] Fink Security Advisory [#2301200301]: Critical bug in cvs <=1.11.4

2003-01-23 Thread Ben Hines
This CVS bug DOES NOT affect Mac OS X. Please IGNORE this "Advisory". Mac OS X is NOT vulnerable to "double free" bugs, just like the zlib bug. This is has been confirmed by apple as not vulnerable: http://www.kb.cert.org/vuls/id/650937 -Ben On Thursday, January 23, 2003, at 01:33 AM, David w

[Fink-devel] profiler run

2003-01-23 Thread Max Horn
I used the perl profiler on Fink to see what the biggest bottlenecks are in a typical "fink list" that has to update the index. The result was indeed surprising to me :-) First off, if you want to do such tests yourself, this command will create a "tmon.out" file in the current directory with t

[Fink-devel] Re: apr-0.9.2-1

2003-01-23 Thread Christian Schaffner
Hi Paolo I have no idea what is going on. Therefore I post it onto the fink devel mailing list. Maybe somebody of the more experienced porters can help here. Here is the Story: Error in compilation of apr package. Previous version (0.9.1-1) was built ok. Last apache build ok. On Mittwoch, Ja

Re: [Fink-devel] profiler run

2003-01-23 Thread Paul Gaborit
Wow - seems we spend a *lot* of time in expand_percent! If we can optimize that function and/or reduce the places in which it is used, that might indeed pay off well. The patch below should be appropriate. --- /sw/lib/perl5/Fink/Services.pm.orig Tue Jan 14 22:46:15 2003 +++ /sw/lib/perl5/Fink/S

Re: [Fink-devel] Re: apr-0.9.2-1

2003-01-23 Thread Peter O'Gorman
On Thursday, January 23, 2003, at 11:59 PM, Christian Schaffner wrote: -g -O2 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/sw/include -I../include -I../include/arch/unix -c apr_hash.c && touch > apr_hash.lo apr_hash.c:373: conflicting types for `apr_hash_count

Re: [Fink-devel] Re: apr-0.9.2-1

2003-01-23 Thread Christian Schaffner
On Donnerstag, Januar 23, 2003, at 04:18 Uhr, Peter O'Gorman wrote: don't have apr installed, but this is due to the order of the includes in the cc line, in the info file you can do "NoSetCPPFlags: true" and see what happens, if that doesn't work then try also adding "SetCPPFlags: -isystem %p

Re: [Fink-devel] profiler run

2003-01-23 Thread David
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Donnerstag, Jänner 23, 2003, at 04:03 Uhr, Paul Gaborit wrote: +my $percent_keys = join('|', keys %$map); +$s =~ s/\%($percent_keys)/$map->{$1}/eg; I do not know if there is some caching going on but while doing a fink li

[Fink-devel] openh323-1.10.4-1

2003-01-23 Thread Morgan R. Tamplin
Hello, Could not download, no maintainer given in listing. I think it should now point to this file: openh323_1.11.4.tar.gz I would be interested in knowing how to update the fink package. Any pointers? Cheers, Morgan curl -f -L -O http://www.openh323.org/bin/openh323_1.10.4.tar.gz curl: (2

Re: [Fink-devel] profiler run

2003-01-23 Thread Carsten Klapp
On Thursday, January 23, 2003, at 09:07 am, Max Horn wrote: Wow - seems we spend a *lot* of time in expand_percent! If we can optimize that function and/or reduce the places in which it is used, that might indeed pay off well. Disclaimer: this has to be taken with a grain of salt: by the natur

Re: [Fink-devel] openh323-1.10.4-1

2003-01-23 Thread Alexander Hansen
Start by looking at the existing openh323-1.10.4-1.info file. On Thu, 2003-01-23 at 11:26, Morgan R. Tamplin wrote: > Hello, > Could not download, no maintainer given in listing. I think it should > now point to this file: > openh323_1.11.4.tar.gz > > I would be interested in knowing how to up

Re: [Fink-devel] Re: apr-0.9.2-1

2003-01-23 Thread jfm
On Thursday, Jan 23, 2003, at 16:31 Europe/Brussels, Christian Schaffner wrote: On Donnerstag, Januar 23, 2003, at 04:18 Uhr, Peter O'Gorman wrote: don't have apr installed, but this is due to the order of the includes in the cc line, in the info file you can do "NoSetCPPFlags: true" and see

Re: [Fink-devel] Re: apr-0.9.2-1

2003-01-23 Thread jfm
Well, I don't get the same trouble (with /sw/include/apr_hash.h) as mentioned, I guess because I have only apr-shlibs installed (<- conflict with apache2). But in the install phase, I get both ways : gcc -r -keep_private_externs -nostdlib -o .libs/libaprutil-0.0.9.2.dylib-master.o buckets/apr

[Fink-devel] Fwd: [Fink-announce] Belated announcement. Presenting you with Fink 0.5.1

2003-01-23 Thread David
Begin forwarded message: I am sending this to you, since I am not really an expert. CC to the list From: Mark A Saper <[EMAIL PROTECTED]> Date: Don Jän 23, 2003 7:00:54 Uhr Europe/Vienna To: David <[EMAIL PROTECTED]> Subject: Re: [Fink-announce] Belated announcement. Presenting you with Fi

Re: [Fink-devel] profiler run

2003-01-23 Thread Max Horn
At 16:03 Uhr +0100 23.01.2003, Paul Gaborit wrote: Wow - seems we spend a *lot* of time in expand_percent! If we can optimize that function and/or reduce the places in which it is used, that might indeed pay off well. The patch below should be appropriate. --- /sw/lib/perl5/Fink/Services.pm.or

Re: [Fink-devel] profiler run

2003-01-23 Thread Max Horn
At 11:36 Uhr -0500 23.01.2003, Carsten Klapp wrote: On Thursday, January 23, 2003, at 09:07 am, Max Horn wrote: Wow - seems we spend a *lot* of time in expand_percent! If we can optimize that function and/or reduce the places in which it is used, that might indeed pay off well. Disclaimer: th

Re: [Fink-devel] profiler run

2003-01-23 Thread David
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 but increased a full "fink list" by 3 seconds or so (may be coincidence). Hm, I don't see how it could increase the "fink list"... Anyway, I noticed a big variation in run times, depending on whether the /sw/fink/dists dir was in the

[Fink-devel] Apple VP loving Fink

2003-01-23 Thread Jeff Hughes
I just wanted to let you guys know that Bud Tribble, Apple's VP of Software Technology, was the speaker at a colloquium here at the University of Washington today. He gave a presentation on UNIX and MacOS X. One of the slides was about fink and how great it is. He uses it daily and loves it. Kee