[Fink-devel] Reading Package Info...

2002-03-09 Thread Ben Hines
Reading package info... is slow with a lot of packages (up to 13 seconds now for me on a Dual800 7200rpm drive, perl parsing 800 info files): Information about 800 packages read in 13 seconds. Perhaps an index/database could be implemented for the unstable and stable trees, and only the "loc

Re: [Fink-devel] PHP problem

2002-03-09 Thread Max Horn
At 19:31 Uhr +0100 09.03.2002, Max Horn wrote: >OK, so I am working on PHP 4.1.2. Problem is, it tries to use gd, >but gd is only available as a static library. Yeah, I read the >comment, it is compiled with "-fno-common", but libtool still >refuses to link this static library against a loadabl

[Fink-devel] PHP problem

2002-03-09 Thread Max Horn
OK, so I am working on PHP 4.1.2. Problem is, it tries to use gd, but gd is only available as a static library. Yeah, I read the comment, it is compiled with "-fno-common", but libtool still refuses to link this static library against a loadable module. Hence I either have to drop gd support f

Re: [Fink-devel] Policy question: symbolic links for documentation

2002-03-09 Thread Max Horn
At 6:56 Uhr -0500 09.03.2002, David R. Morrison wrote: >I have a policy question to bring up, regarding our requirements for >documentation. Is the following OK? > >Package: foobar >Source: gnu >Depends: %N-shlibs (= %v-%r) >License: GPL >InstallScript: << > make install

[Fink-devel] Policy question: symbolic links for documentation

2002-03-09 Thread David R. Morrison
I have a policy question to bring up, regarding our requirements for documentation. Is the following OK? Package: foobar Source: gnu Depends: %N-shlibs (= %v-%r) License: GPL InstallScript: << make install prefix=%i mkdir -p %i/share/doc/%n ln -s %p/share/doc/%N-shl