[Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-30 Thread Daniel E. Macks
David H. <[EMAIL PROTECTED]> said: > Blair Zajac wrote: >| >| So I guess I'll remove the three files >| compress-zlib-pm560.info compress-zlib-pm580.info compress-zlib-pm581.info >| and replace them with a single compress-zlib-pm using Info2. > > I doubt you will be making many happy with that.

Re: [Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-30 Thread David R. Morrison
On Jul 29, 2004, at 8:24 PM, Blair Zajac wrote: [snip] Some questions to base this work off of: 1) I'm looking at dbi-pm*.info and wondering why there's a dbi-pm.info (with Info2 format) and the dbi-pm5??.info files. Isn't just one needed? 2) Why does this module have these lines, particularly

Re: [Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-30 Thread Benjamin Reed
David H. wrote: I doubt you will be making many happy with that. There are many old schoolers like me that simply hate Info format :) But it makes things a hell of a lot easier to maintain; let people use what they want, man. :) -- Benjamin Reed, a.k.a. RangerRick [EMAIL PROTECTED] / http://rang

Re: [Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-30 Thread David H.
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Blair Zajac wrote: | Daniel Macks wrote: | |> On Thu, Jul 29, 2004 at 04:13:17PM -0700, Blair Zajac wrote: |> |>> Daniel Macks wrote: |>> |>>> On my 10.3.4 machine, I have /usr/lib/libz.1.1.3.dylib |>> |>> |>> Funny, I was looking at the header fil

[Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-29 Thread Blair Zajac
Daniel Macks wrote: On Thu, Jul 29, 2004 at 04:13:17PM -0700, Blair Zajac wrote: Daniel Macks wrote: On my 10.3.4 machine, I have /usr/lib/libz.1.1.3.dylib Funny, I was looking at the header files to see which version OS X has: % less /usr/include/zlib.h /* zlib.h -- interface of the 'zlib' general

[Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-29 Thread Daniel Macks
On Thu, Jul 29, 2004 at 04:13:17PM -0700, Blair Zajac wrote: > Daniel Macks wrote: > > > >On my 10.3.4 machine, I have /usr/lib/libz.1.1.3.dylib > > Funny, I was looking at the header files to see which version OS X has: > > % less /usr/include/zlib.h > /* zlib.h -- interface of the 'zlib' genera

[Fink-devel] Re: [PATCH] compress-zlib-pm to use system zlib.dylib

2004-07-29 Thread Blair Zajac
Daniel Macks wrote: On Thu, Jul 29, 2004 at 03:16:21PM -0700, Blair Zajac wrote: David H. wrote: Blair Zajac wrote: | | The Compress::Zlib package currently compiles and links against it's own | private copy of zlib 1.1.4. This seems to be a waste of disk and memory | space when Mac OS X 103.3 com