Subject: Re: pkg/32936: devel/libcfg+ fails to create binary package on
To: None <gnats-bugs@netbsd.org>
From: None <segv@netctl.net>
List: pkgsrc-bugs
Date: 02/28/2006 14:35:48
On Tue, 28 Feb 2006 08:10:03 +0000 (UTC)
Gilles Dauphin <Gilles.Dauphin@enst.fr> wrote:

>  Your problem was to decompress man, and TOOLS_PLATFORM.gzcat solve your 
>  problem , I think. Please test and feedback.
>  Gilles
>  

I don't follow your logic.
You suggest changing mk/tools/tools.SunOS.mk

TOOLS_PLATFORM.gunzip?=         /usr/bin/gzip -df
TOOLS_PLATFORM.gzcat?=          /usr/bin/gzip -cd
TOOLS_PLATFORM.gzip?=           /usr/bin/gzip -nf ${GZIP}

to

TOOLS_PLATFORM.gunzip?=         /usr/bin/gunzip -f
TOOLS_PLATFORM.gzcat?=          /usr/bin/gzcat
TOOLS_PLATFORM.gzip?=           /usr/bin/gzip -nf ${GZIP}

but, 'gzcat' is that same thing as 'gzip -cd'
So what difference would that make??? Are you sure you're not just confused
about how gzip operates?